@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center; /* centers container in IE 5* browsers */
	color: #000000;
}
.oneColFixCtr #container {
	width: 959px; 
	background: #FFFFFF;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left; /* overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px;
}
.spotlightText, .spotlightText a {
	font-size: 11px;
}
.menuText, .menutext a {
	color: #006;
	font-size: 11px;
}
body {
	background-color: #FFF;
}
#content p, ul, li, td, a {
	font-size: 12px;
}
#content p {
	padding-top: 0px;
	margin-top: 0px;
	line-height: 18px;
}
#content h2 {
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: bold;
}
a {
	color: #006;
}
a:visited {
	color: #006;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:active {
	color: #006;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
#content #quote {
	margin: 10px 5px 10px 20px;
	padding: 0px 0px 10px 0px;
	float: right;
	width: 200px;
	color: #999999;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;;
}
#content p.opener, #content h2.opener {
	font-size: 16px;
	line-height: 20px;
}
#content a:visited {
	border-bottom: 1px dotted #006;
}
#content a:hover {
	border-bottom: 1px dotted #F00;
}
#content a:link {
	border-bottom: 1px dotted #006;
}
.scrollable {
	position:relative;
	overflow:hidden;
	width: 925px;
	height: 276px;
}
.scrollable .scrollitems {
	width:20000em;
	position:absolute;
}
.scrollitems div {
	float:left;
}
.navi {
	margin-left:362px;
	width:2000px;
	height:24px;
	padding: 0;
}
.navi a {
	width:40px;
	height:24px;
	float:left;
	margin:0;
	padding:0;
	background:url(../images/indexNav.gif) 0 0 no-repeat;
	display:block;
	font-size:1px;
}
.navi a:hover {
	background-position:-40px 0;      
}
.navi a.active {
	background-position:-80px 0;     
}

