BODY {
	font-family:Arial, Sans-Serif;
	margin:0;
	padding:0;
	color: #003399;
	background: #ccccCC;
}
H1, H2 {
	color: #003399;
	background-color: transparent;
}
H3 {
	color: #000099;
	background-color: transparent;
}
#body{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFCC;
}
#body_left{
	width: 75%;
	padding: 0;
	margin: 0;
	float: left;
	background: #FFFFCC;
}

#body_right{
	width: 25%;
	padding: 0;
	margin: 0;
	float: right;
	background: #FFFFCC;
}

.topline {
	margin-top:0;
	padding-top:1em;
}
#header {
	margin: 5px 5px 0 5px;
	padding: 0;
	height: 80px;
	line-height: 80px;
}

#header .logo{
	float:right;
	padding: 0px;
	margin:0;
/*	left: 0;
	position: absolute;
	top: 0;
*/}
.tagline{
	font-family: Arial, Helvetica, sans-serif
	color: #003399;
	background-color: transparent;
	font-size: 1.5em;
	font-weight: bold;
/*	vertical-align: middle;*/
	text-align:center;
/*	padding: 0.5em;
	margin: 0;*/
}
#topright {
	float:right;
/*	position: absolute;
	top:0;
	right: 0;*/
	width: 75px;
	text-align: center;
	padding-right: 5px;
	padding-top: 5px;
}
#ads{
	float:right;
	width: 120px;
	background-color:#CCCCCC;
/*	display: none;*/
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	border-width: 1px;
	border-color: #003300;
	border-style:inset;
}
.resourceAds{
	float:left;
	width: 120px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	border-width: 1px;
	border-color: #003300;
	border-style:inset;
}
/* #menuboxes is used on index.html*/
.superscript{
	font-size:75%;
	vertical-align:super;
}
.disclaimer{
	color:#990000;
	font-weight:bold;
	background-color:#FFCC66;
	border: 1px solid #999999;
}
#menuboxes{
	list-style-type:none;
	height: 400px;
}
#menuboxes li {
	float: left;
	width: 100px;
	text-align: left;
	margin: 10px;
}
#menuboxes img {
	display:block;
	padding-bottom:3px;
	border-bottom: 1px solid #333300;
}
#submenu{
	width: 100%;
	padding-left: 0.25em;
	border: 1px solid #000;
}
#submenu span{
	font-weight: bold;
	color:#003399;
}
#submenu ul {
	list-style: none;
	margin:0;
	padding:0;
	padding-bottom: 0em;
}
#submenu li{
	display: block;
	float:left;
	border-right-width: 1px;
	border-right-color:#CC0099;
	border-right-style:dotted;
/*	border-bottom: 1px;
	border-bottom-style:solid;
	border-bottom-color: #0066CC;*/
}
/* #submenu is used on the conditions.php script*/
#submenu li a:link, #submenu li a:visited{
	display: block;
	padding: 1px 2px 1px 2px;
	border-left: 0px;
	background-color:transparent;
	color: #0066CC;
	text-decoration: none;
}
#submenu li a:hover{
	color: #0066CC;
	background-color:#CCFFFF;
}
#submenu li a:active{
	color: #CCFFFF;
	background-color:#0066CC;
}
#content{
	clear:left;
	margin:0;
	padding:0;
	padding-bottom: 1em;
	padding-left: 1em;
	background-color:#CCCCCC;
	border-right: 1px solid #000000;
