@charset "utf-8";
/* CSS Document */


html { 
	background:#2B7FB5 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/hd.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	height:100%;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif; 
}	


#wrapper {
	width:930px;
	margin:0 auto;
	padding:0;
	position:relative;
}

#nav_top_wrapper {
	float:right;
	width:145px;
	height:24px;
	padding:0;
	margin-top:5px;
}

#nav_top {
	float:left;
	width:145px;
	height:24px;
	line-height:24px;
	list-style-type:none;
	padding:0;
	margin:0;
}

#nav_top LI {float:left;}

#nav_top A, #nav_top A:VISITED {
	display: block;
	padding: 0em 1em 0em 1em;
	text-decoration:none;
	color:#FFF;
	font-size:.8em;
	font-weight:bold;
}

#nav_top A:HOVER {
	background:#2A8208;
}

#nav {
	float:left;
	width:930px;
	height:32px;
	margin-top:248px;
}	

#content_wrapper {
	float:left;
	width:930px;
	background:#F2F2F2 url(images/bg_content.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin-top:7px;
}	

#content_main {
	width:910px;
	margin:0 auto;
	position:relative;
	padding-top:15px;
	padding-bottom:20px;
	min-height:450px;
}		

#content_main A, content_main A:VISITED{
	color:#000;
	border-bottom:dotted 2px #2A8208;
	text-decoration:none;
	font-weight:bold;
}

#content_main A:HOVER{
	border-bottom:dotted 2px #F1BC00;
}

#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:#000;
	background:#999;
}

H2 {
	padding:0; margin:0;
	font-size:1.2em;
	color:#2A8208;
}

H3 {
	padding:0; margin:0;
	font-size:1.1em;
	color:#2A8208;
}

P { font-size:1em; }		

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	bottom: 1ex;
}


.table_noborder_gridbt {
	font-size:.9em;
}	

.table_noborder_gridbt TD {
	border-bottom: 1px solid #A7A7A7;
	padding:5px;
}


.table_sponsors {
	background:#FFF;
	border:dotted 1px #2A8208;
}	

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:#5CE72A 1px solid;
} 

input[type="submit"] {	
	font-weight:bold;
	background:#5CE72A;
	color:#000;
	border:#000 2px solid;
	text-align:center;
	margin:10px;
}
input[type="submit"]:hover {	
	color:#FFF;
}

#FT {
	float:left;
	width:100%;
	height:40px;
	background:#041B2F;
	color:#1F83BF;
	font-size:.8em;
	text-align:center;
	line-height:40px;
	margin-top:7px;
}


