/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background-color: #292b2c;
	background-image: url('graphics/bg.jpg');
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #CCCCCC;
}
#flashcontent {
		height: 500px;
		width:900px;
		position:absolute;
		top:150px;
		left:90px;
		}
#maincontent {
		height: 500px;
		width:500px;
		position:absolute;
		top:160px;
		left:450px;
		text-align:left;
		}
#maincontent_two {
		height: 500px;
		width:500px;
		position:absolute;
		top:160px;
		left:400px;
		text-align:center;
		}
#maincontent_scale {
		width:500px;
		position:absolute;
		top:160px;
		left:450px;
		text-align:left;
		}
#maincontainer_home{
	background:url('graphics/mainlogo.gif') no-repeat top left;
	height:674px;
}
#maincontainer{
	background:url('graphics/smallerlogo.gif') no-repeat top left;
	height:674px;
}
#main_nav_container{
	position:absolute;
	top:60px;
	left:110px;
	width:894px;
	height:98px;
}
.navhome_container{
	float:left;
	height:98px;
	width:250px;
}
.navhome_container a{
	display:block;
	height:98px;
	width:250px;
}
.navitem_container{
	float:left;
	height:82px;
}