@charset "utf-8";
/* CSS Document */


html, body, ul, ol, li, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size:24px;
	color:#000000;
	font-weight:bold;
}

.style1 {
	font-size:14px;
	color: #7E7DFD;
	font-weight: bold;
}
.style2 {
	font-size:18px;
	color: #000000;
	font-weight: bold;
}
.style3 {
	font-size:14px;
	color:#993300;
	font-weight:bold;
	text-align:justify;
}

html {
	height:100%;
}

body {
	margin:0;
	height:100%;
	background-color: #eeeaea;
	background-repeat:repeat-x;
	background-image: url(/Assets/graphics/bodyBKG.jpg);
	background-position: center top;
}

#clearit {
	clear: both;	
}

#footerNav a,
#footerNav a:Visited,
#footerNav a:Link,
#footerNav a:Active {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	color:#d2d2d2;	
}

#footerNav a,
#footerNav a:Hover {
	color:#FFFFFF;
	font-size:10px;
	font-style:normal;
}

#main {
	position:absolute;
	margin-left:50%;
	left:-400px;
	width:800px;
	height:100%;
}

#header {
	width:800px;
	height:200px;
	background-image:url(/Assets/graphics/header-1.jpg);
}

#flash-header {
	position:relative;
	top:71px;
	left:155px;
	width:640px;
	height:112px;
	
}

#content{
	position:relative;
	width:800px;
	height:auto;
	background-image:url(/Assets/graphics/contentBKG.jpg);
	background-repeat:repeat-y;
	z-index:100;
}

#leftmenu{
	position:relative;
	width:145px;
	height:auto;
	float:left;
	margin-left:6px;
	z-index:500;
		
}

#infodiv{
	position:relative;
	width:600px;
	height:auto;
	margin-right:20px;
	float:right;
	
}

#footer{
	position:relative;
	width:800px;
	height:55px;
	background-image:url(/Assets/graphics/footerBKG.jpg);
}

#footerNav{
	color:#d2d2d2;
	position:relative;
	text-align:center;
	top:18px;
}
.nodisp
{
display:none;
}