@charset "utf-8";
/* CSS Document */

body {
	font-size: 62.5%;
	color: #FFF;
	background-color: #212121;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../_img/top_banner.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}
html { 
	overflow: -moz-scrollbars-vertical !important; 
}
.clear {
	clear: both;
}
#header {
	float: left;
	height: 206px;
	width: 750px;
}
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.1em;
}
#content {
	float: left;
	width: 750px;
}
#content #navigation {
	float: left;
	width: 750px;
	text-transform: uppercase;
}
#content #midLinks {
	float: left;
	width: 750px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FB0609;
	border-bottom-color: #911C1D;
}
#midLinks #links {
	width: 510px;
	margin-left: 240px;
}
#midLinks #links .text {
	float: left;
	width: 160px;
	margin-right: 10px;
	font-size: 1.2em;
	margin-top: 5px;
	margin-bottom: 5px;
}
#midLinks #links .text a {
	color: #a2a2a2;
	text-decoration: none;
}
#midLinks #links .text a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


#content #newsBox {
	float: left;
	width: 220px;
	margin-right: 20px;
	margin-top: 12px;
}
#content #mainBox {
	float: left;
	width: 510px;
	margin-top: 12px;
}
#footer {
	width: 750px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #911C1D;
	padding-top: 3px;
	text-align: right;
	color: #454545;
	text-transform: uppercase;
	font-size: 0.9em;
	float: left;
}
#footer a {
	color: #454545;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.redText {
	color: #FF0000;
}
