body
{
	background-image: url(images/r_frame_star_field.gif);
	background-repeat: repeat;
	margin: 0px;
}


a
{
	font-size: 11px;
	line-height: 15px;
}

a:link
{
	color: #FFC;
	text-decoration: underline;
}

a:visited
{
	color: #FFC;
	text-decoration: underline;
}

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


#contentframeA
{
	width: 620px;
	float: left;
	margin: 40px 0px 0px 0px;
	border-color: #666;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	background-color: black;
}

#contentframeC
{
	width: 620px;
	height: 36px;
	float: left;
	background-image: url(images/r_frame_second.gif);
	background-repeat: no-repeat;
}


/* Stylizing the list - secondary nav */


#navcontainer ul
{
	padding-left: 0;
	background-color: #0D5454;
	color: #FFF;
	width: 620px;
	float: left;
	font-family: arial, helvetica, sans-serif;
	margin: 0px;
	border-color: #666;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	font-size: 12px;
	height: 17px !important;
	height: 15px;
	height/**/:/**/17px;
	padding: 5px 20px 5px 20px;
	background-color: #0D5454;
	color: #FFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #666;
}

#navcontainer ul li a:hover
{
	background-color: #369;
	color: #FFF;
}

#navcontainer ul li a#current
{
	background-color: #317C7C;
	color: #FFF;
}


/* Etc Styles */

.date
{
	color: #FFF;
	font-weight: bolder;
}

.byline
{
	font-weight: bolder;
	font-style: oblique;
}