body
	{
		margin: 0px;
	}
	
.hometext
	{
		color : #ffffff;
		font-family : Helvetica, Arial, sans-serif;
		font-size : 13px;
	}
	
a:link.home
	{
		color : #ffffff;
		font-family : Helvetica, Arial, sans-serif;
		font-size : 12 px;
	}

a:visited.home
	{
		color : #ffffff;
		font-family : Helvetica, Arial, sans-serif;
		font-size : 12 px;
	}

td
	{
		color : #000000;
		font-family : Helvetica, Arial, sans-serif;
		font-size : 12px;
	}

a.mainmenu
	{
		color : #ffffff;
		font-family : Helvetica, Arial, sans-serif;
		font-size : 12px;
		text-decoration : none
	}
		
.mainmenu
	{
		color : #ffffff;
		font-family : Helvetica, Arial, sans-serif;
		font-size : 12px;
		text-decoration : none
	}
	
.sectiontitle
	{
	color : #7A5F86;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing : -.2px
	}

.footer
	{
	color : #d7c3f2;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 10px;
	font-weight : bold;
	text-transform: uppercase;
	}

.copy
	{
	color : #d7c3f2;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12px;
	}
	
a:link.copy
	{
	color : #e8d4f3;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12px;
	}
	
a:visited.copy
	{
	color : #e8d4f3;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12px;
	}

a:hover.copy
	{
	color : #e8d4f3;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12px;
	}
	
	/* styles added by andrea July 8, 2006*/
.whatsnew {
	float: right; 
	padding:5px 5px 5px 5px; 
	margin: 5px; 
	border: 1px solid; 
	border-color: #cccccc;
	width: 100px;
	margin-top:0;
}
.whatsnew li {
	list-style:none; 
	padding:5px 2px; 
	background-color:#EEEEEE; 
	display:block;
	border-bottom:1px solid gray; 
}
.whatsnew li#topli{
	border-bottom:1px dashed gray; 
}
.whatsnew li#topli-bold{
	border-bottom:1px dashed gray; font-weight:bold; color:#ff842c;
}
.whatsnew li#lastli{
	border-bottom: hidden; 
}

.relatedlink {
	float: right; 
	padding:5px 10px 5px 5px; 
	margin: 5px; 
	border: 1px solid; 
	border-color: #cccccc;
	width: 200px;
	margin-top:0;
}
.relatedlink li {
	list-style:none; 
	padding:2px 2px; 
	margin: 5px;
	background-color:#FFFFFF; 
	display:block;
	/*border-bottom:1px solid gray; 
}
.relatedlink li#topli{
	border-bottom:1px dashed gray; 
}
.relatedlink li#topli-bold{
	border-bottom:1px dashed gray; font-weight:bold; color:#ff842c;
}
.relatedlink li#lastli{
	border-bottom: hidden; 
}*/


p.topparagraph
{
	padding-top:0;
	margin-top:0;
}

.newsentry {
	margin: 10px;
	background-color:#D1D1D1;
	padding: 10px;
}
.clear 
{ clear:both;
}
