@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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: lighter;
	color: #006699;
	margin: 0px;
	padding: 0px;
	background-color: #F90;
	}
	
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#F0F8F9;
	margin: 0 auto;
	margin-top: 15px;
	border: 1px solid #cccccc;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;
	border: 0px solid #cccccc;
	background-color: #FFFFFF;
} 
.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 */
	background-color: #FFFFFF;	
}
#menudiv {
	float: left;
	width:771px;
	height:28px;
	z-index:1;
	visibility: inherit;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	margin-bottom: 10px;
	
	}
	
a.nav, a.nav:link, a.nav:visited {
	display:block;
	width:126px;
	height:25px;
	background:#F2F9FF;
	border: 0px solid #cccccc;
	margin-top:2px;
	text-align:center;
	text-decoration:none;
	font-family:verdana, arial, sans-serif;
	font-size:10px;
	color:#000;
	line-height:25px;
	overflow:hidden;
	float:left;
}
a.nav:hover {background:#c8d7e3;}
a.nav:active {background:#c8d7e3;

 
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	border: 1px solid #cccccc;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #666;
	font-style: italic;
	}
.twoColFixLtHdr #mainContent {
	background-color: #FFFFFF;
	line-height: 140%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 195px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border: 1px solid #333333;
	text-align: left;
} 
.twoColFixLtHdr #footer {
	border: 1px solid #cccccc;
	font-size: 80%;
	color: #333333;
	padding: 0px 0px 0px 0px;
	background-color: #F2F9FF;
	text-align: center;
} 



.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;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 190%;
	font-weight: lighter;
	color: #006699;
	margin: 0px;
	padding: 0px;
	}
	
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #006699;
	margin: 0px;
	padding: 0px;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: lighter;
	color: #006699;
	margin: 0px;
	padding: 0px;
}

h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #006699;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}

h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #006699;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
}

h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #006699;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
}
img.left {
	float:left;
	margin: 0px 20px 20px 0px;
	display: inline;
}
img.right {
	float:right;
	margin: 0px 0px 20px 20px;
	display: inline;
}
img.centre {
display:block;
margin-left:auto;
margin-right:auto;
}
a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #000000;
	text-decoration: none;
}

a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #CC0000;
	text-decoration: underline;
	padding-left: 0px;
}
