@charset "utf-8";
body, html {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(imgs/bg_grad.jpg);
	background-repeat:repeat-x;
	background-color: #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;
	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;
	height:100%;
}
.oneColFixCtr #container {
	width: 1010px;  /* 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. */
	height: 100%;


}
.oneColFixCtr #mainContent {
		background-image:url(imgs/background.png);
	background-position:top center;
	background-repeat: repeat-y;
	min-height: 100%;
}
.oneColFixCtr #container #mainContent #headerholder {

	height: 201px;
}
.oneColFixCtr #container #mainContent #headerholder #shortcutbar {
	margin-left:21px;
	margin-right:21px;
	height: 25px;
	background-color:#C00000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
	padding-top:4px;
	padding-bottom: 2px;
	padding-right:5px;
	text-transform:uppercase;
}
.oneColFixCtr #container #mainContent #headerholder #splitbar {
	margin-left:21px;
	margin-right:19px;
	height: 5px;
	min-height: 5px;
	background-color:#2350AB;
	width: 967px;
	font-size:2px;
}
.oneColFixCtr #container #mainContent #headerholder #logo {
	margin-left:21px;
	height: 101px;
	width: 259px;
	float:left;
}
.oneColFixCtr #container #mainContent #headerholder #flashholder {
	margin-right:22px;
	height: 101px;
	width: 707px;
	float:right;
}
.oneColFixCtr #container #mainContent #headerholder #slugbar {
	margin-left:21px;
	margin-right:20px;
	height: 18px;
	min-height: 18px;
	background-color:#2350AB;
	width: 967px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding-top: 4px;
}
.oneColFixCtr #container #mainContent #headerholder #navigation {
	margin-left:21px;
	margin-right:20px;
	height: 29px;
	min-height: 29px;
	background-image:url(imgs/nav_bg.jpg);
	background-repeat:repeat-x;
	width: 967px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#2350ab;
	text-align:center;
	padding-top:0px;
}
.smallText {
	font-size:9px;
}
#shortcutbar a:link{
	text-decoration: none;
	color:#FFFFFF;
}
#shortcutbar a:visited{
	text-decoration: none;
	color:#FFFFFF;
}
#shortcutbar a:hover{
	text-decoration: underline;
	color:#FFFFFF;
}

.oneColFixCtr #container #mainContent #widercolumn {
	width:569px;
	float:left;
	margin-left:60px;
}
.oneColFixCtr #container #mainContent #singlecolumn {
	width:837px;
	float:left;
	margin-left:60px;
	margin-right:60px;
}
.oneColFixCtr #container #mainContent #narrowcolumn {
	width:267px;
	float:right;
	margin-right:60px;
}
.oneColFixCtr #container #mainContent #narrowcolumn #shadowbox {
	background-image:url(imgs/box_bg.jpg);
	background-repeat:repeat-y;
}
.oneColFixCtr #container #mainContent #narrowcolumn #shadowbox #heading {
	width:244px;
	margin-left:10px;
	margin-right:2px;
	background-image:url(imgs/header_box_bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#c00000;
	padding-left:4px;
	padding-right:2px;
	padding-top:6px;
	height:29px;
	vertical-align:middle;
}
.oneColFixCtr #container #mainContent #narrowcolumn #shadowbox #content {
	width:244px;
	margin-left:10px;
	margin-right:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	padding-left:4px;
	padding-right:2px;
}
.headline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#c00000;
}
.maintext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
}
hr {
	color:#c00000;
	background-color: #c00000;
	height: 2px;
	border: none;
}
blockquote {
width: 230px;
margin: 0px;
padding: 10px;
}
.oneColFixCtr #container #mainContent #widercolumn #features {
	padding:3px;
	background-color:#c2e4e5;
}
.oneColFixCtr #container #mainContent #leftwide {
	width: 680px;
	float: left;
}
.oneColFixCtr #container #mainContent #rightwide {
	width: 140px;
	float: right;
}
.oneColFixCtr #container #mainContent #rightwidesetup {
	width: 250px;
	float: right;
	background-color:#C9D1F5;
}
.smlWhite {
	font-size: 10px;
	color: white;
}