body
{
	background-color: #99CCFF;
	color: #201000;
}
#head 
{
	width: 768px;	
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 10;
	background-image: url('images/allfreebackgrounds.com-wood016.jpg');
	border-top: inset 2px #003366;
}
#titletext 
{
	top: 5px;
	left: 10px;
	position: absolute;
	z-index: 1001;
}
#titletext h1 
{
	color: white; 
	margin-bottom: 0;
	margin-left: 10px;	
}
#titletext h2 
{
	margin-top: 0;	
	margin-bottom: 0;
	margin-left: 10px;	
	font-size: 14pt;
	color: #003366; 
	
}
.titleLink:link, .titleLink:visited
{
	color: #003366;
}
.titleLink:hover
{
	color: red;
}

#leftimage 
{
	float: left;
}
#rightofbanner 
{
	float: right;
	background-color: #E4D2BA;
}


#mainmenu, #mainmenubottom
{
	background-color: #CCFFFF; 
	width: 100%;
	text-align: center;	
	border-top: inset 2px #003366;
	font-family: sans-serif, Tahoma, Arial, Helvetica;
	font-size: 10pt;	
}
#mainmenu a:link, #mainmenu a:visited, #mainmenubottom a:link, #mainmenubottom a:visited
{
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 2px;	
	padding-right: 2px;
	color: Blue;
	background-color: #CCFFFF; 
	text-decoration: none;	
}

#mainmenu a:hover, #mainmenubottom a:hover
{
	text-decoration: none;
	background-color: #38768C;
	color: white;
}

#contentouter 
{
	width: 768px;
	position: absolute;
	top: 165px;
	left: 10px;
	z-index: 1500;
	background-color: #E4D2BA;
	background-image: url('images/Starfish.jpg');
	background-repeat:no-repeat;	
}
#content
{	
	margin-left: 10px;
	margin-right: 10px;	
}
#footer 
{
	text-align: center;
}
#footer a:link, #footer a:visited
{
	color: #806030;
	font-size: 8pt;
}
#footer a:hover 
{
	color: Red;
}
h2 
{
  color : #804020;	
  padding-bottom : 0;
  padding-top : 0; 
}
h3 
{
	text-align: center;
	padding-bottom : 0;
	padding-top : 0; 
	font-size: 14pt;
}

.framedImage 
{
	border-width: thick;
	border-style: solid;
	border-color: #003366; /* #201000; */	
}

/* Table formatting */
.outertable 
{
	width: 745px;
	border-width: 4px;
	border-color: #CC0033;
	border-style: double;	
}
.innertable 
{
	width: 100%;
}

/* the following is to float the text left and right for the links within a table */
.floatleft 
{
	width:50%; 
	float:left; 
	text-align: center;
}
.floatright 
{
	width:50%; 
	float:right; 
	text-align: center;
}

