h1 {
	font-family: Comic Sans MS, sans-serif;
	color: #285174;
	font-size: 70;
	font-weight: normal;
}

h2 {
	font-family: Comic Sans MS, sans-serif;
	color: #285174;
	font-size: 30;
	font-weight: normal;
}

h3 {
	font-family: Century Gothic, sans-serif;
	color: #285174;
	font-size: 20;
	font-weight: normal;
}

p {
	font-family: Century Gothic, sans-serif;
	color: #666666;
	font-size: 11;
}

.container {
	width: 760px;
	height: 1200px;
	padding: 15px;
	opacity: .96;
	filter:alpha(opacity=96);
-moz-border-radius: 10px;
 	-webkit-border-radius: 10px;
	background: url(images/sandcastle.jpg) no-repeat center top;
	background-color: #FFFFFF;
	border: solid 2px #666666;
	text-align: left;
}

.map {
	width: 755px;
	text-align: center;
}

.headerleft {
	width: 375px;
	height: 310px;
	float: left;
}

.headerright {
	width: 350px;
	height: 310px;
	float: right;
}

.inner {
	width: 730px;
	height: 750px;
	text-align: left;
	overflow: auto;
}

.box {
	width: 730;
	height: auto;
	background-color: #FFFFFF;
	text-align: left;
	border-bottom: 1px solid #333333;
}

.slide {
	float: left;
	margin: 0 10px 10px 0;
	width: 75%;
	height: 35%;
	border: 1px solid #285174;
	border-radius: 7px;
	overflow: hidden;
}

.nav {
	font-family: Tahoma, sans-serif;
	font-size: 18;
	font-weight: bold;
	color: #285174;
	height: 20;
	margin: 10 0 40 0;
}

.nav a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #285174;
-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
	background-color: #285174;
	margin: 0px 3px 0px 0px;
	padding: 5px 20px 5px 20px;
	line-height: 120%;
}

.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #285174;
-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
	background-color: #285174;
	margin: 0px 3px 0px 0px;
	padding: 5px 20px 5px 20px;
	line-height: 120%;
}


.nav a:hover {
	color: #285174;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #285174;
-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
	background-color: #FFFFFF;
	margin: 0px 3px 0px 0px;
	padding: 5px 20px 5px 20px;
	line-height: 120%;
}

h2 a:link, h3 a:link, p a:link {
	color: #0000CC;
	text-decoration: underline;
}

.imageleft {
	float: left;
	margin: 10px 20px 10px 10px;
}

.imageright {
	float: right;
	margin: 10px 10px 10px 20px; 
}

.footer {
	font-family: Arial, sans serif;
	color: #FFFFFF;
	font-size: 9;
	text-align: center;
}

.footer a:link {
	color: #FFFFFF;
}

.footer a:visited {
	color: #FFFFFF;
}

.notice {
	width: 40%;
	float: right;
	padding: 10px;
	border: 2px solid #285174;
	border-radius: 7px;
	font-family: Century Gothic, sans-serif;
	color: #285174;
	font-size: 11;
}