@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#000;
	background-position:top center;
	background-image:url(images/NewHomePageBackground.jpg);
	
	background-repeat:no-repeat;
	font-family:Verdana, Geneva, sans-serif;


	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	position:relative;
	width: 845px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColFixCtr #mainContent {
	position:absolute;
	top:200px;
	left:20px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}

#topmenu {
position:absolute;
top:131px;
left:0px;

height:38px;
margin:0px;
list-style:none;
}

#topmenu {margin-left:-40px;}

#topmenu li {
	float:left;
	margin:0px;
	list-style:none;
	height:38px; 
	color:#FFF;
	font-size:12px;
	padding:10px 0 0 4px;
	text-decoration:none;
	
}

#topmenu li a:link, #topmenu li a:visited  {
	background-image:url(images/TopButtonOFF.png);
	background-repeat:no-repeat;
	background-position:right top;
	font-weight:bold;
	text-decoration:none; 
	color:#000;
	height:38px;
	display:block;
	padding:10px 45px 0 25px
}

#topmenu li a:hover {background-image:url(images/TopButtonON.png);
background-repeat:no-repeat; color:#F00;text-decoration:none;height:38px;display:block;background-position:right top;
}


#topmenu div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#topmenu div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background:#333;
		color: #FFF;
		font: 11px arial}

	#topmenu div a:hover
	{	background:#CCC;
		color: #000}
		
#m1 {left:160px;top:50px;width:120px;}

#sidebar {float:left;width:140px;height:500px;margin-left:10px;color:#FFF;}

#sidebar a:link,#sidebar a:visited,#sidebar a:hover,#sidebar a:active {color:#FFF;text-decoration:none;}h4 {
	font-weight: bold;
}

h1, h2, h3, h4, h5 {display:inline;margin:0px;}.faq_answer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	top: auto;
	clip: rect(auto,auto,auto,auto);
}
.faq_question {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0;
}
.page_headline {
	font-size: 24px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
}
.cover_features {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	padding: 0px;
	margin: 0px;
	left: 4px;
	clip: rect(auto,auto,auto,auto);
	top: auto;
	right: auto;
	bottom: auto;
}
.bullet {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0;
}
#featurebox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	margin-left: auto;
	margin-top: 15px;
}

#featurebox img {float:left; margin:5px 30px 5px 5px; }

#featurebox ul li{margin-left:30px; }

#pageinfo {
	position:absolute;
	top:29px;
	left:409px;
	width:386px;
	height:94px;
	color:#FFC;
}

