body {
	padding: 0px;
	margin: 0px;
	font-family: "Nimbus Sans L", "FreeSans", arial;
	font-size: 13px;
	text-align: center;
	background-color: #000000;
	color: #343434;
}
a {
	text-decoration: none;
	color: #2D73B4;
}
a:hover {
	color: #ff0000;
}
p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	text-align: justify;
	line-height: 1.5em;
}
h2 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 17px;
	color: #ff0000;
}
h3 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 16px;
}
h4 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 14px;
}


/* layout components */
.cBlock {
	width: 896px;
	text-align: left;
	margin: 0px auto;
}
#mainWrapper {

}
#headerWrapper {
	height: 141px;
	background: url("images/headerBg1.gif") top left repeat-x;
}
#header {
	height: 141px;
	
}
#logo {
	background: url("images/logo.gif") top left no-repeat;
	width: 322px;
	height: 95px;
	margin-left: 10px;
}
#logo h1 {
	display: none;
}
#menuWrapper { }
#menu {
	padding: 7px 0px 0px 10px;
}
#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#menu ul li {
	display: block;
	float: left;
	list-style: none;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	text-align: center;
}
#menu ul li a {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 76px;
	height: 37px;
	font-size: 13px;
	color: white;
}
#menu ul li a:hover {
	background: url("images/menuTab.gif") top left no-repeat;
}
#menu ul li a span { 
	display: block;
	padding-top: 4px;
}
#menu ul li a span span {
	cursor: pointer;
}

#bodyWrapper1 { 
	background: url("images/bodyBg.gif") top left repeat-x white;
}
#bodyWrapper2 {
	background: url("images/bodyBorder.gif") top left no-repeat white;
	width: 950px !important;
}
#bodyWrapper3 {
	background: url("images/bodyBorder.gif") top right no-repeat;
}
#bodyWrapper4 {
	min-height: 450px; 
}
#bodyWrapper5 { 
	min-height: 200px;
	padding: 10px;
	margin-right: 205px;
	
}
* html #bodyWrapper5 { 
	height: 400px;
}

#footerWrapper { 
	height: 78px;
	background: url("images/footerBg1.gif") top left repeat-x;
}
#footer {
	height: 78px;
	background: url("images/footerBg2.gif") top left repeat-x;
	color: white;
	font-size: 11px;
}
#footer a {
	color: white;
}
#copyright {
	float: left;
	padding: 15px;
}
#designBy {
	float: right;
	padding: 15px;
}


.headerStats {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 20px;
	padding: 6px 0px 0px 0px;
	width: 416px;
	height: 31px;
	background: url("images/hangTab.gif") top left no-repeat;
	font-size: 12px;
	color: white;
}
.headerStats strong {

}
.headerStats ul {
	padding: 0px;
	margin: 0px;
}
.headerStats li {
	padding: 0px;
	margin: 0px;
	display: inline;
	padding: 0px 10px;
}

.clear {
	clear: both;
}

ul {
	padding-top: 0px;
	margin-top: 0px;
}
.signupButton {
	text-align: center;
	padding: 10px 0px;
}

#panelWrapper1 {
	width: 200px;
	float: right;

	background: url("images/bodyBorder.gif") top left no-repeat;

}
#panelWrapper2 {
	padding: 10px 0px;
}
#panelWrapper1 h3 {
	width: 194px;
	height: 32px;
	background: url("images/panelHeader.gif") top left no-repeat;
	font-size: 12px;
	margin: 0px auto 3px;
	padding: 0px;
	color: white;
}

#panelWrapper2 ul {
	margin: 0px 10px;
	padding: 0px 0px 10px;
}
#panelWrapper2 ul li {
	margin: 0px;
	padding: 4px 0px 3px 15px;
	list-style: none;
	border-bottom: 1px dashed #ECEFFF;
}

#panelWrapper1 h3 span {
	display: block;
	padding: 4px 0px 0px 17px;
}

img {
	border: none;
}

.bannerCont {
	text-align: center;
}

.banner {
	width: 468px;
	height: 60px;
	position: absolute;
	top: 33px;
	left: 50%;
	margin-left: -18px;
}