/*******************
 **   HTML TAGS   **
 *******************/

html
{
  overflow: hidden;
  height: 100%;
}
body
{
  margin: 0px;
  padding: 0px;
  height: 100%;
  background: #265574 url('bkg.gif') repeat-x top;
  overflow: hidden;
}

#menubox ul, #menubox li {
  padding: 0;
  indent: 0;
  margin: 0;
  list-style-type: none;
}
  
#menubox ul
{
  margin-top: 0px;
  margin-bottom: 1ex; 
  }

/********************
 **   containers   **
 ********************/

#bottom
{
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  width: 100%;
  height: 500px;
  background: url(mussels2.gif) no-repeat right bottom;
}
#scrollbox
{
  overflow: auto;
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
}
#container
{
  position: relative;
  z-index: 5;
  margin: 50px auto 0px auto;
  text-align: center;
  width: 767px;
  border: 2px solid #005599;
}

/*******************
 **     TITLE     **
 *******************/

#title
{
  height: 124px;
  background: url('titleBkg.gif') no-repeat;
}
#titleLogo
{
  float: left;
  margin-left: 15px;
  height: 110px;
  width: 180px;
  background: url('titleLogo.gif') no-repeat bottom left;
}

#titleName
{
  width: 560px;
  margin-top: 40px;
  float: right;
  text-align: center;
  font-size: 190%;
  font-weight: bold;
  font-family: Times;
  color: #003264;
  display: block;
}

#subtitleName {
  position: relative;
  font-size: 45%;
  top: -0.5ex;
}

/****************
 **    MENU    **
 ****************/

.menu, li.page_item a
{
  width: 110px;
  background: #C8E6FF url('buttonFade.gif') repeat-x top;
  border: 1px solid #abc;
  /*border: 1px solid #003264;*/
  display: block;
  padding: 3px 5px 3px 5px;
  font-weight: bold;
  font-family: Arial;
  font-size: 80%;
  text-decoration: none;
  color: #003264;
  margin-top: 7px;
}

.menu:hover
{
  background: #BED2E6 url('buttonFadeHover.gif') repeat-x bottom;
}

#menubox
{
  float: left;
  margin-top: 20px;
  margin-left: 10px;
}

/*****************
 **   ARTICLE   **
 *****************/

#articlebox
{
  margin: 15px 30px 50px 0px;
  width: 580px;
  text-align: left;
  float: right;
}
#article
{
  margin-top: 5px;
  font-family: Arial;
  font-size: 80%;
  color: #003264;
}

/****************
 **   HEADER   **
 ****************/

#headerLeft
{
  float: left;
  width: 86px;
  font-size: 140%;
  font-family: Arial;
  background: #E3E6FF url('headerLeftFade.gif') repeat-y left;
}
#headerRight
{
  background: #E3E6FF url('headerRightFade.gif') repeat-y right;
  float: left;
  width: 82px;
  font-size: 140%;
  font-family: Arial;
}
#headerText
{
  float: left;
  background: #E3E6FF;
  font-size: 140%;
  font-family: Arial;
  color: #003264;
}

/****************
 **   FOOTER   **
 ****************/

/*background: #ffffff url('footerBkg.gif') no-repeat bottom left;*/

#footer
{
  clear: both;
  height: 3ex;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 80%;
  color: #323;
  border-top: 1px solid #005599;
  border-bottom: 1px solid #005599;
}

#footerleft {
float: left;
       margin-left: 1ex;
}

#footerright {
float: right;
       margin-right: 1ex;

}
