body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	min-width: 256px;
	font-size: 120%;
	text-align: center;
	}
@font-face {
	font-family: 'bahamasregular';
	src: url('../fonts/bahamas-webfont.eot');
	src: url('../fonts/bahamas-webfont.eot?#iefix') format('embedded-opentype'),
		  url('../fonts/bahamas-webfont.woff') format('woff'),
		  url('../fonts/bahamas-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	}
@font-face {
	font-family: 'bahamaslightregular';
	src: url('../fonts/bahamaslight-webfont.eot');
	src: url('../fonts/bahamaslight-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/bahamaslight-webfont.woff') format('woff'),
 	     url('../fonts/bahamaslight-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	}
#pages {
	list-style-type: none;
	margin: .8em .2em .8em .2em;	padding: 0;
	width: 100%;
	min-width: 256px;
	font-size: 0%;
	text-aligne: center;
	}
li.page {
	display: inline;
	position: relative;
	}
#sections {
	list-style-type:none;
	margin: 0;
	padding: 0;
	font-family: 'bahamasregular';
	font-size: 140%;
	font-weight: 500;
	text-align: left;
	color: #372404;
	}
li.sect {
	background-repeat:no-repeat;
	background-position: center left; 
	padding-left:50px;
	}
a {
	color: #593a06;
	}
a:hover {
	color: #774d06;
	text-decoration: none;
	}
.end {
	height:100%; width:17.7006%;
	}
.box {
	height:100%; width:8.3941%;
	}
.spc {
	height:100%; width:2.7372%;
	}
h1, h2, h3 {
	margin: .8em .2em .2em .2em;
	padding: 0;
	font-family: 'bahamasregular';
	font-weight: 450;
	color: #372404;
	}
p {
	margin: .8em .2em .2em .2em;
	padding: 0;
	font-family: 'bahamaslightregular';
	font-weight: 800;
	color: #372404;
	}
p.left {
	text-align: left;
	}
b { 
	font-family: 'bahamasregular';
   font-weight: 900;
	}
img {
	margin: .8em 0 .2em 0;
	max-width: 100%;
	}
img.blt {
	margin: 0;
	padding: 0 8px 0 8px;
	vertical-align: -6px;
	}
img.rdelogo {
	margin: -8px 0 0 0;
	padding: 0 1px 0 1px;
	vertical-align: initial;
	}
.colmask {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
	}
.col1 {
	float: left;
	position: relative;
	padding:  0 0 1em 0;
	overflow: hidden;
	}
.fullpage {
	min-height: 650px;	/* Set to equal sub sidebar hight!!! */
	}
.fullpage .col1 {
	width: 96%;				/* page width minus left and right padding */
	left: 2%;				/* page left padding */
	}
