/***** Global Settings *****/

html, body {
border:0;
margin:20 0 0;
padding:0;
}

body {
	font:100%/1.25 Arial, Helvetica, sans-serif;
	background-color: #FFE198;
	color: #333333;
	background-image: url(../images/nautical-chart-25%25.png);
}
#menu, #menuWrapper, #topnav	{
  position:relative;
  z-index:999999;
}

/***** Wrapper *****/

#wrap {
	width:960px;
	margin:0 auto;
}

/***** Columns *****/
#columnWrapper {
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	background-image: url(../images/bg_col.gif);
	background-repeat: repeat;
	background-color: #fff;
}
#navCol {
	display: inline;
	color: #333;
	margin: 0px;
	padding: 0px;
	width: 230px;
	float: left;
}

#navCol h1	{
	font-size: 14px;
	background-color: #999;
	color: #FFE198;
	margin-top: 2px;
	margin-bottom: 0px;
	letter-spacing: -0.02em;
	font-weight: bold;
	display: block;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	background-image: url(../images/bg_left_col.png);
	background-repeat: repeat-y;
}
#navCol h1 a:link, #navCol h1 a:visited, #navCol h1 a:active {
	color: #FFE198;
	text-decoration: none;
}
#navCol h1 a:hover {
	background-color: #FFE198;
	color: #fff;
	display: block;
}
#navCol h2	{
	font-size: 14px;
	background-color: #999;
	color: #FFE198;
	text-indent: 20px;
	margin-top: 2px;
	margin-bottom: 0px;
	letter-spacing: -0.02em;
	font-weight: normal;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../images/bg_left_col.png);
	background-repeat: repeat;
}
#navCol h2 a:link, #navCol h2 a:visited, #navCol h2 a:active {
	color: #FFE198;
	text-decoration: none;
}
#navCol h2 a:hover {
	background-color: #3A6E8F;
	color: #FFE198;
	display: block;
}

#mainCol {
	float: right;
	color: #333;
	margin: 10px;
	padding: 0px;
	width: 700px;
	display: inline;
	position: relative;
}


/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
	margin:0;
	font-weight:normal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

ul, ol {
list-style:none;
padding:0 0 18px 60px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}


/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 	{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 		{ font-weight:bold; }
.italic 	{ font-style:italic; }
.underline 	{ border-bottom:1px solid; }
.highlight 	{ background:#ffc; }

.wrap 		{ width:960px;margin:0 auto; }

.img-left 	{ float:left;margin:4px 10px 4px 0; }
.img-right 	{ float:right;margin:4px 0 4px 10px; }

.nopadding 	{ padding:0; }
.noindent 	{ margin-left:0;padding-left:0; }
.nobullet 	{ list-style:none;list-style-image:none; }
