/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

body{
	background:#666666;
	font-size:12px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#6B6666;
}

p{
	text-align:justify;
	padding:5px 0;
}

.clr{
	clear:both;
}

.flt{
	float:left;
}

.flr{
	float:right;
}

a{
	color:#579ECB;
	text-decoration:none;
}

a:hover{
	color:#6B6666;
	text-decoration:underline;
}

#wrapper{
	margin:0 auto;
	width:980px;
	height:auto;
	background:#dfdfdf;
}

#wrapper #header{
	height:auto;
}

#wrapper #header .headtop{
	background:#333333;
	height:30px;
	line-height:30px;
	color:#ffffff;
	padding-left:10px;
}

#wrapper #header .logopart{
	background:#990000;
	height:65px;
}

#wrapper #header .topnavigation{
	background:url(navbg.gif) repeat-x;
	height:45px;
}

#wrapper #header .topnavigation ul{
	list-style:none;
	text-align:center;
}	

#wrapper #header .topnavigation ul li{
	color:#990000;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	float:left;
	line-height:45px;
}

#wrapper #header .topnavigation ul li a{
	color:#990000;
	text-decoration:none;
	padding:0 15px;
}

#wrapper #header .topnavigation ul li a:hover{
	color:#990000;
	text-decoration:none;
}

#wrapper .bonusbox{
	background:url(bonusboxbg.gif) repeat-x;
	height:121px;
	padding-top:20px;
}

#wrapper .bonusbox .topbonus{
	width:212px;
	margin:0 0 0 10px;
	background:#333333;
	padding:10px;
	color:#ffffff;
	height:90px;
	float:left;
}

#wrapper .bonusbox .topbonus span{
	color:#579ECB;
}

#wrapper .bonusbox .topbonus .bonusbanner{
	border:2px solid #ffffff;
	width:72px;
	height:80px;
	background:#333 url(loader.gif) no-repeat center;
}


#maincontent{
	padding:10px;
	background:#dfdfdf;
}

#maincontent .leftcol{
	width:266px;
	height:auto;
}

#maincontent .midcol{
	width:447px;
	height:auto;
	padding-left:10px;
}

#maincontent .rightcol{
	width:227px;
	height:auto;
}

h3.title{
	line-height:22px;
	background:#000000;
	border-bottom:5px solid #ff9c00;
	color:#ff9c00;
	padding-left:8px;
	font-size:14px;
	font-weight:bold;
}

h4.heading{
	color:#FF9C00;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bolder;
	letter-spacing:0px;
	background:url(headingbg.jpg) repeat-x;
	line-height:28px;
	padding-left:8px;
	text-transform:uppercase;
}

h1.maintitle{
	line-height:22px;
	background:#000000;
	border-bottom:5px solid #b9b9b9;
	color:#ff9c00;
	padding-left:8px;
	font-size:14px;
	font-weight:bold;
}

.whitebox{
	background:#ffffff;
	padding:10px;
}

.bgwhite{
	background:#ffffff;
}

ul.sidenav{
	list-style:none;
}

ul.sidenav li{
	font-weight:bold;
	background:#f4f4f4 url(arrow.jpg) no-repeat 5px 5px;
	padding:2px 5px 2px 15px;
	margin-bottom:5px;
}

.articles{
	padding:0 0 5px 0;
	margin:0 0 5px 0;
}

span.pic{
	float:left;
	padding:2px;
	border:1px solid #D2D2D2;
	margin-right:10px;
}

.smallbox{
	width:208px;
	height:auto;
}

.lowerhead{
	background:url(lowerheading.jpg) no-repeat;
	line-height:24px;
	padding-left:8px;
	font-size:12px;
	font-weight:bold;
	margin-bottom:8px;
}

.blackbox{
	background:#333333;
	padding:8px;
	color:#ffffff;
}

.revbanner{
	float:right;
	margin-left:10px;
}

.revbanner img{
	border:2px solid #ffffff;
}

.footer{
	background:#ededed;
	border-top:1px solid #b9b9b9;
	padding:10px;
	text-align:center;
}

.sidebonus{
	padding-bottom:5px;
	margin-bottom:5px;
}

.sidebonus .sidebanner{
	float:left;
	padding:1px;
	border:1px solid #FF9C00;
	margin-right:10px;
}

.sidebonus .stars{
	float:left;
	color:#333333;
	font-weight:bold;
}


















































