@charset "utf-8";
/* CSS Document */
HTML, BODY{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #7a7a7a;
	background: #ececec url("bgTile.jpg") repeat-x top;
}
#pageWrapper{
	width: 900px;
	margin: auto;
	height: auto;
	position: relative;
}
#topLogo{
	width: 900px;
	height: 158px;
	background: url("logoBar.gif") no-repeat;
}
#topLogo #news-copy{
	position:relative;
	width:372px;
	height:45px;
	top:78px;
	left:492px;
	font-size:11px;
	color:#FFFFFF;
	line-height:14px;
	text-align:left;
	overflow:hidden;
}
#news-copy a{
	color:#bde7ff;
	font-size:10px;
	font-style:italic;

}
#menuFeature{
	width: 900px;
	height: 249px;
	background: url("menuFeatureImg.jpg") no-repeat;
}
#contentFull{
	width: 848px;
	height: auto;
	padding: 25px;
	background: #ffffff;
	border-bottom: 1px solid #106fa6;
	border-left: 1px solid #106fa6;
	border-right: 1px solid #106fa6;
	position: relative;
	clear: left;
}
#contentLeft{
	float: left;
	width: 200px;
	position: relative;
	height: auto;
}
#contentRight{
	float: left;
	width: 620px;
	margin-left: 25px;
	position: relative;
	height: auto;
}
h1{
	font-size: 24px;
	color: #106fa6;
	margin: 0 0 25px 0;
	padding: 0;
}
#nav{
	margin:0;
}
#nav ul{
	margin: 0;
	padding: 25px 0 0 25px;
	list-style: none;
}
#nav ul li{
	display: inline-block;
	width: 180px;
	margin:0;
	padding: 0;
	font-size: 13px;
	line-height: 30px;
	background: url("menudot.gif") repeat-x bottom;
}
#nav ul li.bottom{
	background: none;
}
#nav a{
	text-decoration: none;
	color: #ffffff;
}
	#nav a:hover{
		font-weight: bold;
	}

#copyFooter{
	margin: 5px 0px 5px 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #999999;
}