﻿a:link, a:visited, a:active {text-decoration:underline; color:#333333}
a:hover {text-decoration:underline; color:black;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	margin: 0;
	background: black;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	}
	
	
#maintable {
	border: 0;
	width: 770px;
	background: #1c1c1c;
}	

#common {
	border:0;
	width: 100%;
}

#common td {
	vertical-align:top;
}

#left {
	background: url('../siteart/background-black.jpg') repeat top left;
	width: 390px;
}

#middle {
	background: url('../siteart/yellow.gif') repeat-y;
	width: 13px;
}

#middle2 {
	background: url('../siteart/yellow.gif') repeat-y;
	width: 8px;
	height:15px;
	vertical-align:top;
}


#main-content {
	padding: 22px 0px 22px 32px;
}

#nav {
	padding: 0px 28px 0px 36px; 
}

#nav a {
	display:block;
	color: white;
	text-decoration: none;
	padding: 13px 0px 13px 20px;
	border-bottom: 1px solid #3e3e3e;
	background:url('../siteart/arrow.gif') no-repeat 3px 16px;
}

#nav a:hover {
	color: #facc17;
	background-position: 8px 16px;
}

#nav2 {
	padding: 0px 5px 0px 5px; 
}

#nav2 a {
	display:block;
	color: white;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	border-right: 1px solid #3e3e3e;
	background:url('../siteart/arrow.gif') no-repeat 0px 7px;
}

#nav2 a:hover {
	color: #facc17;
}




.title {
	font-size: 16px;
	color: #facc17;
}

.disclaimer{
	text-align:center;
	color:#747474;
	margin:20px 0 0 0;			
				
}