@charset "UTF-8";
body {
	background-color: #000000;
}
#mainBody {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#mainBody #bodyContent {
	float: left;
	background-color: #222222;
	position: relative;
	width: 1000px;
}
#mainBody #bodyContent #flashContainer {
	clear: both;
	height: 35px;
	width: 100%;
	position: relative;
	text-align: right;
	background-image: url(../images/biglogo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#mainBody #bodyContent #bannerImage {
	clear: both;
	height: 166px;
	width: 100%;
	position: relative;
}
#mainBody #bodyContent #pageFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dddddd;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	margin-top: 15px;
	position: relative;
}
#adSpace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 500px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: center;
}
#adSpace a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bf0000;
	text-decoration: underline;
}
#adSpace a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bf0000;
	text-decoration: none;
}
#mainBody #bodyContent #textArea #rightContent {
	clear: right;
	float: right;
	width: 300px;
	margin-top: 10px;
	margin-right: 25px;
	margin-left: 24px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dddddd;
}
#mainBody #bodyContent #textArea #leftContent {
	clear: left;
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-right: 25px;
	margin-left: 25px;
}
#mainBody #bodyContent #textArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eeeeee;
}
#mainBody #bodyContent #textArea h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
#mainBody #bodyContent #textArea a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bf0000;
	text-decoration: none;
}
#mainBody #bodyContent #textArea a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bf0000;
	text-decoration: underline;
}
#mainBody #bodyContent #textArea h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
#mainBody #bodyContent #pageFooter a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bf0000;
	text-decoration: none;
}
#mainBody #bodyContent #pageFooter a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bf0000;
	text-decoration: underline;
}
