/* the body */
body {
	background-color: #FFFFFF; color: #999999;
	background-image: url('/img/site/bg.jpg'); background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	margin: 0px;
}


/* divs */
div.content {
	color: #000000; font-size: 11px;
	padding-left: 15px; padding-top: 10px;
}
div.more {
	border: 1px solid #FFFFFF; background: #000000;
	margin: 20px; padding: 15px;
}
div.morehead {
	color: #FFFFFF;
	font-size: 12px; font-weight: bold;
	text-decoration: underline;
}
div.newsdate {
	font-size: 11px; font-weight: bold;
}
div.rssline {
	font-size: 10px; font-weight: bold;
	margin-top: 5px;
}


/* images */
img { border: 0px; }


/* links */
a { color: #FFFFFF; text-decoration: none; }
a:visited { color: #EFEFEF; text-decoration: none; }
a:hover { text-decoration: underline; }
a.newsopts {
	color: #BB0000; font-size: 11px;
}
a.newsopts:visited { color: #BB0000 }
a.newssite {
	color: #BB0000; text-decoration: underline;
	font-style: italic;
}
a.newssite:visited { color: #BB0000 }
a.newssite:hover { text-decoration: none; }


/* lists */
ul {
	font-size: 11px;
	margin: 0px; margin-bottom: 10px; margin-top: 5px;
	padding: 0px;	
}
li {
	list-style-image: url('/img/site/right_arrow.gif');
	margin-left: 25px;
}


/* tables */
table { border-collapse: collapse; padding: 0px; }
td { padding: 0px; }
td.break {
	background-color: #FFCC00; border-top: 1px solid #000000;
	height: 5px;
}
td.footer {
	font-size: 10px; font-weight: bold;
	padding: 10px;
}
td.right {
	background-image: url('/img/site/bg_right.jpg');
	text-align: left; vertical-align: top;
	width: 236px;
}
td.splash {
	background-image: url('/img/site/bg_splash_1.jpg');
	height: 326px; width: 564px; vertical-align: top;
}