@charset "UTF-8";
body  {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 74%;
	color: #666666;
	font-weight: normal;
	font-style: normal;
	line-height: 130%;
	text-decoration: none;
	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 */
	background-image: url(../images/bg_grad_slice.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #4486C8;
}

h1, h2, h3 {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5;
 line-height: 120%;}

h1 {font-size: 1.6em}
h2 {font-size: 1.35em}
h3 {font-size: 1.0em;}

.twoColFixLtHdr #container { 
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	background-image: url(../images/header.jpg);
	height: 210px;
	width: 760px;
	text-align: right;
	color: #3D479C;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.2em;
} 
#header_logo {
	float: left;
	height: 150px;
	width: 300px;
}
#header_text {
	float: right;
	padding-top: 130px;
}

.twoColFixLtHdr #container #header a {
	color: #3D479C;
	text-decoration: none;
}
.twoColFixLtHdr #container #header a:hover {
	text-decoration: underline;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 153px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0px 0px 0px 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #container #mainContent a {
	color: #3D479C;
}
.twoColFixLtHdr #container #mainContent a:hover {
	color: #8AACDA;
}

.twoColFixLtHdr #footer {
	padding: 5px 10px 5px 20px;
	background-color: #4486C8;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 42px;
} 
.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 */
}
.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;
}

 ul#subnavlist {
	color: #666666;
	font-size: 1em;
	padding: 0px;
	line-height: 1.3em;
	text-align: left;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
 #subnavlist li {
	list-style-type: none;
	display: inline;
	text-align: left;
	font-weight: normal;
}
 #subnavlist a {
	display: block;
	border-bottom: solid #cccccc 2px;
	width: 98%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
 #subnavlist a:link {
	color: #666666;
	text-decoration: none;
	display: block;
	 font-weight: normal;
}
 #subnavlist a:visited {
	color: #666666;
	text-decoration: none;
	display: block;
	 font-weight: normal;
}
 #subnavlist a:hover {
	color: #FF0000;
	background-color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-weight: normal;
	border-bottom: solid #ff0000 2px;
}
 #subnavlist a:active {
	color: #FF0000;
	text-decoration: none;
	display: block;
	 font-weight: normal;
}
 #navsub a {
	display: block;
	border-bottom: solid #cccccc 2px;
	width: 90%;
	font-size: 1.2m; 
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
}	
.footer {
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 12px 12px 0px 12px;
	color: #999999;
	border-top: solid #cccccc 1px;
}
.footer a:link {text-decoration: none; color: #999999;}
.footer a:visited {text-decoration: none; color: #999999;}
.footer a:hover {text-decoration: underline; color: #342121;}

