@charset "utf-8";
/* CSS Document */

body {
	background:#FFF url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	color:#000;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}	

#wrapper {
	width:770px;
	margin:0 auto;
	position:relative;
}

#HD	{
	float:left;
	width:770px;
	height:231px;
	background-image:url(images/hd.jpg);
	background-position:top;
	background-repeat:no-repeat;
}	


#nav_wrapper {
	width:500px;
	margin:0; padding:0;
	height:25px;
	margin-top:50px;
	margin-left:160px;
}	

#nav {
	float:left;
	margin:0;
	padding:0;
	padding-left:0px;
	list-style-type:none;
}

#nav LI{
	float:left;
}

#nav A, #nav_top A:VISITED {
	display: block;
	padding: 0.25em 0.5em;
	border-left: 1px solid #6F3405;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}

#nav A:HOVER {
	text-decoration:underline;
	color:#FFF;
	background:#000;
}

#content_wrapper {
	float:left;
	width:770px;
	margin-top:4px;
	border-left: 1px solid #6F3405;
	border-right: 1px solid #6F3405;
	background-color:#FFF;
}	

#content_main {
	clear:both;
	width:750px;
	margin:0 auto;
	position:relative;
	min-height:450px;
}		

#content_main A, content_wrapper A:VISITED{
	font-weight:bold;
	color:#000;
	text-decoration:none;
	border-bottom:dotted 2px #9EE4FC;
}	

#content_main A:HOVER {
	border-bottom:dotted 2px #000;
}	

#content_main a img {display: block;}

H1 {
	margin:0;
	font-size:1.2em;
	color:#881208;
}

H2 {
	margin:0;
	font-size:1.2em;
	color:#9A4D07;
	padding-top:10px;
}

H3 {
	margin:0;
	font-size:1.1em;
	color:#9A4D07;
	padding-top:7px;
}

P {
	font-size:.9em;
}		

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	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;
}

.table_content_view {
	font-size:.9em;
}	

.table_content_view TD {
	border-bottom: 1px solid #C1DAD7;
}



.table_content_blank {
	border:solid 1px #000;
	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: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;
}

.clickon {
	font-size:.7em;
}		
