body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center;
}
.header {
	padding: 0;
	margin: 0 auto;
	width: 800px;
	height: 100px;
	position: relative;
	border: 0px solid #FF0000;
}
.header img {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	border-width: 0;
}
.siteinfo {
	color: #0828B5;
	border: 0px solid blue;
	position: absolute;
	left: 100px;
	width: auto;
	height: auto;
	padding: 2px;
	z-index: 2;
	bottom: 10px;
	top: 17px;
}
.siteinfo h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.50em;
	letter-spacing: 1px;
}
.siteinfo h2 {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.00em;
	letter-spacing: 1px;
}
.siteinfo h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.90em;
	letter-spacing: 1px;
}
.navigation {
	margin: 0 auto;
	height: auto;
	width: 755px;
	padding: 5px 0 5px 45px;
	background-color: #EEEEEE;
	border-top: 1px solid #2966BE;
	border-right: 0px solid #2966BE;
	border-bottom: 1px solid #2966BE;
	border-left: 0px solid #2966BE;
}
a.navlink {
	color: #000000;
	background-color: transparent;
	padding: 2px 5px;
	text-decoration: none;
	font-size: 0.8em;
	margin: 0px;
	border: 1px solid #EEEEEE;
}
a.navlink:hover {
	color: #FFFFFF;
	background-color: #D63333;
}
a.current {
	border: 1px solid #000066;
	background-color: #FFFFFF;
	color: #000066;
}
a.current:hover {
	color: #D63333;
	background-color: #EEEEEE;
}
.footer {
	padding: 15px 0px 5px 45px;
	margin: 0 auto;
	width: 755px;
	height: auto;
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	letter-spacing: 1px;
	color: #000000;
	position: relative;
	left: 0px;
	top: 0px;
	border-top: 1px solid #2966BE;
	border-right: 0px solid #2966BE;
	border-bottom: 0px solid #2966BE;
	border-left: 0px solid #2966BE;
}
.footer h2 {
	margin: 0 0 0.75em 0;
	padding: 0;
	font-size: 0.85em;
	letter-spacing: 1px;
	font-weight: normal;
}
#contact {
	font-size: 9pt;
	color: #2966BE;
	font-weight: bold;
	padding: 0 0 0.50em 0;
}
#copyright {
	font-size: 9pt;
	color: #2966BE;
	font-weight: bold;
}
#designCredit {
	font-size: 0.75em;
	letter-spacing: 1px;
	padding-top: 0.5em;
	color: #2966BE;
}
#designCredit a {
	text-decoration: none;
}
#designCredit a:hover {
	color: #FF0000;
	background-color: #FFE0AA;
}
.bullet {
	color: #FFFFFF;
}
h1.pageTitle {
	font-size: 1.25em;
	color: #D63333;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: auto;
	height: auto;
	position: static;
}
h2.pageTitle {
	font-size: 1.00em;
	color: #D63333;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: auto;
	height: auto;
	position: static;
}
h2.pageTitle b {
	font-size: 2.00em;
	color: #D8D8D8;
	position: relative;
	top: 0.13em;
}

.main {
	background-color: #FFFFFF;
	height: 100%;
	width: 800px;
	text-align: left;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	position: relative;
	background-image: url(../images/rhs_background_EEEEEE.gif);
	background-repeat: repeat-y;
	background-position: 100% 15px;
}
.rhspanel {
	width: 220px;
	height: auto;
	margin: 0;
	padding: 10px 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 9pt;
}
.rhspanel img {
	padding: 10px;
}
.rhspanel h2 {
	font-size: 12pt;
	color: #D63333;
	margin: 0;
	padding: 0px 10px;
}
.rhspanel a {
	color: #D63333;
}

