@charset "utf-8";
body, p, h1, h2, h3, h4, h5, h6, ul, li {
  margin: 0;
  padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #005495;
	margin-top: 16px;
	font-size: 13px;
}
#outerWrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	position: relative;
}
#navbar {
	width: 940px;
	height: 24px;
	position: relative;
}
#bannerWrapper {
	width: 940px;
	height: 170px;
}
#logo {
	width: 540px;
	height: 170px;
	float: left;
}
#banner {
	width: 400px;
	height: 170px;
	float: right;
}
#flashLine {
	width: 940px;
	height: 24px;
	background-image: url(../images/flash_line.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	clear: both;
}
#contentWrapper {
	width: 940px;
	position: relative;
}
#sidebar {
	width: 240px;
	float: left;
	margin-left: 24px;
	margin-top: 20px;
	display: inline;
}
#content {
	width: 520px;
	margin-top: 20px;
	float: right;
	background-color: #FFF;
	margin-right: 60px;
	display: inline;
}
.navCell {
	padding-bottom: 10px;
}
#content h1 {
	font-size: 16px;
	line-height: 120%;
	margin-bottom: 12px;
	color: #004F92;
}
#content h2 {
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #004F92;
	text-decoration: underline;
	margin-bottom: 16px;
}
#content h3 {
	font-size: 14px;
	margin-bottom: 8px;
}
#content h3 {
	font-size: 14px;
	margin-bottom: 8px;
}
#content p {
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 8px;
	color: #666;
}
#content ul {
	margin-bottom: 6px;
}
#content li {
	font-size: 12px;
	line-height: 120%;
	margin-left: 44px;
	margin-bottom: 6px;
}
a.wh:link, a.wh:visited {
	font-size: 12px;
	color: #FFF;
}
a.wh:hover, a.wh:active {
	font-size: 12px;
	color: #8AE2FF;
}
#affiliates {
	width: 400px;
	margin-top: 20px;
	background-color: #FFF;
}
#footer {
	width: 900px;
	height: 24px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #005495;
}
.copyright {
	font-size: 10px;
	color: #999;
	float: left;
	margin-top: 5px;
}
.author {
	font-size: 10px;
	color: #999;
	float: right;
	margin-top: 5px;
}
.author a:link, .author a:visited {
	font-size: 10px;
	color: #999;
}
.author a:hover, .author a:active {
	font-size: 10px;
	color: #C60;
}
.floatImageLeft {
	float: left;
	margin-right: 8px;
}
.floatImageRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 4px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearFloat {
	clear: both;
}
#masterTbl {
	width: 558px;
}
#masterTbl td {
	text-align: center;
}
.labelCell {
	vertical-align: top;
	padding-top: 4px;
	text-align: right;
	padding-right: 6px;
}
#outerWrapper #contentWrapper #content #masterTbl tr td a img {
	border-top-color: #960;
	border-right-color: #960;
	border-bottom-color: #960;
	border-left-color: #960;
}
.tbCellLt {
	background-color: #A6876E;
	padding-right: 16px;
	padding-left: 16px;
	vertical-align: top;
	color: #FFF;
}
.tbCellLt p {
	color: #FFF !important;
}
.tbCellRt {
	background-color: #736A63;
	padding-right: 16px;
	padding-left: 16px;
	vertical-align: top;
	color: #FFF;
}
.tbCellRt p {
	color: #FFF !important;
}
.copyHeader {
	font-weight: bold;
	color: #004F92;
	text-decoration: underline;
}
