@charset "utf-8";
/* CSS Document */

body {
	background:#549220 url(images/bg.jpg);
	background-repeat: repeat-x;
	color:#000;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}	

#HD {
	width:100%;
	background:url(images/hd.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:340px;
}

#nav_wrapper {
	width:770px;
	margin:0 auto;
	position:relative;
}

#navtop_wrapper {
	float:left;
	width:330px;
	height:28px;
	margin:0;
	padding:0;
	margin-top:10px;
}	

#navtop {
	float:left;
	margin:0;
	padding:0;
	padding-top:5px;
	padding-left:25px;
	list-style-type:none;
}

#navtop LI{
	float:left;
}

#navtop A, #nav_top A:VISITED {
	display: block;
	padding: 0.25em 0.5em;
	border-right: 1px solid #999;
	text-decoration:none;
	color:#000;
	font-size:.7em;
}

#navtop A:HOVER {
	text-decoration:underline;
	color:#FFF;
	background:#000;
}

#nav_main_wrapper {
	float:left;
	width:770px;
	margin:0;
	padding:0;
	margin-top:7px;
}

#wrapper {
	width:770px;
	margin:0 auto;
	position:relative;
	background:#EDEADE url(images/content_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;	
}	

#wrapper2 {
	width:770px;
	margin:0;
	padding:0;
	background: url(images/content_topbg.gif);
	background-position:top;
	background-repeat:no-repeat;	
}	

#content_main {
	clear:both;
	width:750px;
	margin:0 auto;
	position:relative;
	padding-bottom:20px;
	min-height:450px;
}		

#content_main A, content_wrapper A:VISITED{
	font-weight:bold;
	color:#333;
	background: #FFFFCC;
	text-decoration:none;
}	

#content_main A:HOVER {
	color:#000;
	text-decoration:underline;
}	



H1 {
	margin:0;
	padding:0;
	font-size:1.4em;
	color:#D74804;
}

H2 {
	margin:0;
	padding:0;
	font-size:1.2em;
	color:#2E6210;
	padding-top:7px;
}

H3 {
	margin:0;
	font-size:1.1em;
	color:#2E6210;
	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 {
	border:solid 1px #000;
	font-size:.9em;
}	

.table_form TD {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
}

.table_content {
	border:solid 1px #000;
	font-size:.9em;
}	

.table_content TD {
	border-right: 1px solid #C1DAD7;
	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:#003366 1px solid;
} 

input[type="submit"] {	
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-weight:none;
	background:#D3E3FB;
	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:none;
	background:#0F4A9C;
	color:#ffffff;
	border:#000000 2px solid;
	text-align:center;
	margin:10px;
	width:100px;
}


