body {
	font-size: 1em;
	font-family: helvetica, "Trebuchet MS",arial, sans-serif;
	color: #333;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	background-color: #4d6980;
}
table.main {
	width:  900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	border-top: 1px none #BF8630;
	border-right: 1px solid #BF8630;
	border-bottom: 1px none #BF8630;
	border-left: 1px solid #BF8630;
}
td {
	vertical-align: text-top;
}
.top_image {
	background-image: url(images/top_image.jpg);
	background-repeat: none;
	height:150px;
}
td.topNav {
	width: 900px;
	margin: 0;
	padding: 0;
	background-color: #e6dccf;
}
#topNav li {
	padding-left: 5px;
	padding-right: 25px;
	background-color: #E6DCCF;
	text-align: center;
	margin: 3 0 3 0px;
}
#topNav ul {
	display: inline;
	width: 100px;
}	
td.bluebox {
	background-color: #e6dccf;
	border: 1px dotted #806640;
	padding: 2px;
	width: 200px;
	line-height: 2em;
	vertical-align: top;
	
}
a:link {
	color: #4d6980;
	text-decoration: none;
}
a:visited {
	color: #4d6980;
	text-decoration: none;
}
a:hover {
	color: #4d6980;
	text-decoration: underline;
}

a.nav:link {
	color: #cc9966;
	text-decoration: none;
}
a.nav:visited {
	color: #cc9966;
	text-decoration: none;
	padding-right: 25px;
	width: 50px;
}
a.nav:hover {
	color: #ffff99;
	text-decoration: none;
	padding-right: 25px;
	background-color: #cc9966;
	width: 50px;
}
h1, h2, h3 {
	color: #806640;
	font-family: helvetica, arial;
	margin-top: 0;
}
h1.pageTitle {
	border-bottom: 1px solid #BF8630;
	width: 90%;
	padding:0 0 12px 5px;
	font-size: 1.2em;
}
.pageTitleState {
	border-bottom: 1px solid #BF8630;
	width: 90%;
	padding:0 0 12px 5px;
	font-size: 1.2em;
	text-align: right;
}
.bigLetter {
	float:left;
	color:#806640;
	font-size:50px;
	line-height:30px;
	padding-top:8px;
	padding-right: 2px;
	font-family: Times, Georgia,serif;
}
p {
	padding-left: 5px;
	padding-right: 10px;
}
p.center {
	text-align: center;
}
.text24 {
	font-size: 24px;
	color: #4d6980;
}
.blueTextBold {
	font-size: 42px;
	font-weight: bold;
	color: #4d6980;
	margin-top: 25px;
}

.beachpic {
	width: 150px;
	height: 100px;
	background-color: #CEB69E;
	float: left;
	text-align: center;
	padding: 5px;
	margin-right: 7px;
}

#footer {
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
	font-size: 11px;
}
#footer a{
	color: #fff;
	text-decoration: underline;
}
.states	{
	border: 2px solid #BF8630;
	padding: 5px;
	color: #333;
	font-size: 12px;
}

li.circle {
	list-style-position: inside;
	list-style-type: circle;
}
select, input, textarea {
	border: 1px solid #BF8630;
	font-size: 14px;
	color: #333;
}
ul {
	list-style-position: outside;
}
li.square {
	list-style-type: square;
}
