body {
	margin: 0px;
	font: 12px arial,helvetica,sans-serif;
	color: #5A5A5A;
	background: #477EA5;
}

a:hover {
	color: #900;
}

.contentShadow {
	width: 800px;
	margin: 0px auto;
	background: #477EA5 URL(images/bgShadow.jpg) center repeat-y;
}
.content {
	width: 780px;
	margin: 0px auto;
}
.block {
	display: block;
}
.leftSideContent {
	background: url(images/leftSideBG.jpg) repeat-y left;
	
}

.leftSideContentWMenu {
	background: #fff url(images/leftSideBGwLeftMenu.jpg) repeat-y left;
	
}
.cBottomTD {
	height: 10px;
}

.categoryLink {
	color: #EA0000;
	font-size: 20px;
	text-decoration: none;
}
.sponsorLink {
	color: #EA0000;
	font-size: 14px;
	text-decoration: none;
	display: block;
	border: 1px solid #92AFB5;
	background: #eee;
	padding-left: 5px;
}

.sidePad {
	padding: 0px 10px;
}
.topHosts {
	background: URL(images/topHostBG.jpg) repeat-y;
}
.topHosts a {
	color: #175289;
}
.topHosts a:hover {
	color: #900;
}
.topHosts .titleLink {
 	font-size: 14px;
		text-decoration: none;
 }
 .topHosts .top {
 	background: URL(images/topHostTopBG.jpg);
	padding: 2px 5px 12px 30px;
 }
 
 
.topHosts p {
	margin: 0px;
	padding: 0px 10px 11px 30px;
	background: url(images/topHostBG.jpg) no-repeat;
}
.contentTable {
	background: #fff url(images/leftSideBG.jpg) repeat-y left;
}


.redLink {
	color: #EA0000;
	font-size: 11px;
	text-decoration: none;
}
.redLink:hover,  .categoryLink:hover,.sponsorLink:hover {
	color: #175289;
	text-decoration: underline;
}
.footer {
	text-align: center;
	line-height: 20px;
}
.footer a{
	font-size: 11px;
	color: #333;
	font-weight: bold;

}
.sponsorHeader {
	background: URL(images/sponsorBG.jpg);
}
.featuresList {
	margin: 0px 15px 0px 17px;
}
.pageHeader2 {
	font-size: 22px;
}
.catHeader {
	background: url(images/categoryBG.jpg) repeat-y;
}
.catHeader a {
	color: #fff;
}
.catHeader a:hover {
	color:  #FFFF99;
}
.featureText {
	color: #555;
	font-size: 10px;
}
.white {
	color: #fff;
}
.red {
	color: #900; 
}

/*============== article styles ==============*/


.lMenuHeader {
	padding: 3px 3px;
	font-weight: bold;
	background: #bbb;
	color: #000;
	margin-right: 1px;

}

.artCat {
	padding: 3px 3px 3px 22px;
	background:#535353 url(images/folder.gif) no-repeat 2px 3px;
	font-weight: bold;
	margin-right: 1px;	
	color: #fff;
	filter:alpha(style=0,opacity=80);
	opacity: .8;
	-moz-opacity: .8;	
}

.articleLinks {
	margin-bottom: 5px;
}

.articleLinks a {
	display: block;
	padding:  2px  5px  3px 12px;
	margin-right: 1px;
	font-size: .9em;
	border-top: 1px solid #ddd;
}
.articleLinks a:hover {
	background: #535353;
	color: #fff;
	filter:alpha(style=0,opacity=80);
	opacity: .8;
	-moz-opacity: .8;		
}

.articleLinks a.selected {
	background: url(images/selBG.jpg) no-repeat;
	color: #333;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px 5px 12px 16px;
	
	font-weight: bold;
		
}

.errors {
	padding: 10px;
	background: #ffffcc;
	color: #900;
	border: 3px double #900;

}


/*============= link page styles ==============*/
.sLink {
	color: #985f07;
}

.listLink {
	text-align: center;
	margin-top: 20px;
}

.linkBox {
	padding: 3px;
	background: #eee;
	border: 1px dashed #ccc;
	margin: 2px 0px 10px 0px;
}
