html,body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#090909;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
/* SPLASH Page Stuff */
#splash_main {
	width:760px;
	height:500px;
	margin:0 auto;
}
#splash_header {
	height:107px;
	background-image:url(/images/sp_header.jpg);
}
#splash_header h1 {
	text-indent:-31337px;
	margin:0;
}
#splash_middle {
	height:256px;
	background-image:url(/images/sp_wave.jpg);
}
#splash_footer {
	height:85px;
	background-image:url(/images/sp_footer1.jpg);
}
#splash_footer h2 {
	text-indent:-31337px;
	margin:0;
}
#splash_footer2 {
	background-image:url(/images/sp_footer2.jpg);
	width:335px;
	height:29px;
	float:left;
}
#splash_footer3 {
	 width:90px;
	 height:29px;
	 float:left;
}
#splash_footer4 {
	background-image:url(/images/sp_footer3.jpg);
	width:335px;
	height:29px;
	float:left;
}
#splash_footer5 {
	background-image:url(/images/sp_footer4.jpg);
	height:23px;
	clear:both;
	font-size:9px;
	color:#ECD024;
	padding-left:20px;
	line-height:20px;
}
/* Regular Stuff */
tr,td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
a:link,a:visited {
	text-decoration:none;
}
a:hover,a:active {
	text-decoration:underline;
}
h3 {
	font-size:14px;
	margin:0;
}
#main {
	width: 800px;
	margin:0 auto;
	background-color:#FFFFFF;
}
#header {
	height:144px;
}
#head_line {
	height:5px;
	background-color:#96213C;
}
/* NAV Stuff */
#nav {
	vertical-align:top;
	background-color:#AB902F;
	width:170px;
	background-image:url(/images/nav_bg.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}
ul.nav0 {
	color:#FFFFFF;
	margin:0;
	padding:0;
	list-style:none;
}
ul.nav0 li {
	font-size:13px;
	font-weight:bold;
	line-height:22px;
	background-repeat:repeat-x;
	background-position:top;
	cursor:pointer;
	padding:0;
	margin:0;
	background-image:url(/images/nav0.gif);
}
ul.nav0 li a {
	left:10px;
	position:relative;
}
ul.nav0 ul.nav1 {
	list-style:none;
	font-size:12px;
	background:#CDAC37 url(/images/nav1.gif) repeat-x bottom;
	font-weight:normal;
	margin:0;
	padding:0;
}
ul.nav1 li {
	cursor:pointer;
	padding:3px 0 3px 15px;
	line-height:14px;
	font-size:12px;
	background:none;
}

.nav0 a:link,.nav0 a:visited,.nav0 a:hover,.nav0 a:active {
	color:#FFFFFF;
}
ul.nav0 li.nav0_active {
	background-image:url(/images/nav0_a.gif);
}
ul.nav0 li.nav0_active {
	background-image:url(/images/nav0_a.gif);
}
ul.nav1 li.nav1_active {
	background-color:#96213C;
}
.subtitle {
	font-size:14px;
	font-weight:bold;
}
.form {
	border-collapse:collapse;
	margin:0;
}
.form td {
	border:solid #666666 1px;
	padding:4px;
}
.small_content {
	width:350px;
}
