body {
	background-color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.inline_large_bold_text {
	font-size: 18px;
	font-weight: bold;
}

.banner {
	background-image: url(images/banner_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 270px;
	width: 900px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
}
.nav_bg {

	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 44px;
	width: 900px;
}

#navcontainer ul
{
	background-color:;
	float: left;
	width: 400px;
	border: 0px none #B23736;
	padding: 0px;
	margin: 0px;
	text-align: right;

}

#navcontainer ul li {
	display: inline;
	background-color: ;
}

#navcontainer ul li a
{
	background-color: ;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 1.2em 1em 0.8em;
}

#navcontainer ul li a:hover
{
	color:#FFFFFF;
	background-image: url(images/nav_over.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.home_table_bg {
	background-image: url(images/home_bg.jpg);
	background-repeat: no-repeat;
	height: 250px;
}
.main_table_bot_bg {
	background-image: url(images/td_bot_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.main_table_bg {
	background-color: #3E3E3E;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
}
.table_bot_divide {
	background-image: url(images/td_bot_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 30px;
}
.main_td {
	background-color: #3E3E3E;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 20px;
}
h3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
.largelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #D8D8D8;
}

.largelink a{
	text-decoration: none;
	color: #D8D8D8;
}

.largelink a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

