@charset "utf-8";


html, body {
	margin: 0; 
	padding:0;
	height:100%;
	min-height:auto;
	background-color:#FFFFFF;
	background-image:url(backimg.jpg);
	background-repeat:repeat-x;
}


/* Hack for IE, Reset to 100% height */
	* html #Content {
		height: 100%;
	}
	/* End IE Hack */
	

a:link{
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;

}

a:visited{
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color:#F8F3E3;
	text-decoration:underline;
	font-weight: bold;
}

#site_container {
	position: relative;
	width: 1020px;
	margin:auto;
	height:920px;
	min-height:0;
	top: 0px;	
}

.header {
	position: relative;
	width: 900px;
	margin: auto;
	height: 300px;
	top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 11.5pt;
	background-image:url(headimg.jpg);
	background-repeat:no-repeat;
}

.body {
	position: relative;
	width: 900px;
	margin: auto;
	height: 548px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#000000;
	font-weight:bold;
	background-image:url(bodimg.jpg);
	background-repeat:no-repeat;
}

.body a:link{
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}
.body a:visited{
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}
.body a:hover{
	color: #D5030E;
	text-decoration:underline;
	font-weight:bold;
}

.footer {
	position: absolute;
	width: 900px;
	margin:auto;
	height: 72px;
	top:848px;
	font-family:"Times New Roman", Times, serif;
	color: #EEE4C0;
	font-weight: bold;
	font-stretch:expanded;
	size:11pt;
	background-image:url(footimg.jpg);
	background-repeat: no-repeat;
	z-index:20;
	left: 61px;
}