* {
margin: 0;
padding: 0;
}

body {
background: #B7DBF6;
text-align: center;
color: #333;
padding-top: 40px;
font: normal 0.9em/18px verdana, arial, tahoma, sans-serif;
}

img{
border-style: none;
}

a {
color: #000099;
text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #6600CC;
}

a:hover {
	color: #000099;
	text-decoration: none;
}

#header.home {
width: 750px;
height: 210px;
background: #284F89 url(images/header.jpg) no-repeat right top;
}

#header.overview {
background: url(images/hdr_overview.jpg) no-repeat right top;
}

#header.attractions {
background: url(images/hdr_attractions.jpg) no-repeat right top;
}

#header.travel {
background: url(images/hdr_travel.jpg) no-repeat right top;
}

#header.avail {
background: url(images/hdr_avail.jpg) no-repeat right top;
}

#wrapper {
width: 750px;
background: #fff url("images/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #fff;
text-align: left;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}

img.floatLeft { float: left;
margin: 10px; }

img.floatRight { float: right;
margin: 10px; }

h1 {
width: 140px;
height: 30px;
background-color: #284F89;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}

h1:first-letter {
color: #F1E55B;
text-decoration: underline;
}

h2 {
width: 589px;
height: 30px;
background-color: #284F89;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}

h3 {
	font-size: 18px;
	color: #253784;
	font-weight: bold;
	padding-bottom: 5px;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 210px;
width: 150px;
}

#nav li a {
color: #fff;
font: bold 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 24px;
background-color: #284F89;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
	background-color: #F2F230;
	color: #000000;
}

#current a {
	background: url(images/bullet.gif) no-repeat 100% 50%;
}

#sidebar {
width: 132px;
background-color: #B7DBF6;
float: left;
position: relative;
left: -4px;
margin-left: -147px;
border-top: 1px solid #fff;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

#sidebar a {
	color: #000099;
	text-decoration: underline;
	font-size: 11px;
}

#sidebar a:hover {
	color: #000099;
	text-decoration: none;
}

#content {
float: right;
width: 570px;
margin: 10px 0 0 10px;
}

p {
margin-bottom: 20px;
}

li {
list-style: none;
}

#footer {
clear: both;
width: 500px;
margin-left: 163px;
}

table, th, td {
border: 1px solid #D4E0EE;
border-collapse: collapse;
font-family: "Trebuchet MS", Arial, sans-serif;
color: #000;
}

caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

td, th {
	padding: 4px;
}

thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

tbody th {
	font-weight: bold;
}

tbody tr { background: #FCFDFE; }

tbody tr.odd { background: #F7F9FC; }

table a:link {
color: #718ABE;
text-decoration: none;
}

table a:visited {
color: #718ABE;
text-decoration: none;
}

table a:hover {
color: #718ABE;
text-decoration: underline !important;
}

tfoot th, tfoot td {
	font-size: 85%;
}
