@charset "utf-8";
/* CSS Document */

body {
	background-color:		black;
	margin:					0px;
	padding:				0px;
	color:					#ebebeb;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	}
	
p {
	line-height:			160%;
	}

.georgia {
	font-family:			Georgia, "Times New Roman", Times, serif;
	}
	
div#center {
	padding:				0px;
	margin:					0px;
	position:				absolute;
	top:					40px;
	left:					50%;
	width:					1px;
	height:					1px;
	overflow:				visible;
	}
	
div#main {
	width:					702px;
	position:				relative;
	left:					-352px;
	}

div#content {
	float:					left;
	clear:					none;
	width:					500px;
	border:					0px solid #ebebeb;
	border-right-width:		2px;
	}
	
div#title, div#body, div#footer {
	width:					480px;
	float:					left;
	clear:					both;
	padding-left:			15px;
	}
	
div#body {
	background-color:		#282828;
	border:					0px dotted #ebebeb;
	border-width:			1px 0;
	padding:				10px 0 90px 20px;
	min-height:				335px;
	background-image:		url("images/body_bg.png");
	background-position:	bottom;
	background-repeat:		no-repeat;
	}
	
div#body p {
	margin:					15px 45px 10px 10px;
	}
	
div#title {
	height:					80px;
	background-image:		url("images/page_title.png");
	background-position:	bottom right;
	background-repeat:		no-repeat;
	}
	
div#title img {
	float:					left;
	}
	
div#footer {
	height:					40px;
	padding:				8px;
	margin-bottom:			15px;
	}

div#centerLinks {
	position:				relative;
	top:					105px;
	left:					-2px;
	border:					0px solid #ebebeb;
	border-left-width:		0;
	overflow:				visible;
	clear:					none;
	float:					left;
	height:					auto;
	width:					auto;
	background-color:		#282828;
	padding:				0;
	}

div#links {
	width:					160px;
	float:					left;
	clear:					none;
	background-image:		url("images/side.png");
	background-position:	right;
	background-repeat:		repeat-y;
	overflow:				hidden;
	}
	
div#links a {
	display:				block;
	padding:				8px 10px;
	font-size:				14px;
	color:					#ebebeb;
	text-decoration:		none;
	background-image:		url("images/side.png");
	background-position:	right;
	background-repeat:		repeat-y;
	border:					0px dotted #ebebeb;
	border-bottom-width:	1px;
	}
	
div#links a:hover	{
	background-color:		#202020;
	}
	
div#links img {
	height:					20px;
	float:					right;
	clear:					both;
	padding:				0;
	}

img#top_corner {
	margin:					0 0 10px 0;
	border:					0px dotted #ebebeb;
	border-bottom-width:	1px;
	}
	
a.links {
	display:				block;
	width:					450px;
	text-decoration:		none;
	color:					#ebebeb;
	}
	
a.links:hover {
	background-color:		#202020;
	color:					white;
	filter:					alpha(opacity=50);
	opacity:				0.5;
	-moz-opacity:			0.5;
	}
	
a.color {
	color:					#206cca;
	}
	
h1 {
	font-size:				24px;
	font-family:			Georgia, "Times New Roman", Times, serif;
	}
	
/* link div styles */

div.links {
	border:					0px solid #ebebeb;
	border-width:			1px 0;
	text-decoration:		none;
	padding:				15px 15px 10px;
	margin:					0;
	}
	
div.links h2, div.links h3, div.links h4 {
	margin:					0px;
	}
	
div.links h2 {
	font-size:				15px;
	font-family:			Georgia, "Times New Roman", Times, serif;
	}
	
div.links h3 {
	font-size:				13px;
	font-style:				italic;
	font-family:			Georgia, "Times New Roman", Times, serif;
	color:					#206cca;
	}

div.links h4 {
	font-size:				12px;
	font-style:				normal;
	margin:					3px 0 20px 6px;
	}	
	
div.first_link {
	border:					0px solid #ebebeb;
	border-width:			1px 0;
	margin:					25px 25px 30px 5px;
	}
	
/* form styles */

label {
	float:					left;
	clear:					both;
	font-size:				12px;
	margin:					12px 0 7px 75px;
	}

input, textarea {
	clear:					both;
	float:					left;
	margin:					0 0 0 75px;
	padding:				3px;
	background-color:		white;
	border:					1px solid black;
	width:					300px;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	}
	
.submit {
	width:					auto;
	margin-top:				20px;
	background-color:		#2a2a2a;
	color:					#ebebeb;
	}
	
/* Temporary */

div#links p {
	margin-left:			15px;
	}

input.test {
	display:			none;
	}
