body {
  background-color: white;
  font-family: arial, sans-serif;
  color: #000246;
  font-size: 12px;
}
div {
  text-align: left;
}
a {
  color: #c00000;
}
a:hover {
  color: #ffa500;
}
table.layout {
  border-collapse: collapse;
}
p {
  text-align: justify;
}
div.pagewide {
  width: 900px;
}
#border {
  border-style: solid;
  border-width: 0;
  border-color: #000246;
}
#title {
  background-image: url(/gfx/sea5.jpg);
  font-size: 72pt;
  font-weight: bold;
}
td.logo {
  padding: 0px;
  width: 69px;
  padding: 7px;
}
td.title {
  font-size: 72pt;
  font-weight: bold;
  padding: 0px;
  width: 821px;
}
#path {
  font-size: larger;
  font-weight: bold;
}
#path > a {text-decoration:none;}
#mainmenu {
  background-color: #17528c;

}
a.mainmenu {
  color: white;
  text-decoration: none;
  background-color: #17528c;
  font-size: 16pt;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
}
a.mainmenu:hover {
  color: #c00000;
  background-color: white;
}
#frame {
  background-color: #e1eefe;
  background-image: url(/gfx/bg2.gif);
  background-repeat: no-repeat;
  background-position: center center;
  /* contains the side menu, page title, content */
}
#sidemenu {
  width: 200px;
}
#sidemenutitle {
  font-size: 14pt;
}
.sidemenu {
  width: 190px;
  background-color: #7ca6d0;
  font-size: 12pt;
  font-weight: bold;
}
a.sidemenu {
  color: white;
  text-decoration: none;
  padding-top: 5px;
}
a.sidemenu:hover {
  color: #c00000;
  background-color: #ffffff;
}
#pagetitle {
  color: #c00000;
  font-size: 20pt;
  font-style: italic;
}
#content {
  font-size: 12pt;
}
#foot {
  font-size: 10pt;
  font-weight: bold;
  background-image: url(/gfx/sea7.jpg);
}
a.foot {
  color: #000246;
}
a.foot:hover {
  color: #ffffff;
}
span.red {
  color: #c00000;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.clearleft {
  clear: left;
}

.clearright {
  clear: right;
}
.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

img.padded {
  padding: 10px;
}
img.border {
  border-width: 1px;
  border-color: #000033;
  border-style: solid;
}
img.noborder {
  border-width: 0px;
}



.nopadding {
  padding: 0px;
}

















