html, body {
margin: 0px;
padding: 0px;
}
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3F4554;
	text-align: center;
	line-height: 1.8em;
	background-color: #FFFFFF;
}
#wrapper {
width: 931px;
margin: 15px auto 15px auto;
padding: 0px;
text-align: left;
border: solid 1px #dadada;
}
#header {
width: 100%;
height: 117px;
background-color: #FFFFFF;
}
#container {
width: 100%;
height: auto;
margin: 0px;
padding:0px 0px 2px;
background-image: url(divider.gif);
background-repeat: repeat-y;
background-position: 200px 0px;
}
#left {
	width: 140px;
	height: auto;
	float: left;
	padding: 25px 10px 10px;
	margin: 0px;
}
#right {
width: 754px;
height: auto;
float: left;
padding: 20px 15px 20px 0px;
margin: 0px 0px 0px 0px;
}
#right p, #farright p {
margin: 0px;
}

.picsleft {
	margin-right: 8px;
	float: left;
}
.underline {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #DADADA;
	margin-top: 12px;
	margin-bottom: 12px;
}
.picsright {
	margin-left: 8px;
	float: right;
}
.clearer {
font-size: 0px;
height: 0px;
width: 100%;
display: block;
clear: both;
}

#footer {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #013434;
}
#footer p {
	margin: 0px auto;
	padding: 6px;
	color: #CCCCCC;
	font-size: 9px;
}
#footer a:link, #footer a:visited, #footer a:active {
color: #aaa;
text-decoration: none;
}
#footer a:hover {
color: #ccc;
text-decoration: none;
}
.redtext {
	color: #CC0000;
}
h1 {
	font-size: 18px;
	color: #0C4FBF;
	font-weight: normal;
	line-height: 22px;
	margin: 4px 0px 0px;
}
#topnavbar {
	width: 100%;
	height: 21px;
	text-align: right;
	background-image: url(../images/topnavbg.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	font-weight: bold;
}
#topnavbar a:link, #topnavbar a:visited, #topnavbar a:active {
color:#FFFF33;
text-decoration: none;

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


.aerobuttonmenu{ /*container that holds a row of aero buttons*/
	overflow: hidden;
	padding: 4px 0 4px 0px;
}



.aerobuttonmenu a.aero{ /*aero button CSS*/
	background: transparent url('../images/aeroleft.gif') no-repeat top left;
	display: block;
	float: left;
	font: 11px/13px Verdana, Arial, Helvetica, sans-serif; /* This value + 8px should equal height of button background (default is 31px) */
	height: 21px; /* Width of left menu image */
	text-decoration: none; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons before hover*/
	opacity: 1;
-moz-opacity: 0.99;
	padding-left: 8px;
	width: 130px;
	margin-bottom: 4px;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('../images/aeroright.gif') no-repeat top right;
display: block;
padding: 3px 10px 6px 4px; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); /*this and next two rules control opacity of buttons during hover*/
opacity: 0.8;
-moz-opacity: 0.8;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: yellow;
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: #003300;
}
#nav {
margin: 0px;
padding: 0px;
list-style: none;
list-style-image: none;
}
#nav li {
margin: 0px;
padding: 0px;
display: inline;
}
#nav li a:link, #nav li a:visited, #nav li a:active {
color:#FFFFFF;
text-decoration: none;
display: block;

}
#nav li a:hover {
color: #ccc;
text-decoration: none;
}
