@charset "utf-8";
/* CSS Document */
body	{
	background: url(../images/homeback.jpg) #000000 repeat-x;
	margin:0;
	font-size:9pt;
	}
img { border:0px; }

/* Element Positions */
#container { margin:0em; padding:0em;
	left:0em; top:0em;
	width:994px; }
#header { 
	margin:0em; padding:0em; position: absolute;
	background: url(../images/logo.jpg) #000000 no-repeat;
	left:0em; top:0em;
	width:985px;
	height:96px; }
#marquee { 
	margin:0em; padding:0em; position:absolute;
	position: relative;
	left:0em; top:8em;
	width:985px; height:25px; }
#topimg { 
	margin:0em; padding:0em; position: absolute;
	left:0em; top:10.1em;
	width:994px; height:82px; }
#midimg { 
	margin:0em; padding:0em; position: absolute;
	left:0em; top:16.9em;
	width:985px; height:236px; }
#botimg { 
	margin:0em; padding:0em; position: absolute;
	left:0em; top:38.37em;
	width:985px; height:154px; }

/* Nav Menu */
#navcontainer { margin:0em; padding:0em; position: absolute;
	left:0em; top:36em;
	width:985px; height:21px; }
#navcontainer ul {
padding-left: 0;
margin-left: 0;
background-color: #000;
color: White;
float: left;
width: 100%;
font-family: "Courier New", Courier, monospace;
height:21px;
position:relative; }
#navcontainer ul li { display: inline; }
#navcontainer ul li a {
padding: 0em 0.4em 0em 0.4em;
background-color: #000;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
height:21px; }
#navcontainer ul li a:hover {
background-color: #369;
color: #fff; }

