/* Structuring Styles */
html, body {
	background-color: #CFCFCF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.copySmall{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#PageBody {
	background-color: #FFFFFF;
	background-image: url(/images/bkgd_gradient.gif);
	background-repeat: repeat-y;
	min-height: 100%;
	height: auto;
	margin: 0 auto;
	overflow: auto;
	padding: 0;
	width: 830px;
	z-index: 1;
}
* html #PageBody {
	height: 100%;
}
/* Header Styles */
#header {
	height: 100px;
	vertical-align: middle;
	margin-left: 15px;
	margin-right: 15px;
	z-index: 2;
}
#hLogo {
	float: right;
	margin-top: 32px;
	z-index: 2;
}
#header ul {
	background-image: url(/images/bkgd_blue_bar.gif);
	background-position: left top;
	background-repeat: repeat-y;
	float: left;
	list-style: none;
	padding-left: 20px;
	margin: 0px;
	margin-top: 24px;
}
#header li {
	font-size: 10px;
}
#header a {
	color: #0075C8;
}
#header a:link, #header a:visited {
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#header a:active {
	text-decoration: none;
}
/* --- */
#content {
	margin: 0 15px;
	z-index: 2;
}
/* --- nav styles --- */
.navs td {
	background-color: #0075C8;
}
/* Footer Styles */
#footer {
	font-size: 10px;
	color: #AAAAAA;
	margin: 0 15px 15px 15px;
	overflow: auto;
	z-index: 2;
}
#footer .footerIndex {
	padding-left: 30px;
}
#footer a {
	color: #AAAAAA;
}
#footer a:link {
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a:active {
	text-decoration: none;
}

.orajen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	display: none;
}