@charset "utf-8";
/* CSS Document */

html { 
	background:#828E0E url("images/bg.jpg"); 
	background-position:top;
	background-repeat:repeat-x;
	/* Height is 100%, so the body can be 100% */
	height:100%;
}


body {
	background:url("images/bg_main.jpg"); 
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	margin:0;
	padding-top:1px;
	display:table;
	font-family:Arial, Helvetica, sans-serif;
}	

#nav_wrapper {
	width:930px;
	height:31px;
	margin:0 auto;
	position:relative;
	margin-top:294px;
}	

#nav {
	margin:0 auto;
	position:relative;	
	list-style-type:none;
	font-size:1em;
}

#nav LI{
	float:left;
}

#nav A, #nav A:VISITED {
	display: block;
	padding: 4px 15px 4px 15px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}

#nav A:HOVER {
	color:#333;
	background:#AFBD21;
	margin-left:-2px;
	border:#000 solid 1px;
}

#content_wrapper {
	float:none;
	width:930px;
	margin:0 auto;
	position:relative;
	background: url("images/bg_content.gif");
	background-position:top center;
	background-repeat:repeat-y;
	margin-top:16px;	
}

#content_wrapper2 {
	clear:both;
	width:930px;
	margin:0 auto;
	position:relative;
	background: url(" images/bg_content_top.jpg");
	background-position:top;
	background-repeat:no-repeat;
}

#content_wrapper3 {
	clear:both;
	width:930px;
	margin:0 auto;
	position:relative;
	background: url(" images/bg_content_btm.jpg");
	background-position:bottom;
	background-repeat:no-repeat;
}


#content_main {
	float:none;
	width:900px;
	margin:0 auto;
	position:relative;
	padding-top:75px;
	padding-bottom:20px;
	min-height:520px;
}		

#content_main A, content_main A:VISITED{
	font-weight:bold;
	color:#333;
	background:#E6F282;
	text-decoration:none;
}	

#content_main A:HOVER {
	color:#000;
	text-decoration:underline;
}	

#content_main LI {
	list-style:circle url(images/bullet.gif);
	font-family:Verdana, Arial, sans-serif;
	font-size:1em;
	margin-bottom:.7em;	
}

#content_main IMG {
	background:#E8E3BE;
	padding:10px;
	border:solid #AE8849 1px;
}		


P {
	font-family:Verdana, Arial, sans-serif;
	font-size:1em;
}	

H1 {
	margin:0;
	font-size:1.4em;
	color:#9F6614;
}

H2 {
	margin:0;
	font-size:1.2em;
	color:#0B6D0B;
}

H3 {
	margin:0;
	font-size:1.1em;
	color:#0B6D0B;
}

H4 {
	margin:0;
	font-size:1.1em;
	color:#333;
	background:#FFFFCC;
}

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	bottom: 1ex;
}

#footer {
	float:none;
	width:930px;
	margin:0 auto;
	position:relative;
	font-size:.8em;
	margin-top:15px;
}

.table_content_border_nogrid {
	border:solid 1px #C1DAD7;
	font-size:.8em;
}	

.table_content_border_nogrid TD{
	padding:3px;
}

.table_content_border_grid {
	border:solid 1px #333;
	font-size:.8em;
}	

.table_content_border_grid TD {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding:3px;
}

.table_content_noborder_gridbt {
	font-size:.8em;
}	

.table_content_noborder_gridbt TD {
	border-bottom: 1px solid #C1DAD7;
	padding:3px;
}

.table_hilite {
	border:dotted 2px #0B6D0B;
	font-size:.9em;
}

.table_hilite TD{
	padding:5px;
}

		
input[type="text"], input[type="password"], input[type="textfield"], input[type="select"], textarea, select {	
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-weight:normal;
	background: #ffffff;
	color:#003366;
	border:#003366 1px solid;
} 

input[type="submit"], input[type="button"] {	
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-weight:normal;
	background:#D3E3FB;
	color:#000000;
	border:#000000 2px solid;
	text-align:center;
	margin:5px;
}
input[type="submit"]:hover, input[type="button"]:hover {	
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-weight:normal;
	background:#0F4A9C;
	color:#ffffff;
	border:#000000 2px solid;
	text-align:center;
	margin:5px;
}

