/* CSS Document */
body
{
	margin:20px 0 0 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

a
{
	color:#067CA3;
	text-decoration:underline;
}

a:hover
{
	text-decoration:none;
}

#container
{
	width:800px;
	text-align:left;
}

#mainHolder
{
	width:800px;
	float:left;
	background: url("../images/top_bg.gif") repeat-x #fff;
}

img
{
	border:0;
}

img.top
{
	width:800px;
	height:8px;
	float:left;
}

#buffer
{
	width:760px;
	float:left;
	padding:0 0 0 20px;
}

img.logo
{
	width:317px;
	height:67px;
	float:left;
}

#topLeft
{
	float:right;
	text-align:right;
	width:300px;
	margin:13px 0 0 0;
}

table.searchTable
{
	float:right;
	clear:both;
	margin-top:10px;
}

input.search
{
	width:69px;
	height:19px;
	background: url("../images/btn_search.gif") no-repeat;
	border:0;
}

input.submit
{
	width:73px;
	height:19px;
	background: url("../images/btn_submit.gif") no-repeat;
	border:0;
}

input.field
{	
	height:15px;
	border:1px solid #a3a3a3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	margin-right:10px;
}

#mainNav, mainNav ul
{
	margin:0;
	padding:0;
	float:left;
	border:1px solid #c8d2dc;
	height:28px;
	width:758px;
	font-size:10px;
	background: url("../images/nav_bg.gif") repeat-x;
	position:relative;
	z-index:5;
}
#mainNav li
{
	float:left;
	list-style-type:none;
	display:inline;
	height:28px;	
}
#mainNav li.border
{
	width:1px;
	height:15px;
	border-left:1px dotted #c8d2dc;
	margin-top:6px;
	float:left;
}
#mainNav li a
{
	color:#fff;
	padding:7px 9px 0 9px;
	display:block;
	height:21px;
	width:auto;
	float:left;
	background: url("../images/hover_bg.gif") repeat-x 0 0;
	text-decoration:none;
}
#mainNav li a:hover
{
	background-position:0 -28px;
}
#mainNav li ul { /* second-level lists */
	position: absolute;
	width:175px;
	height:auto;
	border:1px solid #c8d2dc;
	margin:28px 0 0 -1px;
	padding:0 0 0 0;	
	clear:both;
	background:#43465B;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#mainNav li ul li {
	border:0;
	text-align:left;
	margin:0;
	height:24px;
	width: 175px;
	padding:0;
	display:block;
}
#mainNav li ul li a {
	width: 166px;
	height:19px;
	display:block;
	padding:5px 0 0 9px;
	margin:0;
}
#mainNav li ul li a:hover {
	background:#7f97ad;
}
#mainNav li:hover ul, #mainNav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#mainNav li:hover, #mainNav li.hover {
    position:static;
    }

#flashArea
{
	float:left;
	width:760px;
	height:195px;
	z-index:0;
	position:relative;
	margin:12px 0 0 0;
	clear:both;
}

img.centerDiv
{
	float:left;
	width:800px;
	height:17px;
	margin:12px 0 0 0;
}

h1
{
	margin:10px 0 0 0;
	padding:0;
	font-size:18px;
	color:#067CA3;
	font-weight:normal;
}

#topRight
{
    color:#067CA3;
	font-size:11px;
}

#homeContent
{
	float:left;
	color:#666;
	width:750px;
	padding-right:15px;
	font-size:11px;
}

#homeRight
{
	float:left;
	width:225px;
	color:#666;
	font-size:11px;
	padding:15px 0 0 0;
}

.redHeading
{
	text-transform:uppercase;
	color:#067CA3;
}

td.descript
{
	font-size:9px;
	text-transform:uppercase;
	padding:5px 0 8px 0;
}

#dottedHome
{
	width:220px;
	height:1px;
	float:left;
	clear:both;
	margin:10px 0 10px 0;
	border-top:1px dotted #666;
}

.newsLink
{
	float:right;
	clear:both;
}

#chatHolder
{
	width:94px;
	height:95px;
	float:left;
	margin:0 0 20px 0;
}

img.bottom
{
	width:800px;
	height:7px;
	float:left;
	margin-top:20px;
}

#breadCrumb
{
	width:760px;
	float:left;
	font-size:10px;
	margin:10px 0 0 0;
	text-transform:uppercase;
	color:#2d5378;
}

#breadCrumb a
{
	color:#2d5378;
}
#footer
{
	width:800px;
	float:left;
	font-size:10px;
	color:#fff;
	text-transform:uppercase;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
}
#footer a
{
	color:#fff;
}	
.style2 {color: #3F4257}.redtext {
	color: #c83b4e;
}
.unbold {
	font-weight: normal;
}
.whitetext {
	color: #FFF;
}
.smaller {
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
}
.yellow {
	font-weight: bolder;
	color: #000;
	text-decoration: underline overline blink;
	font-style: normal;
	font-size: 16px;
	text-transform: none;
}
.redtextlarge {
	color: #c83b4e;
	font-size: 36px;
}