/* CSS Document */
*{
	margin:0px;
	padding:0px;
}

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

a{
	color:#666666;
	text-decoration:none;
}

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

.clr{
	clear:both;
}

.flt{
	float:left;
}

.flr{
	float:right
}

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

.mainwrapper{
	width:980px;
	height:auto;
	margin:0 auto;
}

.topdiv{
	border:1px solid #cccccc;
	background:#ffffff;
	padding:1px;
	margin-bottom:15px;
}

.footerbox{
	border:1px solid #cccccc;
	background:#ffffff;
	padding:1px;
	margin-top:15px;
}

.headerpart{
	border:1px solid #555555;
	height:90px;
	padding:5px 0;
	background:#2b2e31;
}

.topnav{
	background:#2b2e31;
	height:43px;
}

.topnav ul{
	list-style:none;
}

.topnav ul li{
	line-height:43px;
	color:#ffffff;
	float:left;
	font-size:12px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
}

.topnav ul li a{
	color:#ffffff;
	text-decoration:none;
	padding:0 15px;
	background:url(divider.jpg) no-repeat top right;
	display:block;
}

.topnav ul li a:hover{
	background:#0e1113;
	color:#9cc5dc
}

.contentbox{
	border:1px solid #c8c8c8;
	background:#ffffff;
	padding:4px;
}

.contentbox .innerbox{
	border:1px solid #dedede;
	padding:1px;
}

.leftcol{
	width:325px;
	height:auto;
}

.midcol{
	width:332px;
	height:auto;
}

.rightcol{
	width:309px;
	height:auto;
}

.topreview{
	padding:0 5px 0 0;
	color:#ffffff;
}

.topreview span{
	color:#ffffff;
}

.topbanner{
	background:#2b2e31;
	padding:10px;
}

.toptitle{
	font-size:15px;
	font-weight:bold;
}

.title{
	border-bottom:1px solid #E0E0E0;
	clear:both;
	font:13px/16px "Times New Roman",serif;
	height:16px;
	letter-spacing:4px;
	margin-bottom:5px;
	text-transform:uppercase;
}

.bonus{
	padding-bottom:8px;
	margin-bottom:8px;
}

.banner{
	padding:1px;
	border:1px solid #cccccc;
	width:75px;
	height:75px;
}

.info{
	padding-left:10px;
	width:125px;
}

.info span{
	color:#474747;
}

.info strong{
	color:#474747;
	font-size:16px;
	line-height:20px;
}

.righttitle{
	padding-left:10px;
	color:#000000;
	line-height:37px;
	font-weight:bold;
	background:url(righttitle.jpg) no-repeat;
}

.rightbox{
	background:url(shadow.jpg) repeat-y;
	padding:10px;
	
}

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

strong.artlink{
	font-family:times New Roman;
	font-size:20px;
	font-style:italic;
	line-height:20px;
}

.date{
	font-size:11px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}

.adv{
	font-size:11px;
	font-weight:bold;
	background:#f8f8f8;
	padding:5px 0 5px 5px;
}

h1{
	border-bottom:1px solid #E0E0E0;
	clear:both;
	font:13px/16px "Times New Roman",serif;
	letter-spacing:4px;
	margin-bottom:5px;
	text-transform:uppercase;
	padding-top:20px;
}

a.more{
	color:#5D98BA;
	text-decoration:underline;
}

a.more:hover{
	color:#000000;
	text-decoration:underline;
}

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

.sidelinks{
	background:url(shadowlinks.jpg) repeat-y;
	padding:10px;
}

.sidelinks ul{
	list-style:none;
}

.sidelinks ul li{
	margin:3px 0;
	line-height:18px;
	text-transform:uppercase;
	border-bottom:1px solid #9999aa;
}


.footerlinks{
	padding:10px;
	color:#9CC5DC;
	font-weight:bold;
}

.footerlinks a, .copy a{
	color:#9CC5DC;
	text-decoration:none;
}

.footerlinks a:hover, .copy a:hover{
	color:#9CC5DC;
	text-decoration:underline;
}

.copy{
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	padding:10px;
}
























