/* CSS Document */

BODY {background-color: #957B60; font-family: Arial, Helvetica, sans-serif }
H1 {font: 24pt Tahoma; 
	position: absolute;
	font-weight: bold;
	left: 10px;
	top: 10px;
}

a:link {
        color: white;
        text-decoration: none;
}        
a:visited {
        color: white;
        text-decoration: none;
}       
a:hover {
        color: white;
        text-decoration: none;
}       
a:active {
        color: white;
        text-decoration: none;
}
	
H3 {font: 10pt Tahoma; font-weight: bold}

P {font-size: 10px }

DIV { margin-bottom: 10px;
		border-style: solid; 
		border-width: thin; 
		border-color: #000000; 
		padding: 15px;
		font-size: 10px; }

.Body { 
                border-style: none;
		padding: 0px;
		width: 550px;
		font-size: 10px;
		position: absolute;
		top: 80px;
		left: 200px;
		}
		

.RightNav
		{
		position: absolute;
		top: 80px;
		left: 790px;
		border-style: none;
		padding: 0px;
                width: 150px;
		}

.Favorites	{background-color: #56483F;}

.Interests	{background-color: #56483F;}

.SiteList 	{background-color: #56483F;}

.BCancer 	{background-color: #56483F;}


