body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

div#header {
	position: absolute;
	width: 100%;
	left: 60px;
	top: 60px;
}

div#banner {
	background-color: #000000;
	background-image: none;
	background-repeat: repeat-x;
}


img#titletext {
	position: absolute;
	left: 300px;
	top: 40px;
}

div#nav ul {
	list-style-type: none;
}

div#nav ul li {
	display: inline;
}
div#content {
	position: absolute;
	left: 15px;
	top: 350px;
	padding-right: 575px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 91%;
	line-height: 15px;
	color: #FFCC00;
}

div#main {
	position: absolute;
	left: 250px;
	top: 465px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16;
	letter-spacing: 3;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
}

div#main2 {
	position: absolute;
	left: 225px;
	top: 350px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16;
	letter-spacing: 3;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
}

div#sidebar {
	position: absolute;
	width: 300px;
	top: 475px;
	left: 415px;
	border: thin #000000;
	background-color: #000000;
}

div#content h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF9900;
	font-weight: normal;
	font-style: normal;
}

div#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #FF6600;
}

div#main h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16;
	letter-spacing: 3;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
}

div#main2 h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16;
	letter-spacing: 3;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
}


div#sidebar div.feature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ededed;
	font-size: 11px;
	font-weight: strong;
	line-height: 15px;
	text-decoration: none;
	margin-bottom: 11px;
	padding: 10px;
	line-height: 24px;
	font-style: normal;
}
div#sidebar div.feature ul{
	margin: 0;
	padding: 0;
	line-height: 20px;
	list-style-type: square;
	list-style-position: inside;
}

div#sidebar div.feature ul li{
	color: #b9b9b9;
	background-color: transparent;
}

div#sidebar div.feature ul li a{
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFCC00;
	background-color: transparent;
	text-decoration: none;
}

div#sidebar div.feature ul li a:hover{
	text-decoration : underline;
}

form#loginform input{
	color : #000000;
	background-color : #CCCC99;
	width : 116px;
	border : 1px solid #996600;
}

form#loginform input.submit{
	width : 60px;
	border : 1px solid #996600;
	color : #FFCC00;
	background-color : #996600;
}

form#loginform, form#loginform table, form#loginform tr, form#loginform td{
	margin : 0;
	padding : 0;
}

form#loginform table th{
	font-family : Georgia, "Times New Roman", Times, serif;
	color : #CC9900;
	background-color : #382e0f;
	font-size : 11px;
	text-align : left;
	margin : 0;
	padding : 0;
}

div#sidebar form{
	padding: 0;
	margin: 0;
}

div#sidebar h1{
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #115EAC;
}

div#main a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cc9900;
	font-weight: normal;
	line-height : 15px;
	font-size: 11px;
	text-decoration: none;	
}

div#main a:hover{
	color: #8eb4ff;
	font-weight: normal;
	border-bottom: 1px solid #FFCC00;
	border-top: 1px solid #FFCC00;
}

div#main2 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cc9900;
	font-weight: normal;
	line-height : 15px;
	font-size: 11px;
	text-decoration: none;
	
}

div#main2 a:hover{
	color: #8eb4ff;
	font-weight: normal;
	border-bottom: 1px solid #FFCC00;
	border-top: 1px solid #FFCC00;
}

div#nav li a{
	color : #6699CC;
	background-color : #efefef;
	text-decoration : none;
	
}

div#nav li a:hover{
	color : #FF3366;
	background-color : #000000;
	border-bottom : 4px solid #FFCC00;
}
