
a, a:visited {
	color: #8B0101;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active {
	color: #4C0202;
}


a.nav, a.nav:visited {
	display:block;
	font-family: arial;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.nav:hover, a.nav:active {
	background-color: #4C0202;
	color: #fff;
}

.mainWrapper {
	background-color: #FFF;
	background-image: url("img/toprightbottom.jpg");
	background-repeat: no-repeat;
	padding:15px;
	margin-left: 5px;
	border-left: 1px solid #A0A0A0;
}


body, .main {
	font-size: 14px;
	font-family: arial;
}

h1.subhead {
	font-size: 22px;
	font-family: arial;
	font-weight: bold;
}
.newsBox {
	float:right;
	border: 1px solid #000;
	width: 150px;
	height: auto;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	padding: 8px;
}
.newsBoxHead {
	padding:4px;
	background: #F0F0F0;
	font-size: 18px;
	font-weight: bold;
	font-family: arial;
}

.bottomBar {
	width:748px;
	padding: 5px;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
}
a.bottom, a.bottom:visited {
	font-size: 12px;
	color: #4C0202;
	text-decoration: none;
	font-weight: 400;
}
a.bottom:hover, a.bottom:active {
	text-decoration: underline;
}

.navLeft {
	border-left: 5px solid #4C0202;
}
