@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Arial;
	font-size: 12px;
}
body {
	background-image: url(images/background_slice.jpg);
	background-repeat: repeat-x;
	color:#173360;
}
#mainArea {
	width:845px;
	margin:0px auto;
}
a:link {
	color:#f7a617;
	text-decoration:underline;
}
a:visited {
	color:#f7a617;
	text-decoration:underline;
}
a:active {
	color:#f7a617;
	text-decoration:underline;
}
a:hover {
	color:#f7a617;
	text-decoration:none;
}
#navArea {
	width:845px;
	height:28px;
	background-image:url(images/topNav_bkg.jpg);
	background-repeat:no-repeat;
	line-height:32px;
	text-align:left;
	font:Arial;
	font-weight:bold;
	font-size:11px;
	color:#1b3562;
}
.navSeperator {
	padding-left:18px;
	padding-right:12px;
}

.navSeperator a:link{
	color:#1b3562;
	text-decoration:none;
}
.navSeperator a:visited{
	color:#1b3562;
	text-decoration:none;
}
.navSeperator a:hover{
	color:#f7a617;
	text-decoration:none;
}
.navSeperator a:active{
	color:#1b3562;
	text-decoration:none;
}
#leftBar {
	width:227px;
	float:left;
}
#rightBar {
	width:618px;
	float:right;
}
#rightBarInner {
	padding-left:10px;
	padding-top:20px;
	padding-right:10px;
}
#newsArea {
	padding:0px;
	margin:0px;
	width:217px;
	mergin-left:3px;
	background-color:#f0f3f5;
}
#newsInner {
	padding-left:16px;
	padding-right:16px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	
}

#newsInner p {
	padding:0px;
	margin:0px;
	font-size:11px;
	color:#173360;
}
.newsHeader {
	font-size:11px;
	font-weight:bold;
	color:#f7a617;
}
.newsDate {
	font-size:11px;
	color:#979797;
}
.newsText {
	font-size:11px;
	color:#173360;
	font-style:italic;
}
.newsText a:link {
	font-size:11px;
	color:#70ab00;
	text-decoration:underline;
}
.newsText a:visited {
	font-size:11px;
	color:#70ab00;
	text-decoration:underline;
}
.newsText a:hover {
	font-size:11px;
	color:#70ab00;
	text-decoration:none;
}
.mainHeader {
	font-size:16px;
	font-weight:bold;
	color:#37507e;
	padding:0px;
	margin:0px;
}
.mainHeaderColorShift {
	color:#758fa9;
}

#footer {
	background-image:url(images/footer.png);
	width:845px;
	background-repeat:no-repeat;
	height:74px;
	clear:both;
}
#footerSeperator {
	height:12px;
	clear:both;
}
#footerLeft {
	width:227px;
	float:left;
	padding-left:27px;
	padding-top:8px;
	font-size:10px;
	color:#ffffff;
}
#footerLeft p {
	padding:0px;
	margin-top:2px;
	margin-bottom:4px;
}
#footerRight {
	width:227px;
	float:right;
	line-height:81px;
	color:#a5c83c;
	font-size:10px;
	font-weight:bold;
}
#footerRight a:link {
	color:#a5c83c;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
#footerRight a:visited {
	color:#a5c83c;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
#footerRight a:active {
	color:#a5c83c;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
#footerRight a:hover {
	color:#a5c83c;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
}
