@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.H1Home {
	color: #666;
}
.readMoreRight {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.beaconHome #bottomEdge {
	height: 30px;
	width: auto;
	clip: rect(0px,auto,0px,auto);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/images/bottom-edge.png);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	float: none;
}

.beaconHome .shadowbg {
	background-image: url(../images/images/body-bg.png);
	background-position: center;
	background-repeat: repeat-y;
}
.beaconHome .shadowbg .layoutbg {
	background-repeat: no-repeat;
}

.beaconHome #container {
	width: 783px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.beaconHome #greyBarDivider {
	background-image: url(../images/grey-bar.jpg);
	background-repeat: no-repeat;
	height: 14px;
}

.beaconHome #header {
	height: 129px;
	width: 783px;
	background-image: url(../images/global-header.jpg);
	background-repeat: no-repeat;
} 
.beaconHome #messaeArea {
	background-image: url(../images/header-graphic-index.jpg);
	background-repeat: no-repeat;
	height: 178px;
}
.beaconHome #globalNav {
	height: 44px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	color: #FFF;
	background-image: url(../images/globalNav-bg.jpg);
	background-repeat: no-repeat;
}

.beaconHome #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 345px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	margin-left: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 20px;
	text-align: left;
	padding-bottom: 15px;
}
.beaconHome #sidebar2   {
	width: 345px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-left: 15px;
	float: left;
}

.beaconHome #mainContent {
	width: 743px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 20px;
} 
.beaconHome #footer {
	background-image: url(../images/footer-bg.jpg);
	height: 65px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
} 
.beaconHome #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding-top: 25px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
}
.beaconHome #footer p a {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding-top: 25px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
}

.beaconHome #footer a:hover {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding-top: 25px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #09F;
}

.beaconHome #bottomLinks {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.beaconHome #bottomLinks p {
	font-size: 10px;
}
.beaconHome #bottomLinks p a {
	color: #09F;
}
.beaconHome #bottomLinks p a:hover {
	color: #06C;
}
.relatedContent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f5f5f5;
	padding: 5px;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #2E4579;
}




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link {
	text-decoration: none;
	color: #09F;
}
a:visited {
	text-decoration: none;
	color: #09F;
}
a:hover {
	text-decoration: underline;
	color: #06C;
}
a:active {
	text-decoration: none;
	color: #06C;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	color: #333;
}
h2 {
	font-size: 18px;
	color: #2E4579;
}
h3 {
	font-size: 16px;
	color: #2E4579;
}
h4 {
	font-size: 16px;
	color: #000;
}
.styledBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
}
.img {
	padding: 10px;
}
