@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.25em;
	font-size: 12px;
	background-color: #246C84;
	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;	
	
	
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
	/**font-size: 1em;**/
}

a:hover{
	text-decoration: underline;
}

#wrapper {
z-index: 110;
}

#header {
	background-color: #246C84;
	background-image: url(../images/header_bkgnd.jpg);
	background-repeat: repeat-x;
	top: 0px;
	z-index: 100;
	position: absolute;
	width: 100%;
	height: 100px;
	left: 0px;	
}

#mainmenu {
	font: normal 10px/normal Verdana, sans-serif;
	color: #FFFFFF;
	background-color: #56A7C8;
	z-index: 100;
	position: absolute;
	top: 100px;
	width: 96%;
	height: 25px;
	left: 0px;
	clear: both;
	margin-left: 15px;
	margin-top: 0px;
}

#mainmenu a{
	color: #FFFFFF;
}

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


#sitepages {
	z-index: 101;
	
}

#breadcrumbs {
	font: 10px/normal Verdana, sans-serif;
	color: #FFFFFF;
	background-color: #246C84;
	visibility: visible;
	z-index: 90;
	position: static;
	width: 96%;
	height: 25px;
	left: 0px;
	margin-left: 13px;
	margin-top: 126px;
	padding: 3px;
}

#breadcrumbs a{
	color: #999999;
}

#breadcrumbs a:hover{
	color: #FFFFFF;
	text-decoration: none;
}



#content {
font-size: 12px;
	background-color: #FFFFFF;
	z-index: 85;
	position: static;
	width: 96%;
	padding: 0px;
	margin-left: 15px;
	margin-top: -10px;

}

#footermenu {
	background-color: #FFFFFF;
	z-index: 80;
	position: static;
	width: 96%;
	padding: 0px;
	margin-left: 15px;
}

#footer {
font-size: 12px;
	color: #CCCCCC;
	background-color: #246C84;
	top: 145px;
	z-index: 75;
	position: static;
	width: 96%;
	padding: 0px;
	margin-left: 15px;
}

#footer a {
  	color: #FFFF99	}
	
	#footer a:visited {
  	color: #FFFF99	}
	
	#footer a:hover{
	color: #FFFF99;
	text-decoration: underline;
}

