@charset "utf-8";
/* CSS Document */


body {
	margin:0;
	padding:0;
	height:100%;
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
}	

#HD1 {
	margin-right:51%;
	background:#64CEEF url(images/bg_l.jpg);
	background-position:top;
	background-repeat: repeat-x;
	height:261px;
}

#HD2 {
	float:right;
	width:50%;
	background:url(images/bg_r.jpg);
	background-position:top ;
	background-repeat: repeat-x;
	height:261px;
}			

#HD_out {
	float:left;
	width:100%;
	margin:0 auto;
	position:relative;
	background:url(images/hd.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:261px;
	margin-top:-261px;
}

#HD_in {
	width:770px;
	margin:0 auto;
	position:relative;
	height:261px;
}	


#nav_wrapper {
	float:left;
	width:430px;
	height:55px;
	margin:0;
	padding:0;
	margin-top:10px;
}	

#nav {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
}

#nav LI{
	float:left;
}

#nav A, #nav A:VISITED {
	display: block;
	width:105px;
	text-decoration:none;
	color:#1A2F45;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}

#nav A:HOVER {
	text-decoration:underline;
}				

#wrapper {
	width:770px;
	margin:0 auto;
	position:relative;
	background-color:#FFFFFF;
}	

#content_main {
	width:750px;
	margin:0 auto;
	position:relative;
	color:#000;
	min-height:450px;
}		

#content_main A, content_main A:VISITED{
	font-weight:bold;
	color:#000;
	background:#C6EAD4;
	text-decoration:none;
}

#content_main A:HOVER{
	color:#000;
	background: #7EAEC2;
	text-decoration:underline;
}	

H1 {
	padding:0; margin:0;
	font-size:1.4em;
	color:#1A2F45;
}

H2 {
	padding:0; margin:0;
	font-size:1.2em;
	color:#0D48A6;
	padding-top:7px;
}

H3 {
	padding:0; margin:0;
	font-size:1.1em;
	color:#BB0208;
	padding-top:7px;
}

P {
	font-size:.9em;
}		

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: 1ex;
}

#content_main li {
	list-style:circle url(images/bullet.gif);
	font-size:.9em;
	margin-bottom:.5em;	
}		

.table_form {
	font-size:.9em;
}	

.table_form TD {
	border-bottom: 1px solid #C1DAD7;
}

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:none;
	background: #ffffff;
	color:#003366;
	border:#7EAEC2 1px solid;
} 

input[type="submit"] {	
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-weight:none;
	background:#7EAEC2;
	color:#000000;
	border:#000000 2px solid;
	text-align:center;
	margin:10px;
	width:120px;
}
input[type="submit"]:hover {	
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-weight:none;
	background:#0F4A9C;
	color:#ffffff;
	border:#000000 2px solid;
	text-align:center;
	margin:10px;
	width:120px;
}

#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;
}

