/* CSS Document */

body {font-family:Arial, Helvetica, sans-serif;}
/*This will change the background color of the menu on the left side*/
div#container {
	background-color:#B1CCE0;
}
/*This will change the style of the menu on the left side*/
div#subnav a{
	display:block;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CBED8;
	text-decoration:none;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight:bold;
	color:#3974AE;
	background-color:#B3CDE1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	border-left-width: 9px;
	border-left-style: solid;
	border-left-color: #003366;
	margin-top: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9CBED8;
}
div#subnav a:hover{
	color:#F39C5C;
	background-color:#669AC1;

}
.subnavtop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

/*This will change the primary nav area of the menu - located at the top of the page*/
div#primarynav {
	
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color:#FFFFFF;
}

div#primarynav a{
	font-weight: bold;
	color: #274257;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 4px;
}

div#primarynav a:hover{
	color: #165482;
	text-decoration: underline;

}

div#content {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	background-color:#FFFFFF;
	padding-right:1.2em;
	}

div#floater {
	border: none;
	width:220px;
	height:auto;
}
div#floater h1{
	font-size:.9em; 
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px; }

.caption {
	font-size: .8em;
	color:#719EC1;
}
h1, h2, h3 {
	color:#677681;}
h3 {
	padding-top:5px;
	text-indent:1em;
	color:#677681;}



