@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000; 
	border:0;
}
.oneColFixCtr #wrapper {
	width: 1025px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0;
	margin: 0 0 0 315px;
	width:710px;
}
.oneColFixCtr #navigation {
	padding: 0;
	margin: 0;
	width:315px;
	float:left;
}
.oneColFixCtr #navigation .primNav {
	border-left:2px solid #e18d3a;
	margin-left: 65px;
	padding-left:15px;
}
.oneColFixCtr #navigation .secNav {
	border-left:2px solid #e18d3a;
	margin-left: 65px;
	padding-left:15px;
}
.oneColFixCtr #navigation .primNav a {
	color:#808285; 	
	display: block;
	height: 25px;
	text-decoration: none;
	font-variant:small-caps;
	font-weight:bold;
}
.oneColFixCtr #navigation .secNav a {
	color:#283859; 	
	display: block;
	height:25px;
	text-decoration: none;
	font-variant:small-caps;
	font-weight:bold;
}@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
a, img{
	border:0;
}
h1 {
	font-size:14px;
	font-weight:bold;
}
h2 {
	font-size:12px;
	font-weight:bold;
}
h3 {
	font-size:11px;
	font-weight:bold;
}
.fltL{
	float:left;
}
.fltR{
	float:right;
}
.blue{
	color:#283859;
}
.gray{
	color:#808285;
}
.orange{
	color:#e18d3a;
} 
a.orange{
	color:#e18d3a;
} 
.tableHeader{
	color:#e18d3a;
	font-weight:bold;
}
.oneColFixCtr #wrapper {
	width: 1025px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 0 25px 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border:0;
}
.oneColFixCtr #mainContent {
	padding: 0;
	margin: 0 0 0 315px;
	width:710px;
}
.oneColFixCtr #mainContent .mcImg{
	width:710px;
	border:0;
}
.oneColFixCtr #mainContent .mcCopy{
	margin-top:0px;
	padding:0 150px 0 25px;
	border-left:2px solid #e18d3a;
	line-height:18px;
}
.oneColFixCtr #mainContent .mcCopy a{
	color:#283859;
	text-decoration:none;
	font-weight:700;
}
.oneColFixCtr #mainContent .mcCopy a:hover{
	color:#e18d3a;
	text-decoration:none;
	font-weight:700;
	border-bottom: 1px dotted #999;
}
.oneColFixCtr #mainContent .mcCopy .mcFeature{
	width:350px;
	height:75px;
	margin-top:25px;
}
.oneColFixCtr #mainContent .mcCopy .mcFeature img{
	float:left;
}
.oneColFixCtr #mainContent .mcCopy .mcFeature .title{
	margin:5px 0 15px 90px;
	color:#283859; 
	font-weight:bold;
}
.oneColFixCtr #mainContent .mcCopy .mcFeature .ins a{
	margin:15px 0 15px 15px;
	color:#808285;
	font-style:italic;
	text-decoration:none;
}
.oneColFixCtr #mainContent .mcCopy .mcCopyright{
	width:685px;
	color:#808285;
	font-size:9px;
	text-align:right;
	margin:15px 25px 25px 0;
}
.oneColFixCtr #mainContent .mcCopy .mcCopyright a{
	text-decoration:none;
	color:#808285;
}
.oneColFixCtr #mainContent .mcCopy .mcCopyright a:hover{
	color:#e18d3a;
}
.oneColFixCtr #navigation {
	padding: 0;
	margin: 0;
	width:315px;
	float:left;
	font-size:10px;
	color:#e18d3a;
	font-variant:small-caps;
	font-weight:bold;
}
.oneColFixCtr #navigation .primNav {
	border-left:2px solid #e18d3a;
	margin-left: 65px;
	padding-left:15px;
	
}
.oneColFixCtr #navigation .secNav {
	border-left:2px solid #e18d3a;
	margin-left: 65px;
	padding-left:15px;
}
.oneColFixCtr #navigation .primNav a {
	color:#808285; 	
	display: block;
	height: 15px;
	margin:10px 0;
	text-decoration: none;
	font-variant:small-caps;
	font-weight:bold;
}
.oneColFixCtr #navigation .secNav a {
	color:#283859; 	
	display: block;
	height: 15px;
	margin:10px 0;
	text-decoration: none;
	font-variant:small-caps;
	font-weight:bold;
}
.oneColFixCtr #navigation .primNav a:hover, .oneColFixCtr #navigation .secNav a:hover {
	color: #e18d3a;
}.xtraSmall {
	font-size: 8px;
}
