@charset "UTF-8";
body {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:13px;
	line-height:20px;
	background: #191919;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
}

h1{font-size:16px; font-weight:bold; margin:0px; padding:0px;}

	#navcontainer {
	width: 846px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:66px;
	position:relative;
	
}


	#footer {
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:20px;
	font-size:9PX;
	color:#999999;
}

	#homecontainer {
	width: 846px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/homeBG.jpg);
	background-repeat:no-repeat;
	position:relative;
	height:567px;
	
}



	#container {
	width: 846px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat:no-repeat;
	position:relative;
	
}

#menu
{
	padding:0px;
	margin:0;
	list-style-type:none;
	position:absolute;
	width: 835px;
	top: 28px;
	left: 6px;
}

#menu li 
{display:inline;
padding:2px;

}

#contentborder{
border:1px solid #333333;
}

a:link {color:#336699; text-decoration:none;}
a:visited {color:#336699; text-decoration:none;}
a:hover {color:#003366; text-decoration:none;}
a:active {color:#336699; text-decoration:none;}

a.one:link {color:#999999; text-decoration:none;}
a.one:visited {color: #999999; text-decoration:none;}
a.one:hover {color:#666666; text-decoration:none;}

a.two:link {color: #ff0000}
a.two:visited {color: #0000ff}
a.two:hover {font-size: 150%}

a.three:link {color: #ff0000}
a.three:visited {color: #0000ff}
a.three:hover {background: #66ff66}

a.four:link {color: #ff0000}
a.four:visited {color: #0000ff}
a.four:hover {font-family: monospace}

a.five:link {color: #ff0000; text-decoration: none}
a.five:visited {color: #0000ff; text-decoration: none}
a.five:hover {text-decoration: underline}
