@charset "utf-8";
/* CSS Document */


html { 
	background:#E2E9E1 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;
	padding-top:1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}	

#wrapper {
	width:930px;
	margin:0 auto;
	position:relative;
	padding:1px;
	margin-top:285px;
	background:#FFF;
	
}

#nav {
	width:910px;
	margin:0 auto;
	position:relative;
	margin-top:10px;
	height:52px;
	background:url(images/bg_nav.jpg);
	background-repeat:repeat-x;
	border:solid 1px #D4D8BA;
	z-index:1;
}	


#content_main {
	width:910px;
	margin:0 auto;
	position:relative;
	color:#373232;
	padding-top:20px;
	padding-bottom:20px;
	min-height:450px;
}		

#content_main A, content_main A:VISITED{
	font-weight:bold;
	color:#000;
	border-bottom:dotted 2px #CDF7AE;
	text-decoration:none;
}

#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.4em;
	color:#182C13;
	border-bottom:solid 1px #BDC3BC;
}

H2 {
	padding:0; margin:0;
	font-size:1.2em;
	color:#182C13;
	margin-top:7px;
}

H3 {
	padding:0; margin:0;
	font-size:1.1em;
	color:#000;
}

P {
	font-size:1em;
}		

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	bottom: 1ex;
}

.table_emphasis {
	background:#C1FF93;
	font-size:.9em;
	font-family:Georgia, "Times New Roman", Times, serif;
}	

.table_emphasis TD {
	padding:5px;
}	

.table_border_gridbt {
	border:solid 1px #8F6F1C;
	font-size:.9em;
}	

.table_border_gridbt TD {
	border-bottom: 1px solid #E7F6F3;
}

.table_noborder_gridbt {
	font-size:.9em;
}	

.table_noborder_gridbt TD {
	border-bottom: 1px solid #E7F6F3;
}

.table_border_nogrid {
	border:solid 1px #8F6F1C;
	font-size:.9em;
}

.table_photos {
	font-size:.9em;
}	

.table_photos TD {
	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:#7EAEC2 1px solid;
} 

input[type="submit"] {	
	font-weight:bold;
	background:#182C13;
	color:#FFF;
	border:#000 2px solid;
	text-align:center;
	margin:10px;
}
input[type="submit"]:hover {	
	background:#40850E;
}

#FT1 {
	float:left;
	width:930px;
	height:15px;
	margin:0; 
	padding:0;
	background:#B2232A;
}

#FT2 {
	float:left;
	width:930px;
	height:20px;
	margin:0; 
	padding:0;
	background:#EEC822;
	text-align:center;
	line-height:20px;
	font-size:.7em;
}

#FT3 {
	float:left;
	width:930px;
	height:15px;
	margin:0; 
	padding:0;
	background:#3853A4;
}


