/*--- Oyster website Style Sheet ---*/
/*--- Embrace the melon! ---*/

A:link, A:visited, A:active { color: #000000; text-decoration: none; }

body
{
	background-color: #FFFFFF;
	font-family: Lucida Grande, Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	background-image: url(images/grad.png);
	background-repeat: repeat-x;
}


table
{
	border-width: 0;
	border-color: #333333;
	border-spacing: 3;
}

td
{
	font-size: 10pt;
	padding: 5px;
}

form
{
	margin-top: 5px;
}

INPUT, textarea
{
	font-family: Lucida Grande, Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
	background: white;
	text-decoration: none;	
	border: 1px solid #333333;	
}

.floatright
{
	float: right;
	padding: 8px; 
	clear: left
}

.floatleft
{
	float: left;
	clear: right;
}
		
p.question
{
	font-weight: bold;
	font-style: normal;
}

p.answer
{
	font-style: italic;
	font-weight: normal;
	text-indent: 1%
}
		
.heading
{
	color: #666666;
	font-size: 15pt;	
}

.heading2
{
	color: #FF0000;
	font-size: 15pt;	
}

h2
{
	color: #880000;
	
	font-size: 13pt;
}

.content
{
	position: absolute;
	top: 90px;
	left: 20px;
	margin-right: 50px;
}

.content a
{
	text-decoration: underline;	
}

.space
{
	display: inline;
	width: 5px;
}

.toplink
{
	display: inline;
	white-space: nowrap;
}

.toplink a
{
	text-decoration: none;	
	padding-left: 5px;
	padding-right: 5px;
	width: 0px;
	border: 1px dotted #066;

}

.toplink a:hover
{
	background: #880000;
	color: #FFFFFF;
}

.title
{
	position: absolute;
	background: #880000;
	z-index: 2;
	width: 180px;
	height: 48px;	
	top: 20px;
	left: 20px;			
}

.title td
{
	text-align: center;
	font-size: 10pt;
	color: white;	
}

.navigation
{
	position: absolute;
	top:35px;	
}

.stripe
{
	background-color: #CCCCCC;	
}


div.footer
{
	position: absolute;
	bottom: 10px;	
	text-align: center;
	font-size: 8pt;
	width: 100%;
	color: #666666;
}
