@charset "utf-8";


html, body {
	margin: 0; 
	padding:0;
	height:100%;
	min-height:auto;
	background-color:#E4DECE;
}


/* Hack for IE, Reset to 100% height */
	* html #Content {
		height: 100%;
	}
	/* End IE Hack */
	

a:link{
	color:#336699;
	text-decoration: none;
	font-weight: bold;

}

a:visited{
	color:#336699;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color:#333366;
	text-decoration: none;
	font-weight: bold;
}
.footer a:link{
	color: #996600;
	text-decoration:none;
	font-weight:bold;
}
.footer a:visited{
	color: #336699;
	text-decoration:none;
	font-weight:bold;
}
.footer a:hover{
	color: #333366;
	text-decoration:none;
	font-weight:bold;
}

#site_container {
	position: relative;
	width: 900px;
	margin:auto;
	height:1033px;
	background-image:url(bkgrndimg.jpg);
	min-height:0;
	top: 0px;	
}

.header {
	position: relative;
	width: 900px;
	margin: auto;
	height: 200px;
	top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10pt;
}

.body {
	position: relative;
	width: 900px;
	margin: auto;
	height: 700px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#996600;
}
.footer {
	position: absolute;
	width: 900px;
	margin:auto;
	height: 109px;
	top:905px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	size:10pt;
	z-index:20;
	left: 0px;
}