@charset "utf-8";
/* CSS Document */

.twoColFixRtHdr #container #sidebar1 li {
	list-style-type: disc;
}
body  {
	background-image:url(images/headbg.png);
	margin: 0; /*  margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* centers the container IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-repeat: repeat-x;
	margin-top: 0px;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left;
	margin-top: 0px;
} 
.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;
}
.twoColFixRtHdr #container #sidebar1 h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699FF;
}
#header {
	height: 150px;
	padding-top: 0;
	padding-bottom: 0;
} 

#headleft {
	width:350px;
	float:left;
} 

#headright {
	width:350px;
	float:right;
	font-size: small;
} 

#headmenu {
	clear:both;
	padding-top:3px;
} 


#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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0px;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	clear: left;
} 
#footer {
	padding-top: 0;
	padding-bottom: 10px;
} 
#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 */
}
.twoColFixRtHdr #container #sidebar1 h4 {

}
.twoColFixRtHdr #container #sidebar1 h4 {
	font-size: small;
	font-weight: bold;
	color: #000000;
}
.twoColFixRtHdr #container #sidebar1 li {
	color: #666666;
	font-size: smaller;
}
#header {
	color: #FFFFFF;
	background-repeat: no-repeat;
	padding-top: 0px;
	text-align: right;
	margin-top: 0px;
}
#outerfooter {
	color: #FFFFFF;
	background-color: #003366;
	padding: 10px;
	font-size: x-small;
}
#outerfooter a {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

#outerfooter a:hover {
	color: #FFFFFF;
}

#headmenu a {
	height: 25px;
	width: auto;
	padding-top: 2px;
	padding-top: 2px;
	padding-left: 10px;
	background-image: url(images/blackbtn.png);
	background-repeat: no-repeat;
	border: 1px solid #000000;
	font-size: medium;
	text-decoration: none;
	padding-right: 10px;
	padding-bottom: 2px;
}

#headmenu a:hover {
	background-position: 0px -25px;
}

#header a {
	color:#CCCCCC;

}

#header a:hover{
	color:#FFFFFF;
}

#header a:active {
	color:#99FFFF;
}


