@charset "utf-8";
body {
	
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.topBanner {
	background-image: url(images/bannerTop.jpg);
	height: 106px;
	width: 729px;
	margin-right: auto;
	margin-left: 148px;
	float: none;
}
.botBanner {
	background-image: url(images/bannerBot.jpg);
	height: 135px;
	width: 722px;
	margin-right: auto;
	margin-left: 148px;
	float: none;
	background-repeat: no-repeat;
	background-position: left;
}
.content {
	background-image: url(images/contentBackBig.jpg);
	height: 554px;
	background-repeat: repeat-x;
	width: 675px;
	float: left;
	background-position: left top;
}
.header 
{
	color: #000;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: auto;
}
.scrollDiv ol {
	list-style-type: decimal;
}


a {
   text-decoration: underline;
   color: #ab1d16;
   border: 0px;
}
.phenom {
	font-family: "Lucida Console", Monaco, monospace;
	margin-left: 110px;
	font-style: normal;
	text-align: center;
	color: #fff;
	font-size: 11px;
}
.phenom a {
	color: #fff;
	font-weight: bold;
}
.phenom a hover {
	text-decoration: overline;
}


hr {
	border: medium outset #FFF;
}

.scrollDiv {
	text-align: left;
	height: 500px;
	overflow: auto;
	width: 665px;
	border-right-style: inset;
	border-right-color: #FFF;
	border-bottom-style: inset;
	border-bottom-width: medium;
	border-bottom-color: #FFF;
	border-right-width: thin;
	margin-left: -5px;
}

.scrollDiv li {
	margin-top: 15px;
}

.minititle {
	color: #AC1D17;
	font-weight: bold;
	font-size: 12px;
}

h4 {
	font-size: 14px;
	color: #AB1D16;
}

.footer {
	background-image: url(images/botRunner.jpg);
	clear: both;
	height: 100px;
	width: 722px;
	float: none;
	margin-right: 20px;
	margin-left: 148px;
	background-position: left top;
}
.navBar {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.navStack {
	height: 499px;
	width: 148px;
	float: left;
	background-position: right top;
	margin-top: -2px;
	margin-right: auto;
	margin-left: auto;
}
#navBar ul {
	list-style-type: none;
	height: 65px;
	width: 141px;
	text-align: center;
	vertical-align: middle;
	display: block;
	margin-left: 0px;
	padding-top: 0px;
}
#navBar li {
	list-style-type: none;
	font-size: 13pt;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 127px;
	float: none;
	margin-top: 15px;
	margin-bottom: 0px;
	font-style: normal;
	line-height: 65px;
	font-weight: bold;
	font-variant: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0;
   }
#navBar a {
	display: block;
	height: 65px;
	width: 141px;
	text-decoration: none;
	color: #FFFFFF;
}
#navBar a:hover {
	display: block;
	background-image: url(images/buttonDown.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 65px;
	width: 141px;
	text-decoration: none;
	color: #FFFFFF;
}

.wrapper {
	width: 895px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
}
.contentLeft {
	background-image: url(images/contentSide.jpg);
	height: 554px;
	width: 47px;
	float: left;
}

