BODY {
	background-color:#000;
	margin:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#fff;	
}

a{color:#cad1d8; text-decoration:underline;}
a:hover{color:#cd7400; text-decoration:underline;}

h1{font-size:18px; color:#cd7400; margin-top:1px; margin-bottom:3px; font-weight:normal;}
h2{font-size:13px; color:#cd7400; margin-top:1px; margin-bottom:3px; font-weight:bold;}
p{margin-top:2px; margin-bottom:6px;}

table{margin-top:8px; margin-bottom:4px;}

input[type="text"]{
	border:1px solid #000;
	background:#fff;;
	height:15px;
	font-size:11px;
	vertical-align:middle;
	padding:2px;
}
input[type="password"]{
	border:1px solid #000;
	background:#fff;;
	height:15px;
	font-size:11px;
	vertical-align:middle;
	padding:2px;
}

select{
	border:1px solid #000;
	background:#fff;;
	height:21px;
	font-size:11px;
	vertical-align:middle;
	padding:2px;
}

input[type="button"]{
	border:1px solid #fff;
	background:#cd7400;;
	color:#000;
	font-size:12px;
	cursor:pointer;
	vertical-align:middle;
	padding:1px;
	margin:2px;
}
	input[type="button"]:hover{background:#333;}

input[type="submit"]{
	border:1px solid #fff;
	background:#cd7400;;
	color:#000;
	font-size:12px;
	cursor:pointer;
	vertical-align:middle;
	padding:1px;
	margin:2px;
}
	input[type="submit"]:hover{background:#333;}

textarea{
	border:1px solid #000;
	background:#fff;;
	font-size:11px;
	vertical-align:middle;
	padding:2px;
}

#mainDiv {
	width:1000px;
	height:inherit;
	margin:auto;
	background-color:#000;
}

#header {
	width:100%;
	height:44px;
	background-image:url('/_img/header.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	text-align:right;
	vertical-align:text-bottom;
	padding-top:15px;
	color:#fff;
}
	#header a{color:#fff; text-decoration:none;}
	#header a:hover{color:#cad1d8; text-decoration:none;}

#mainmenu{
	border-bottom:1px solid #717171;
	padding:10px;
	font-weight:bold;
	font-size:14px;
	width:inherit;
}

	#mainmenu a{color:#fff; text-decoration:none;}
	#mainmenu a:hover{color:#cad1d8; text-decoration:underline;}

.spacer{
	width:inherit;
	height:5px;
	background-image:url('/_img/spacer.png');
}

.footer{
	padding:10px;	
}

	.footer a{color:#fff; text-decoration:none;}
	.footer a:hover{color:#cad1d8; text-decoration:none;}

.split{border-bottom:1px solid #717171; width:inherit; height:8px; margin-bottom:4px;}

.content{
	width:711px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
}

.header1{
	width:inherit;
	height:200px;
	background:url('/_img/header1.jpg') no-repeat;
}
	.header1 .i{padding-left:15px; padding-top:150px;}
	.header1 .i h1{
		font-size:30px;
		font-weight:bold;
		font-style:italic;
		color:#fff;
	}

.right{
	width:250px;
	padding:12px;
	background:url('/_img/right.png') no-repeat;
	min-height:400px;	
}

	.right .i{padding:8px;}
	
.odd{background:#353535;}

.next{font-size:12px; font-weight:bold;}
.next a{color:#717171; text-decoration:none;}
.next a:hover{color:#cd7400; text-decoration:none;}
