﻿body {
}
.TableHeader
{
	background:#ff9900; 
	vertical-align:top; 
}
.SiteHeader
{
		background:#ff9900; 
}
.SiteFooter
{
		background:#ff9900; 
}
.OuterMaster
{
	background-color:#993300;
	text-align:center; 
}
.ContentMaster
{
	background-color:White;
	width:100%;
	}
.EntryRight
{
	width:70%;
	text-align:left;
}
.EntryLeft
{
	width:30%;
	text-align:Left;
}
.FooterLinks
{
	font-family:Verdana;
	font-size:x-small;
	color:White;
}
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}