body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 1004px;
}
.header {
	background-color: #660027;
	height: 250px;
}
.header #logo {
	padding-left: 30px;
	z-index: 1;
	position: absolute;
}
#headtext {
	margin-left: 265px;
	position: absolute;
	background-color: #FFFFFF;
	margin-top: 35px;
}

.main {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	border-top-width: 0px;
	border-top-style: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../img/green-box.gif);
	background-repeat: repeat-y;
/* background-color value is for content background.*/
}
.content {
	width: 67%;
	float: right;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250;
}
.content p {
	font-size: 0.8em;
}

.content h1 {
	color: #203025;
}
.content h2 {
	font-size: .9em;
	margin-top: -20px;
}
.content ul {
	font-size: 0.8em;
	margin-top: -15px;
}

.content #notice {
	text-align: right;
	margin-top: 50px;
}
.content table {
	margin-top: 30px;
}
.content th {
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 30px;
}
.content td {
	text-align: left;
	vertical-align: middle;
}
.content .period {
	font-weight: bold;
	padding-top: 15px;
}
.content .bond {
	font-size: .8em;
}

.contenthome {
	width: 69.6%;
	float: right;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
	background-image: url(../img/boatatmoor.jpg);
	margin: 0;
	background-repeat: no-repeat;
	height: 545px;
}
.contenthome p {
	margin-top: 430px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.2em;
}
.contentcontacts p {
	font-size: 1em;
}
.aboutcontent {
	clear: both;
}


.terms {
	color: #203025;
	font-size: .8em;
}
address {
	font-style: normal;
	margin: 0px;
}

.float {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
.float p {
	font-size: 0.6em;
	text-align: center;
	margin-top: 0px;
	padding-bottom: 30px;
}

.sidebar {
	padding: 0%;
	width: 265px;
	float: left;
}
.sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.sidebar a {
	color: #FFFFFF;
	text-decoration: none;
}
.sidebar li {
	font-weight: bold;
	text-indent: 45px;
	padding-top: 2em;
	padding-bottom: 2.5em;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 1.2em;
}
.sidebar .current {
	background-color: #5a5a5a;
}
.clear {
  clear: both;
  height: 1px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
}
.footer {
	margin: 0;
	text-align: center;
	font-size: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
/*
.nav {
  border-top: thin solid #7d5500;
  font-size: 90%;
}
.nav ul {
  margin: .3em;
  padding: 0;
}
.nav li {
  list-style: none;
/*  display: inline; */
/* float: left;
  padding: .5em 1em;
}
*/
.footer a {
	text-decoration: underline;
	color: #000000;
}
.main .content a:hover {
	color: #990000;
}
