/* CSS Document */


body {
	background-color: #FFFFCC;
	background-image: url(images/bahama-bkgd.jpg);
}

a:link {
	color: #000;
	text-decoration: none;
	
}
a:visited {
	color: #000;
	text-decoration: none;
	
}
a:hover {
	color: #A32901;
	text-decoration: none;
	background-color: #66FF66;
	
}
a:active {
	text-decoration: none;
	color: #000;
	
}

#nav a:link {
	color: #000000;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
#nav a:visited {
	color: #333333;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
#nav a:hover {
	color: #003300;
	text-decoration: none;
	background-color: #66FF66;
	padding-right: 3px;
	padding-left: 3px;
}
#nav a:active {
	text-decoration: none;
	color: #003300;
	padding-right: 3px;
	padding-left: 3px;
}

#wrapper {
	background-color: #FFFFCC;
	width: 900px;
	margin-left: 5%;
	margin-right: 5%;
	border-right-color: #000033;
	border-right-style: ridge;
	border-right-width: thin;
	border-left-color: #000033;
	border-left-style: groove;
	border-left-width: thin;
	border-top-color: #000033;
	border-top-style: groove;
	border-top-width: thin;
}

div#header {
	background-color: #CC3300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	width: 100%;
	height: auto;
	padding-top: 3%;
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-bottom-color: #000033;
	
	   }
	   
div#nav {
	background-color: #9BB668;
	color: #000000;
	width: 215px;
	padding-bottom: 100px;
	border-right-style: solid;
	border-right-width: thick;
	border-right-color: #000033;
	
	
}	

div#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	position: absolute;
	left: 300px;
	top: 225px;
	width: 640px;
	padding-bottom: 100px;	
}
.feature {
	
}

#footer {
	border-top-style: solid;
	border-top-width: thick;
	border-top-color: #000033;
	bottom: 40px;
	border-bottom-color: #000033;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #000033;
	
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #000033;
	margin-left: 8px;
	border-bottom-color: #003300;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000033;
	padding-left: 15px;
}
.copy {
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
   
