body
{
	background:gray;
}
#rhs
{
	width:33%;
	margin-top:1%;
	text-align:center;
	float:right;
	top:230px;
	left:66%;
}
#schedule
{
	font-family:verdana,helvetica,arial,sans-serif;
	font-variant:small-caps;
	/*position:absolute;*/
}
#schedule table
{
	font-size:65%;
	background:black;
	color:white;
	width:100%;
	border:solid red 1px;
	border-collapse:collapse;
}
#schedule th
{
	color:red;
	font-size:1.1em;
}
#schedule td
{
	border:1px solid red;
	text-align:left;
}
#schedule tr
{
	cursor:pointer;
	cursor:hand;
}
#newslinks
{
	visibility:visible;
	color:white;
	background:black;
}
.featurebox a
{
	font-weight:bold;
	color:red;
	text-decoration:none;
}
.featurebox a:hover
{
	text-decoration:underline;
}
.newsbox a
{
	color:red;
	text-decoration:none;
}
.newsbox a:hover
{
	text-decoration:underline;
}
#sitenews
{
	margin-top:10px;
}
#newslinks .category
{
	color:gray;
	font-size:80%;
}
#newslinks .registration
{
	/*color:gray;*/
	font-size:80%;
}
#newslinks p
{
	margin:0 10px;
}
#news
{
	margin-top:1%;
	visibility:visible;
	width:64%;
	float:left;
	/*position:absolute;
	top:230px;
*/
}
.newsbox
{
	color:white;
	background:black;
}

