body
	{
		margin: 0;
		padding: 0;
		font: 75% lucida sans, helvetica, arial, sans-serif;
		text-align: center;
		color: #000000;
		background: white;
	}


#footer
{
		font-style: normal;
		color: #5E011E;
}


#blurb
{
	font-style: normal;
	color: #000;
	font-size: 90%;
	font-weight: 600;
}

#blurbhome
{
	font-style: normal;
	color: #5E011E;
	font-size: 100%;
	font-weight: 600;
}


a {color: #5E011E; text-decoration: underline; font-weight: bold; }
a:hover {color: #B3063C; text-decoration: underline; font-weight: bold; }


#header
	{
		height: 130px;
		background-color: white;
		font-weight: 300; 
	}


#directorynav a
	{
		text-decoration: none;
		color: #5E011E;
		font-weight: 500; 
		padding: 4px 0;
	}



#directorynav a:visited
	{
		text-decoration: none;
		color: #5B313F;
		font-weight: 500; 
	}


#directorynav a:hover
	{
		text-decoration: underline;
		color: #fff;
		font-weight: 500; 
	}



#mainnav a
	{
		text-decoration: none;
		background-color: #5E011E;
		color: #fff;
		font-weight: 500; 
		padding: 4px 0;
		margin-bottom: 0;
	}


#mainnav a:hover
	{
		text-decoration: underline;
		color: #fff;
		font-weight: 500; 
		background-color: #5E011E;
		margin-bottom: 0px;
	}


img.floatright1
	{
		float: right;
		margin: 4px 4px 16px 16px;
		border: 1px dotted #5E011E;
		padding: 4px;
	}


img.floatright
	{
		float: right;
		margin: 18px 0px 16px 18px;
		border: 1px dotted #5E011E;
		padding: 4px;
	}


img.floatleft
	{
		float: left;
		margin: 16px 18px 12px 0;
		border: 1px dotted #5E011E;
		padding: 4px;
	}


img.border2
	{
		border: 2px solid #D0B3B6;
		padding: 1px;
	}


img.border
	{
		border: 1px dotted #666;
		padding: 6px;
	}


table.border
	{
		border: 1px dotted #5E011E;
		padding: 2px;
	}
	
	
	table.border2
	{
		border: 1px solid #5E011E;
		padding: 10px 10px 10px 10px;
	}



td.border
	{
		border: 1px dotted #5E011E;
		padding: 2px;
	}
