body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
p, h1, h2, h3, h4 {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 120%;
}
ul li {
	list-style-image: url(images/nav/list.gif);
	line-height: 120%;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	position: relative;
}
#banner {
	background-image: url(images/nav/banner_bg.jpg);
	background-position: center;
	background-color: #000000;
	height: 56px;
	color: #FFFFFF;
	padding: 8px;
	text-align: left;
}
#banner h1 {
	font-size: 20px;
	position: absolute;
	color: #000000;
	top: 22px;
	left: 90px;
}
#banner h1.shadow {
	color: #FFFFFF;
	position: absolute;
	top: 20px;
	left: 88px;
}
/*
#banner h1 {
	font-size: 14px;
	position: absolute;
	color: #000000;
	top: 18px;
	left: 68px;
	width: 249px;
	text-align: right;
	line-height: 140%;
}
#banner h1.shadow {
	color: #FFFFFF;
	position: absolute;
	top: 16px;
	left: 66px;
}
*/
#sidebar {
	float: right;
	width: 172px;
}
#menu {
	width: 172px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
.mainbody {
	width: 606px;
	margin-top: 10px;
	margin-bottom: 0px;
	overflow: auto;
}
#footer {
	margin-top: 10px;
	background-color: #004093;
	height: 1.5em;
	padding: 1.5em 1em;
	background-image: url(images/nav/small_logo.png);
	background-repeat: no-repeat;
	background-position: 680px center;
	clear: both;
}
#footer p {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 120%;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #D7DBED;
	border-top: 20px solid #004093;
	border-right: 1px solid #004093;
	border-bottom: 1px solid #004093;
	border-left: 1px solid #004093;
	list-style-image: none;
}
#menu li {
	list-style-type: none;
	margin: 0px 0px 0px -10px;
	padding: 0px 0px 0px 10px;
	font-size: 120%;
	font-weight: bold;
	list-style-image: none;
}
#menu a:link {
	color: #004093;
	display: block;
	text-decoration: none;
	border-left-width: 13px;
	border-left-style: solid;
	border-left-color: #D7DBED;
}
#menu a:visited {
	color: #004093;
	display: block;
	text-decoration: none;
	border-left-width: 13px;
	border-left-style: solid;
	border-left-color: #D7DBED;
}
#menu a:hover {
	color: #004093;
	display: block;
	text-decoration: none;
	width: auto;
	border-left-width: 13px;
	border-left-style: solid;
	border-left-color: #004093;
}
#menu a {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFC2D3;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.blocktopleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.blocktopleftborder {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #333;
}
h2 {
	font-size: 150%;
	color: #004093;
}
.bodyblock {
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
}
#sidebar img.button {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#banner img.ad {
	position: absolute;
	left: 326px;
	top: 6px;
}
.caption {
	font-style: italic;
	color: #333333;
	text-align: center;
	margin-top: 1em;
}
.mainimage {
	text-align: center;
}
h1 {
	font-size: 225%;
	color: #004093;
}
table {
	margin-bottom: 1em;
}
.submenu {
	padding: 10px 10px 10px 30px;
	background-color: #D7DBED;
	border: 1px solid #004093;
	width: 50%;
	font-size: 120%;
	margin-left: 0px;
}
table.member th {
	color: #004093;
	text-align: right;
	vertical-align: top;
	padding: 0px 5px 5px 0px;
}
table.member td {
	padding-bottom: 10px;
	padding-top: 0px;
}
a:link {
	text-decoration: none;
	color: #004093;
	font-weight: bold;
}
a:visited {
	color: #990033;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.caution {
	font-style: italic;
	color: #666666;
}
table.form th {
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
}
form p {
	font-weight: bold;
}
table.membertable th {
	white-space: nowrap;
	margin: 3px;
	padding: 2px;
	font-weight: bold;
	color: #666666;
	vertical-align: top;
	text-align: right;
}
table.membertable td {
	margin: 3px;
	padding: 2px;
	vertical-align: top;
}
h2 span.smaller {
	font-size: 86%;
	font-style: italic;
}
strong {
	color: #333333;
}
#footer a {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
.hidden {
	position: absolute;
	top: -500px;
}
.blocktopright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.byline {
	color: #666666;
	text-align: right;
}
h3 {
	color: #666;
}
