@charset "UTF-8";
#container {
	background-color: #333;
	height: 60em;
	width: 75em;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 1px;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #CCC;
	background-color: #000;
}
body {
	background-color: #999;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #690;
}
h1 {
	font-size: 24px;
	color: #333;
}
h2 {
	font-size: 18px;
	color: #333;
}
h3 {
	font-size: 16px;
	color: #333;
}
h4 {
	font-size: 14px;
	color: #FFF;
}
.italictext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #CCC;
}
.smallgraytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
}
.tinytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
}
#logo {
	height: 150px;
	width: 150px;
	position: absolute;
	left: 24px;
	top: 30px;
}
#header {
	position:absolute;
	left:175px;
	top:29px;
	width:846px;
	height:152px;
	z-index:1;
	background-color: #666666;
}
#contact {
	position:absolute;
	left:426px;
	top:106px;
	width:402px;
	height:22px;
	z-index:2;
}
#leftnavbar {
	position:absolute;
	left:23px;
	top:180px;
	width:152px;
	height:629px;
	z-index:3;
	background-color: #666666;
}
#topline {
	position:absolute;
	left:173px;
	top:230px;
	width:888px;
	height:15px;
	z-index:3;
}
#horizontalnavbar {
	position:absolute;
	left:248px;
	top:191px;
	width:724px;
	height:37px;
	z-index:4;
}
.redtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #993300;
}

