@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(../_images/BG_vignette.jpg);
	background-repeat: repeat-x;
	background-color: #012D52;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../_images/BGtile_containerY.jpg);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	height: 80px;
} 
.twoColFixLtHdr #header2 {
	float: left;
	width: 780px;
	height: 76px;
}


.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#container #mainContent h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #D48C1C;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
	text-align: left;
}
.Sidebar_p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	text-align: left;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFF;
	background-image: url(../_images/mainBG01_home.jpg);
	background-repeat: no-repeat;
	top: 156px;
	float: left;
	width: 535px;
} 
.twoColFixLtHdr #footer {
	background-color: #DDDDDD;
	background-image: url(../_images/footerBG_repeatY.jpg);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFF;
}
.LINKfooter {
	color: #FFF;
}

.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;
}
.footerLiveLinkWHITE {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}

a:link {
	color: #00549C;
}
a:hover {
	color: #D48C1C;
}
a:visited {
	color: #D48C1C;
}
.sidebar-p-links {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.5em;
}

#container #sidebar1 p {
	text-align: center;
}
table {
	padding: 4px;
	width: 540px;
	border: 1px solid #CCC;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
.tableSubHeadrs {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	background-color: #869E54;
	color: #FFF;
}
.tableGreyHighlites {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-color: #E6F3D6;
	color: #000;
}
.tableHeaders {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #00549C;
}
.tableIntHeaders {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #01539C;
}
tr, th, td {
	border: 1px solid #CCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.paragraphBOLD {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
.twoColFixLtHdr #container #mainContent h3 {
	color: #D48C1C;
}
.p_BOLD_green {
	font-weight: bold;
	color: #869e54;
}
