﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
p.center {
	text-align: center;
}
a, a:history {
	color: #488D9C;
}
a:hover {color:#BBE0EC}
td.center;
}
{text-align: center;}
}
.image {
	border: 1px #006666 solid;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #3F7885;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #3F7885;
}
/* CSS layout */
#wrapper {
	border: 1px;
	border-style: solid;
	border-color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 960px;
	background-color: #FFFFFF;
	border-top-width: 0px;
}
#masthead {
}
.header {
	text-align: center;
}
#top_nav {
	background-color: #FFFFFF;
	white-space: nowrap;
	width: 700px;
}
#page_content {
	min-height: 400px;
	text-align: left;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	margin-left: 150px;
	margin-right: 150px;
}
#footer {
	border-top-color: #488D9C;
	border-top-style: solid;
	border-top-width: 1px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 80%;
	background-color: #94B9B1;
	color:#FFFFFF;
}
.aerobuttonmenu {
	/*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */;
	width: auto;
	background: #FFFFFF;
/*menu strip background*/	border: 0px solid gray;
	padding: 4px 0 4px 70px;
	border-width: 0px 0;
}
* html .aerobuttonmenu {
	/*IE6 and below hack. Set explicit strip width*/
width: 100%;
}
.aerobuttonmenu a.aero {
	/*aero button CSS*/
background: transparent url('aeroleft.gif') no-repeat top left;
	display: block;
	float: left;
	font: bold 13px Verdana, Trebuchet MS;
/* Change 13px as desired */	line-height: 20px; /* This value + 8px should equal height of button background (default is 31px) */;
	height: 28px; /* Height of button background height */;
	padding-left: 10px; /* Width of left menu image */;
	text-decoration: none;
	margin-right: 5px; /*spacing between buttons*/;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/;
	opacity: 0.9;
	-moz-opacity: 0.9;
}
.aerobuttonmenu a:active {
	color: white; /*button text color*/
}
.aerobuttonmenu a.aero:visited {
	color: white; /*button text color*/
}
.aerobuttonmenu a.aero:link {
	color: white; /*button text color*/
}
.aerobuttonmenu a.aero span {
	background: transparent url('aeroright.gif') no-repeat top right;
	display: block;
	padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}
.aerobuttonmenu a.aero:hover {
	/* Hover state CSS */
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/;
	opacity: 1;
	-moz-opacity: 0.99;
}
.aerobuttonmenu a.aero:hover span {
	/* Hover state CSS (for text) */
color: #BBE0EC;
}
