@charset "utf-8";
/* CSS Document */


html { 
	background:#0C0101 url("images/bg.png"); 
	background-position:top;
	background-repeat:repeat-x;
	/* Height is 100%, so the body can be 100% */
	height:100%;
}


body {
	background:url("images/hd.jpg"); 
	background-position:top center;
	background-repeat:no-repeat;
	height:100%;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}	

#nav_wrapper {
	width:770px;
	margin:0 auto;
	position:relative;
	height:300px;
}	

#nav {
	float:left;
	margin:0;
	padding:0px;
	height:21px;
	list-style-type:none;
	padding-left:50px;
	margin-top:270px;
}

#nav LI{
	float:left;
}

#nav A, #nav A:VISITED {
	display: block;
	padding: 0.25em 0.5em;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}

#nav A:HOVER {
	text-decoration:underline;
	color:#FFFFFF;
	background:#0C0101;
}				

#BG {
	width:100%;
	background:url(images/bg_content.png);
	background-position:top center;
	background-repeat:no-repeat;
}	

#wrapper {
	width:770px;
	margin:0 auto;
	position:relative;
	height:100%;
	background-color:#000;
}	

#content_main {
	width:750px;
	margin:0 auto;
	position:relative;
	color:#FFF;
	padding-top:10px;
	padding-bottom:20px;
	min-height:450px;
}		

#content_main A, content_main A:VISITED{
	font-weight:bold;
	color:#000;
	background:#D78937;
	text-decoration:none;
}

#content_main A:HOVER{
	color:#000;
	background: #8F6F1C;
	text-decoration:underline;
}

#content_main img {
	background:#FFF;
	padding:5px;
	border:dotted #C74708 1px;
}	

#content_main li {
	list-style:circle url(images/bullet.gif);
	font-size:.9em;
	margin-bottom:.5em;	
}	

H1 {
	padding:0; margin:0;
	font-size:1.4em;
	color:#C74708;
}

H2 {
	padding:0; margin:0;
	font-size:1.2em;
	color:#8F6F1C;
	padding-top:7px;
}

H3 {
	padding:0; margin:0;
	font-size:1.1em;
	color:#8F6F1C;
	padding-top:7px;
}

P {
	font-size:.9em;
}		

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	bottom: 1ex;
}

.table_border_gridbt {
	border:solid 1px #8F6F1C;
	font-size:.9em;
}	

.table_border_gridbt TD {
	border-bottom: 1px solid #8F6F1C;
}

.table_border_nogrid {
	border:solid 1px #8F6F1C;
	font-size:.9em;
}

input[type="text"], input[type="password"], input[type="textfield"], input[type="select"], input[type="button"], textarea, select {	
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-weight:normal;
	background: #ffffff;
	color:#003366;
	border:#7EAEC2 1px solid;
} 

input[type="submit"] {	
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-weight:normal;
	background:#D78937;
	color:#000000;
	border:#000000 2px solid;
	text-align:center;
	margin:10px;
	width:100px;
}
input[type="submit"]:hover {	
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-weight:normal;
	background:#8F6F1C;
	color:#ffffff;
	border:#000000 2px solid;
	text-align:center;
	margin:10px;
	width:100px;
}

#FT {
	float:left;
	width:770px;
	margin:0 ;
	padding:0;
	background:url(images/ft.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:45px;
}

.cleaner {
	clear:both;
	height:0px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
