@charset "utf-8";


html, body {
	margin: 0;
	background-image:url("graphics/sitebg.gif");
	background-repeat:repeat-x;
	background-color:#020F43;
	
}


/* Hack for IE, Reset to 100% height */
	* html #Content {
		height: 100%;
	}
	/* End IE Hack */
	

a:link{
	color: #293B69;
	text-decoration: none;
	font-weight: bold;

}

a:visited{
	color: #293B69;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #06b2fa;
	text-decoration: none;
	font-weight: bold;
}
.footer a:link{
	color: #CCE8F9;
	text-decoration:none;
	font-weight:bold;
}
.footer a:visited{
	color: #CCE8F9;
	text-decoration:none;
	font-weight:bold;
}
.footer a:hover{
	color: #058DE1;
	text-decoration:none;
	font-weight:bold;
}

#site_container {
	position: relative;
	width: 950px;
	margin:auto;
	height:940px;
	min-height:0;
	top: 0px;	
}
.top {
	width: 950px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:9pt;	
}
.header {
	
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10pt;
}
.nav {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	z-index:5999;
	}

.body {
	
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;
}
.bodyleft {
	background-color:#CCE8F9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#010F43;
	}
.bodyright {
	background-color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11pt;
	color:#010F43;
	z-index:0;
	}

.footer {
	
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	size:10pt;
}
