/*
CSS for ASRMCS Boats
*/

/* new css 260408 */
.level2{margin:0; padding:0; padding-left:20px; margin-top:5px;}
/* End new css 260408 */

body {
  font-family: sns-serif, Arial, Verdana, Helvetica;
  background: #ccccff url(bodyline.png) 205px top repeat-y;
  line-height: 110%;
  padding: 0;
  margin: 0;
}

body#nonav {
  background-image:none;
}

h1, h2, h3 {
  font-family: "sans-serif, Arial, Trebuchet MS", Helvetica;
}

h1 {
  font-size: 7;
  background-color: navy;
  color: white;
  padding-top: .75em;
  padding-bottom: .75em;
  margin: 0;
}

h2 {
  color: black;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

hgjt {
  font-size: 1;
  background-color: navy;
  color: white;
}





li {
  font-size: small;
  list-style-type: none;
}

p {
  font-size: small;
  color: black;
}

em {
  text-transform: uppercase;
}

a {
  font-weight: bold;
}

a:link {
  color: black;
}

a:visited {
  color: navy;
}

a:hover {
  text-decoration: none;
  color: navy;
}

a:active {
  color: red;
}

b {
  font-weight: bold;
  color: black;
}
  
.fun {
  color: #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

blockquote.fun {
  font-style: italic;
}

#navigation {
  width: 240px;
}

h2, ul {
  margin-top: 15px;
}

#header {
  border-top: 3px solid #7da5d8;
}

img.feature {
  padding-left: 120px;
}

img.feature2 {
  padding-left: 50px;
}
/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's content display.
*/

#navigation, #bodycontent, #header {
  position: absolute;
}

#navigation, #bodycontent {
  top: 4.50em;
  color: navy;
}

#bodycontent {
  left: 220px;
  width: 75%;
  padding-left:10px;
}

#bodycontentx {
  padding: 50px 20px;
  border-left:none
  padding-left:0px;
}

#header {
  width: 100%;
}

#search {
  position: absolute;
  top: 100px;
  right: 10px;
  font-size: small;
  font-weight: bold;
  color: navy;
}

/*
#gallery, #gallery * {border:none;}
#gallery {text-align:center; margin:auto;}
#gallery td{padding:1px;}
*/

table {
border-collapse: collapse;
border: 2.5px solid navy;
text-align: center;
}

th {
border: 1px solid black;
padding: 0.5em;
background: gray;
color: white;
}

tr {
border: 1px solid black;
padding: 0.5em;
}

td {
border: 1px solid black;
padding: 0.5em;
background: white;
}

.donate {
font-size:smaller;
font-style:italic;
}


<SCRIPT LANGUAGE="JavaScript">
function noRightClick(buttonClicked) {
if (navigator.appName == 'Netscape' && 
(buttonClicked.which == 2 || buttonClicked.which == 3))
 return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 3 || event.button == 2)) {
 alert("Your Message Goes Here");
return false;
}
return true;
}
document.onmousedown=noRightClick;
document.onmouseup=noRightClick;
if (document.layers)
 window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
 window.onmousedown=noRightClick;
 window.onmouseup=noRightClick;
</script>