/*	float: right;
	margin-right: 5px;
	width: 83%;*/
}
.clear{
	clear:both;
}	
a, img {
	border: 0;
}
.imgcenterbottom{
	clear:left;
	text-align: center;
	margin-top: 10px;
}
a:link, a:visited {
/*	color: #006633;*/
	color: #666666;
	background-color:transparent;
/*	text-decoration:none;*/
}
a:hover, a:active{
/*	color: #ff6600;*/
	color: #666699;
	background-color:transparent;
}
ul a:link, ul a:visited {
	font-size: small;
	color: #006633;
	background-color:transparent;
	text-decoration:none;
}
ul a:hover, ul a:active {
	font-size: small;
	color:#FF6600;
	background-color:transparent;
}
#mapArea{
	position:relative;
	width: 420px;
	height: 620px;
	overflow:auto;
}
#resultsArea{
	position:absolute;
	left: 440px;
	width: 400px;
	height: 420px;
	padding-top: 10px;
	padding-left: 10px;
	border: 0px solid #000;
	overflow: auto;
	font-size:small;
}
#buildList{
	visibility:visible;
	position:absolute;
	top: 3em;
	left: 1em;
	border: 0px solid #FFFF00;
}
#resultList{
	visibility:hidden;
	position:absolute;
	top: 3em;
	left: .5em;
	padding-right: 1em;
	margin:0;
	border: 0px solid #000;
}
.resultTable{
	border: 1px solid #999999;
	border-spacing: 0px;
	border-collapse:collapse;
}
.resultTable th{
	font-weight: bold;
	background-color: #FFCC66;
	border: 1px solid #999999;
	padding: 4px;
	text-align:left;
	vertical-align:bottom;
}
.resultTable caption{
	font-weight: bold;
	background-color: #FFCC66;
	border: 1px solid #999999;
}
.resultTable td{
	border: 1px solid #999999;
	padding: 4px;
	text-align:left;
	vertical-align:bottom;
}
tr.odd td{
	background-color: #CCFFFF;
	border-right: 1px solid #99CCFF;
}
tr.even td{
	background-color:  #99CCFF;
	border-right: 1px solid #CCFFFF;
}
.mapImage{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.location{
	position:absolute;
	z-index: 2;
}
.location a:link, .location a:visited {
	font-size: small;
	color: #FF9933;
	font-weight:bold;
	background-color: transparent;
	text-decoration:none;
}
.location a:hover, .location a:active {
	font-size: small;
	color:#FF6600;
	background-color: #FFFF99;
}
.locationsDisplay{
	background-color: transparent;
	color: #000099;
}

.locationsButton{
	font-size: small;
	color: #FF9933;
	font-weight:bold;
	background-color: transparent;
	border: 0;
	position:absolute;
	z-index: 2;
	cursor:pointer;
}
.applet{
	color: #ff0000;
	font-size: 125%;
	text-align: center;
}

/* selectors used on boat rating result page*/
#results{
	float: left;
	margin:0;
	padding: 0;
	width:40%;
	font-size:small;
	margin-left:5px;
	border:0px solid #000;
}
#results p span.result{
	color:#000099;
	background-color:transparent;
	border-bottom: 1px dotted #0066FF;
}
#results p span.label{
	float:left;
	margin:0;
	padding:0;
	padding-left:2px;
	width:18em;
	color:#000099;
	background-color:transparent;
	font-weight:bold;
	border-bottom:1px dotted #0066FF;
}
#results p{
	clear:left;
	margin:0 0;
	padding:.25em .25em;
}
#results p.heading{
	font-weight:bold;
	font-size: 110%;
	color: #0066FF;
	background-color:transparent;
}
.imgright{
	float:right;
	border: 1px outset #000;
	margin:5px;
	padding: 10px;
	background-color:#333333;
}
.circe{
	float:right;
	border: 3px solid #660000;
	margin: 3px;
}
ul.makeMenu, ul.makeMenu ul {
  width: 15em;                 /* sets the size of the menu blocks */
  background-color: transparent;    /* a bg-color MUST be included for IE to work properly! */
  padding: 0px;           /* stops the usual indent from ul */
  margin: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
}
ul.makeMenu li {
	list-style-type: none;       /* removes the bullet points */
	margin: 0px;                 /* Opera 7 puts large spacings between li elements */
	position: relative;          /* makes the menu blocks be positioned relative to their parent menu item                              the lack of offset makes these appear normal, but it will make a difference to the absolutely positioned child blocks */
	font-size: small;
	color: #FF9933;
	font-weight:bold;
	background-color: transparent;
	text-decoration:none;
}
ul.makeMenu li ul li {
	background-color: #666666;
}
ul.makeMenu li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  bottom: 1em;                    /* position slightly lower than the parent menu item */
  left: 50px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
  background-color: #FFFF99;      /* gives the active menu items a yellow background */
  color: #FF9933;                 /* makes the active menu item text black */ 
}
ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.makeMenu li a { 
	font-size: small;
	color: #FF9933;
	font-weight:bold;
	background-color: transparent;
	text-decoration:none;
	display: block; 
	width: 100%; 
}
ul.makeMenu li a:visited { 
	color: #FF9933;
}
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { 
	color: #FF9933; 
}
ul.makeMenu li:hover > a { 
	color: #FF9933;
} /* supports links in branch headings - must not be display: block; */

#footer{
/*	visibility:hidden;*/
	margin:0;
	padding: 0;
	width: 100%;
/*	height: 59px; 
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;*/
	font-size: 70%;
	color:#000099;
	background-color:#FFFF99;
}

#footer .copyright{
	text-align: center;
}
#footer .left{
	float: left;
}
#footer .rtilogo{
	float:right;
	vertical-align:bottom;
	border-style: outset;
	border-width: 1px;	
}
.definitions{
/*	position:absolute;
	left: 0;
	margin-top: 5px;
	margin-left:45%;
	width: 35%;
	padding: 5px;
	border: 0px solid #000000;
	border-left: 2px solid #3366FF; */
	clear: left;
	margin-top: 5px;
	margin-left:0em;
}
#sad.definitions{
	visibility:hidden;
}
#dispToLen.definitions {
	visibility:hidden;
}
#hullSpeed.definitions {
	visibility:hidden;
}
#ballastToDisp.definitions {
	visibility:hidden;
}
#waterplaneArea.definitions {
	visibility:hidden;
}
#capScreenRatio.definitions {
	visibility:hidden;
}
#comfortRatio.definitions {
	visibility:hidden;
}
.defButton{
	margin-left: 1em;
	padding:0;
}
.accesskey{
	text-decoration:underline;
}
#news_feed{
	background-image: url(../images/blue_grad_4x200.png);
	background-repeat: repeat-x;
	width: 250px;
	border: 1px solid #ccc;
	margin: 2px;
	padding: 2px;
	font-size: 12px;
}
.feed_title{
	font-size: 120%;
	margin-bottom:0;
	padding-bottom:0;
}
.feed_desc{
	margin:0;
	padding:0;
}
.feed_item_title{
	margin-bottom:0;
	padding-bottom:0;
}
.feed_item_pub_date{
	font-size: 75%;
	font-style:italic;
	color: #999999;
}
.feed_item_desc{
	margin-top:0;
	padding-top:0;
}

