@charset "utf-8";
/* CSS Document */
body  {
	background: #666666;
	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: 100%;
}
.thrColFixHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/template/sidebkgd.jpg);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.thrColFixHdr #leftcontainer_home {
	background:#fbed84;
	background-image: url(../images/template/sidebkgd.jpg);
	background-repeat:repeat-y;
	width:620px;
}
.thrColFixHdr #leftcontainer {
	background:#fbed84;
	background-image: url(../images/template/sidebkgd.jpg);
	background-repeat:repeat-y;
	width:790px;
}
.thrColFixHdr #header {
	background-image: url(../images/template/wcheader_final.jpg);
	height: 218px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	vertical-align: bottom;
	text-align: left;
} 
.thrColFixHdr #header .headernav {
	margin: 0;
	color: #0066cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	padding-top: 196px;
	padding-right: 0;
	padding-left: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 162px; /* padding keeps the content of the div away from the edges */
	margin-top:-48px;	/* negative margin is a fix for IE */
	padding-top: 10px;	/* this padding is to counteract the negative margin used for IE.  IE doesn't use this padding */
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/template/sidebkgd.jpg);
	background-repeat: repeat-y;
	color: #0066cc;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.thrColFixHdr #sidebar2 {
/*	position:absolute;
	top:218px;
	left:725px;
*/
	float:right;	
	width: 158px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #FFFFFF;
	color: #8ea33f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #bad066;
}
.thrColFixHdr #mainContent_home {
	margin-top: 0;
	margin-right: 175px;
	margin-bottom: 0;
	margin-left: 178px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	color: #0066cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background:white;
	/* for some reason adding this white border fills the gap at the bottom */
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
} 
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 178px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	color: #0066cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background:white;
	/* for some reason adding this white border fills the gap at the bottom */
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
} 
.thrColFixHdr #footer_home {
	padding:0px;
	background:#fbed84;
	height: 75px;
} 
.thrColFixHdr #footer {
	padding: 0px;
	height: 75px;
} 
.thrColFixHdr #footer p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: 75px;
}
.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;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-variant: normal;
	color: #8ea33f;
	font-weight: normal;
}
.style4 {
	color: #0066cc;
	font-weight: bold;
	font-size: 13px;
}
.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-variant: normal;
	color: #0066cc;
	margin-top:0px;
	margin-bottom:5px;
}
a:link {
	color: #0066cc;
/*	text-decoration: none;*/
}
a:visited {
/*	text-decoration: none; */
	color: #0066cc;
}
a:hover {
/*	text-decoration: none;*/
	color: #8EA33F;
}
a:active {
/*	text-decoration: none;*/
}

.subnav {
	margin-left: 20px;
	margin-top:0px;
	margin-bottom:2px;
}	