body {
	background-color: #00247B;
	background-image: url(/images/footer_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	color: #003399;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #FF6600;
}
h2 {
	color: #003399;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
hr {
	color: #FF6600;
}
a {
	color: #003399;
}
a:hover {
	color: #FF6600;
}
ol li {
	margin-left: -15px;
}
.text {
	font-size: 11px;
	width: 244px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
select.email_subject {
	width: 250px;
	font-size: 11px;
}
.submit {
	font-size: 10px;
	text-transform: uppercase;
}
.header {
	background-image: url(/images/header_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
}
.nav {
	background-color: #FF6600;
	border-top: 1px solid #FF8C40;
	border-bottom: 1px solid #BF4C00;
	height: 25px;
	text-align: center;
	width: 850px;
	margin: auto;
}
.dropmenu {
	position: absolute;
	margin-top: 5px;
	margin-left: 16px;
	visibility: hidden;
	border-left: 1px solid #bf4c00;
	border-right: 1px solid #bf4c00;
	border-bottom-width: 0;
	font-size: 11px;
	font-weight: bold;
	z-index: 10;
	background-color: #FF6600;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
}
.dropmenu a{
	display: block;
	border-bottom: 1px solid #bf4c00;
	padding: 2px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	line-height: 12px;
}
.dropmenu a:hover{ 
	background-color: #003399;
	color: #FFFFFF;
	text-decoration: none;
}
.main {
	background-image: url(/images/scales.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.main_center {
	width: 850px;
	margin: auto;
	background-color: #FFFFFF;
	text-align: left;
	overflow: hidden;
}
.sidebar {
	position: relative;
	float: left;
	padding: 16px 0 16px 16px;
	width: 185px;
}
.sidebar ul {
	color: #FF6600;
	font-weight: bold;
	list-style: square;
	margin: 0;
	margin-left: 16px;
	padding: 0;
}
.sidebar ul ul {
	color: #003399;
	font-weight: normal;
	list-style: square;
	margin: 0;
	margin-left: 16px;
	padding: 0;
}
.sidebar a {
	color: #003399;
	text-decoration: none;
}
.sidebar a:hover {
	text-decoration: underline;
}
.sidebar img,
.banner img {
	border: 0;
	margin-bottom: 8px;
}
.content {
	position: relative;
	float: left;
	width: 416px;
	text-align: left;
	padding: 16px 16px 32px;
}
.small {
	font-size: 10px;
}
.profile_picture {
	padding-left: 4px;
}
.error {
	color: #CC0000;
}
.error_message {
	padding: 4px;
	border: 1px solid #FF0000;
	font-weight: bold;
	font-size: 13px;
	color: #CC0000;
}
.banner {
	position: relative;
	float: right;
	width: 185px;
	padding: 16px 16px 16px 0;
}
.footer {
	width: 850px;
	margin: auto;
	text-align: center;
	position: relative;
	font-size: 12px;
	color: #FFFFFF;
}
.footer_cap {
	background-color: #FF6600;
	border-top: 1px solid #FF8C40;
	border-bottom: 1px solid #BF4C00;
	height: 15px;
	text-align: center;
	width: 850px;
	margin: auto;	
}
.footer a {
	color: #FFFFFF;
	font-weight: bold;
}
.footer a:hover {
	color: #FF6600;
}
.copyright {
	font-size: 9px;
}
.blue {
	color: #003399;
}
.orange {
	color: #FF6600;
}
tr.blue {
	background-color: #003399;
}
tr.blue td {
	color: #ffffff;
}
tr.blue td a {
	color: #ffffff;
}
tr.blue td a:hover {
	color: #ff6600;
}
tr.orange {
	background-color: #003399;
}
tr.orange td {
	color: #ffffff;
}
tr.orange td a {
	color: #ffffff;
}
tr.orange td a:hover {
	color: #ffff00;
}
