@charset "utf-8";
/* CSS Document */


body {
	background:#323232 url(images/bg.jpg);
	background-position:top left;
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif; 
}	

#HD {
	width:100%;
	height:310px;
	padding:0;
	margin:0;
	background: url(images/hd.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
	

#nav {
	width:930px;
	margin:0 auto;
	position:relative;
	height:40px;
}	

#nav ul {
	margin:0;
	padding:0;
	padding-top:1px;
}

#nav LI{
	display: inline;
	margin: 0 .75em 0 .75em;
}

#nav A, #nav A:VISITED {
	height:40px;
	line-height:40px;
	text-decoration:none;
	color:#F2F2F2;
	font-weight:bold;
	text-align:center;
	padding: 5px 10px 4px 10px;
}

#nav A:HOVER {
	border:1px solid #FF6D01;
	background:#FFF;
	color:#000;
	margin:-1px;
	
}			

#content_wrapper {
	clear:both;
	width:100%;
	background:url(images/bg_content.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	
}	

#content_main {
	clear:both;
	width:930px;
	margin:0 auto;
	position:relative;
	color:#FFF;
	min-height:550px;
	padding-top:20px;
	margin-bottom:20px;
}		

#content_main A, content_main A:VISITED{
	color:#FFF;
	border-bottom:dotted 2px #FF6D01;
	text-decoration:none;
	font-weight:bold;
}

#content_main A:HOVER{
	border-bottom:dotted 2px #000;
}

#content_main li {
	list-style:circle url(images/bullet.gif);
	font-size:.9em;
	margin-bottom:.5em;	
}	

#content_main a img {display: block;}

#content_main IMG {
	padding:10px;
	background:#FFF;
	border:1px solid #999;
}	

H1 {
	padding:0; margin:0;
	font-size:1.6em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FF6D01;
}

H2 {
	padding:0; margin:0;
	font-size:1.2em;
	color:#FF6D01;
}

H3 {
	padding:0; margin:0;
	font-size:1.1em;
	color:#FF6D01;
}

P { font-size:1em; }		

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	bottom: 1ex;
}

.hilite {
border:1px #FFF dotted;
font-weight:bold;
}

.hilite td {
	padding:5px;
}	

.table_noborder_gridbt {
	font-size:.9em;
}	

.table_noborder_gridbt TD {
	border-bottom: 1px solid #FFBA6F;
	padding:5px;
}

input[type="text"], input[type="password"], input[type="textfield"], input[type="select"], input[type="button"], textarea, select {	
	font-weight:normal;
	background: #FFF;
	color:#003366;
	border:#333 1px solid;
} 

input[type="submit"] {	
	font-weight:bold;
	background:#FF6D01;
	color:#FFF;
	border:#FFF 2px solid;
	text-align:center;
	margin:10px;
}
input[type="submit"]:hover {	
	color:#000;
}

#FT {
	width:930px;
	margin:0 auto;
	position:relative;
	color:#5B5B5B;
	font-size:.8em;
	padding:10px;
	border-top:1px solid #5B5B5B;
	border-bottom:1px solid #5B5B5B;
	text-align:center;
}

