html, body {
	background-color: #fff;
	color: #fff; 
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}	

table, td, div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}


h1 {
font-size:18px;
line-height:15px;
padding-top:10px;
padding-left:20px;
text-decoration:inherit;
color: #0033CC;
}

h2 {
font-size:14px;
text-align:center;
line-height:14px;
}

#top {
	width: 940px;
	background-color: #0c0d0f;
}

#header {
	height: 100px;
	background-image: url(../images/top.jpg);
}

#topmenu {
background-image:url(../images/topmenubackground.jpg);
background-repeat:repeat-x;
}

#leftmenu a, #leftmenu a:visited, {
text-decoration:none;
}

#leftmenu a:hover {
background-color:#666666;
color:#000000;
}

#left {
background-color:#0c0d0f;
width:350px;
overflow:hidden;
float:left;
padding:20px;
text-align:left;

}

#right {
	width: 350px;
	float: right;
	overflow: hidden;
	background-color: #0c0d0f;
	padding:20px;
	text-align:left;
}

#content {
padding:20px;
text-align:left; 
}

#footer {
	clear: both;
	width: 810;
	background-color: #0c0d0f;
	padding:10px;
	font-size:11px;
}

a {
color:#CCCCCC;
text-decoration:underline;
}

a:hover {
background-color: #333333;
}

#faq {
padding:20px; 
margin-bottom:20px; 
background-color:#333333; 
border:#666666 solid 1px;
width:890px;
}