
#header {
	float: left;
	height: 100px;
	width: 1024px;
	background-color: #000;
}
#redbox {
	background-color: #F00;
	float: left;
	height: 10px;
	width: 1024px;
}
#top_nav {
	background-color: #F00;
	float: left;
	height: 24px;
	width: 934px;
	margin-top: 130px;
	margin-left: 30px;
	padding-left: 30px;
	padding-top: 6px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
}
#top_orange_box {
	background-color: #F90;
	float: left;
	height: 10px;
	width: 964px;
	margin-left: 30px;
}
#main_content_container {
	float: left;
	height: 540px;
	width: 964px;
	margin-left: 30px;
	background-color: #000;	
}
body {
	background-color: #999;
}
#main_content_div {
	height: 480px;
	width: 904px;
	margin-top: 30px;
	margin-left: 30px;
	background-color: #FFF;
	overflow:scroll;
}
#index_content_div {
	float: left;
	height: 480px;
	width: 904px;
	margin-top: 30px;
	margin-left: 30px;
	background-color: #FFF;
	
	
}
.top_nav_link_color {
	color: #FFF;
}
#footer {
	float: left;
	height: 50px;
	width: 1024px;
	margin-top: 20px;
	background-color: #000;
	color: #FFF;
	font-size: 13px;
	text-align:center;
	padding-top: 10px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#container {
	height: 900px;
	width: 1024px;
	margin: auto;
	background-image: url(BG3.jpg);
}
#container #header {
}
.welcome_pagefont
{
 color: #F00;
 font-size: 17px;
}
.body_text_size
{
 color: #000;
 font-size:14px;
}
.text_div
{
	height: 470px;
	width: 848px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 30px;
}
.scroll_div {
	float: left;
	height: 470px;
	width: 868px;
	overflow:scroll;
}
.body_header_size {
	color: #F00;
	font-size:16px;
	
	.largefont {
	font-size: 18px;
}
.large_font {
	font-size: 24px;
	color: #F00;
	font-family: "Arial Black", Gadget, sans-serif;
}
.body_center_div {
}