*
{

  margin: 0;
  padding: 0;

}

BODY
{

  width: 1000px;
  min-width: 1000px;
  position: relative;
  margin: 0 auto;
  color: #01395D;
  font-family: arial;
  font-size: 80%;
  background-image: url('../base/images/backgroundstars.gif');
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #ffffff;


}

#page
{



}

a, a:visited, a:active
{

  text-decoration: none;
  color: #0C6FAE;

}

a:hover
{

  text-decoration: underline;
  color: #0C6FAE;

}

#nav
{

  width: 170px;
  float: left;

}

#content
{

  width: 830px;
  float: right;

}

#nav ul li
{

  list-style-type: square;
  list-style-image: url('../base/images/leftnavbullet.gif');
  padding: 0px 0px 23px 0px;
  margin: 0px 0px 0px 26px;

}

#top
{


}

#top ul
{

  text-align: center;
  background-color: #FFD200;
  height: 22px;
  width: 100%;

}

#top ul li
{

  list-style-type: none;
  width: 12%;
  float: left;
  padding: 2px 0px 0px 0px;

}

#footer ul
{

  background-color: #FFD200;
  text-align: center;
  background-color: #FFD200;
  height: 22px;
  width: 100%;

}

#footer ul li
{

  padding: 2px 0px 0px 0px;
  list-style-type: none;
  width: 12%;
  float: left;

}

#content a, #content a:visited, #content a:active, #content a:hover
{

  text-decoration: underline;
  color: #0066A6;

}

h1, h2, h3, h4
{

  margin: 15px 0px;

}

form p
{

  width: 400px;
  clear: both;

}

form p label
{

  float: left;

}

form p input
{

  float: right;

}