@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: url(../images/bg.png) repeat-x #000;
	margin: 10px 0 10px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #wrapper {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding: 7px 0 0 0;
}
.oneColFixCtrHdr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	width:920px;
	margin: 0;
	height:161px;
	background:url(../images/header.png) no-repeat;
}

.oneColFixCtrHdr #mainContent {
	padding: 10px 30px 10px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	width: 920px;
	background:url(../images/bodybg.png) repeat-y;
}
.oneColFixCtrHdr #footer {
	position:absolute;
	width:920px;
	padding: 10px 30px 10px 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 46px;
	color: #000;
	font-size: 10px;
	background:url(../images/footer.png) no-repeat;
}
a {
	color: #970000;
}
h1 {
	color: #970000;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	color: #0000cc;
	font-size: 20px;
	font-weight: bold;
	font-style:italic;
}
h3 {
	color: #0000cc;
	font-size: 16px;
	font-weight: bold;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footer_emph {
	color: #0000cc;
	font-style:italic;
	font-weight: bold;
	font-size: 12px;
}
.notice{
	float:right; 
	font-style:italic;
	padding-top: 15px;
	font-size: 11px;
}
#leftColumn {
	
}
#spryImages{
	vertical-align:top;
	height:400px;
}
#index{
	 font-size: 18px;
	 width: 858px;
}
.b {
font-weight: bold;
}
.clickable {
	cursor: pointer;
}
.label {
	font-weight: bold;
	color: #0000cc;
}
.oddrow{
}
.evenrow{
	background-color: #d8d8ff;
	border-top: 1px #666 dashed;
}
.hoverrow {
	background: no-repeat #ffcccc url(../images/rightarrow.png) center right;
}
.selectrow {
	background: no-repeat #ffaaaa url(../images/rightarrow.png) center right;
}
.description{
	padding-top: 8px;
	padding-bottom: 8px;
}
#clientList{
	border-top: 1px dashed #cc0000;
	width: 842px;
}
#clientList p{
	text-align:center;
}
#rotateAlt{
	font-size: 12px;
	font-style:italic;
	color: #0000cc;
}
.note{
	font-style:italic;
	font-weight:normal;
	color: #666666;
	font-size:10px;
}