/* CSS Document */

body 
{
	background-image: url(images/background.gif);
	background-color: #F0B6B6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
		
#nav 
{	
	margin: -15px 2px 10px 7px;
	color: #5d2f01;
	line-height:24px;
	font-size:11pt;		
}

.featuredimg
{
border:1px;
border-color:#5d2f01;
}
		
#nav a 
{ 
	color: #5d2f01;
	font-weight:normal;
	text-decoration: underline; 
}

#featured 
{	
	margin: 0px 0px 0px 10px;
}

.subpageheader 
{
	font-size: 20pt;
	color: #e39393;
}
				
.subheadtext 
{
	font-size: 12pt;
	font-weight:bold;
	color: #e39393;
}
  
.headertext 
{
	font-size: 14pt;
}

a 
{ 
	color: #5d2f01;
	font-weight:bold;
	text-decoration: underline;
}
  
#footer 
{
	color: #666666;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

#footer A:link, #footer A:visited 
{ 
	text-decoration: underline; 
	margin: 0 3px 0 3px;
}

#footer A:hover, #footer A:active 
{
	color: #000;
	text-decoration: none;
	margin: 0 3px 0 3px;
}
  