body
	{
		margin:				0px;
		padding:			0px;

		background-color:	#FFFFEE;
		background-image:	url( images/bkg.jpg );  
		background-repeat:	no-repeat;
	}
	
/*********************************************************************************************************/
/*	Sidenav styles - delete these if side nav is not used
/*********************************************************************************************************/
	.sidenav
	{
		font-family:		verdana,arial,helvetica,sans serif;
		font-size:			11px;
		font-weight:		bold;
		color:				#333366;
	}

	a.sidenav
	{
		text-decoration:	none;
		color:				#AA7711;
	}

	a.sidenav:hover
	{
		text-decoration:	none;
		color:				#761415;
	}

	a.sidenavactive
	{
		text-decoration:	none;
		color:				#761415;
	}

	a.sidenavactive:hover
	{
		text-decoration:	none;
		color:				#761415;
	}
/*********************************************************************************************************/
/*	Footer styles
/*********************************************************************************************************/
	.footer
{
	clear:				both;
	margin:				20px 0px;
	border-top:			1px solid #761415;
	line-height:		2.0em;
	font-family:		verdana,sans serif;
	font-size:			10px;
}

a.footerlink
{
	padding:			0px 0px;
	white-space:		nowrap;
	
	text-decoration:	none;
	color:				#AA7711;
}

a.footerlink-active
{

	text-decoration:	none;
	color:				#761415;
}
/*********************************************************************************************************/
/*	Standard body styles
/*********************************************************************************************************/

li
{ color: #AA7711;}
	
	.title
	{
		font-weight:		bold;
		color:				#009999;
	}

	.bodytext
	{
	
		line-height:		2.0em;
		font-family:		verdana,arial,helvetica,sans serif;
		font-size:			11px;
		color:				#333366;
	}
	
	.blurbtext
	{
	
		font-family:		verdana,arial,helvetica,sans serif;
		font-size:			10px;
		color:				#333366;
	}

	a.blurbtext
	{
		text-decoration:	none;
		color:				#AA7711;
	}

	a.blurbtext:hover
	{
		text-decoration:	none;
		color:				#761415;
	}
	
	#blurb
	{
		position:	absolute;
		top:		0px;
		left:		200px;
		z-index:	100;
	}

	.legal
	{
	
		margin-left:		12px ;
		font-family:		verdana,arial,helvetica,sans serif;
		font-size:			9px;
		color:				#000066;
	}

 
#newsList {
	list-style-type: none;
	text-align:left;
	margin-top:30px;
}
#newsList li {
	margin-bottom:20px;
	line-height: 17px;
}
#newsList a {
	color: #333366;
	font-weight:bold;
	text-decoration:none;
}
#newsList a:hover {
	color: #770000;
}
.newsDate {
	color:#770000;
}
