@charset "UTF-8";
/* CSS Document */
body {
	background:#004567;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	color:#4E4E4E;
}
h3 {
	background:url(../images/HeaderBar.jpg);
	background-repeat: repeat-x;
	height: 35px;
	margin: -5px -5px 10px -10px;
	padding: 10px;
}
a:link {
	color: #004567;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #004567;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #666;
	text-decoration: underline;
	font-weight: bold;
}
#mainWrapper {
	margin: 0 auto;
	width: 90%;
}
#topHeaderBox {
	margin: 0 auto;
	width: 800px;
	height: 194px;
	background:url(../images/TopBanner.jpg);
}
#MenuBox {
	margin: 0 auto;
	width:800px;
	height: 49px;
	background:url(../images/TopMenuBar.jpg);
}
.menuItems {
	float: right;
	margin: 5px 60px 5px 0;
	padding: 10px 0 0 0;
	height: 30px;
}
.menuLink a:link{
	display:block;
	margin: 0 10px;
	padding: 0 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.menuLink a:visited{
	display:block;
	margin: 0 10px;
	padding: 0 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.menuLink a:hover{
	display:block;
	margin: 0 10px;
	padding: 0 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background:#CCCCCC;
}
#MainBody {
	margin: 0 auto;
	background:url(../images/bodyBackground.jpg);
    background-repeat: repeat-y;
	width: 800px;
	padding-bottom: 50px;
}
.leftCol {
	width:450px;
	border:#DCDCDC solid 1px;
	float: left;
	margin: 20px 10px 10px 80px;
	background-color: #fff;
	padding: 5px 5px 10px 10px;
}
.rightCol {
	width: 155px;
	margin: 20px 0 10px 0;
	float: left;
	background-color: #fff;
	border: #DCDCDC solid 1px;
	padding: 5px 5px 10px 10px;
}
.clear {
	clear:both;
}
.newsText {
	font-size: .8em;
}
.footerBar {
	background:#372F2D;
	margin: 0 auto;
	width: 100%;
	height: 30px;
	position: fixed;
	z-index: 80;
	left: 0px;
	right: 0px;
	bottom: 0px;
	visibility: visible;
	top: auto;
}
.footerText {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#EDE7DE;
	font-size: .7em;
}
