*
{

  padding: 0;
  margin: 0;

}

body
{

  background-color: #6bc7ee;
  font-family: arial, sans-serif;
  color: #000000;
  font-size: 11px;

}

.lightblue
{

  color: #6bc7ed;

}

h1
{

  font-size: 12px;
  font-family: arial, sans-serif;
  color: #000000;
  font-weight: normal;

}

h2
{

  font-size: 14px;
  font-family: arial, sans-serif;
  color: #6bc7ed;
  padding-bottom: 16px;

}

#outerbody
{

  background-color: #ffffff;
  width: 711px;
  min-width: 711px;
  margin: 0 auto;  

}

#innerbody
{

  width: 683px;
  padding: 21px 14px;

}

#innerbody p
{

  padding-bottom: 10px;

}

#innerbody h1
{

  padding-bottom: 16px;

}

#nav
{

 background-image: url('../base/images/nav.jpg');
 width: 711px;
 height: 21px;
 text-align: center;
 font-size: 11px;

}

#nav a:link, #nav a:active, #nav a:visited
{

  font-size: 11px;
  color: #ffffff;
  text-decoration: none;

}

#nav a:hover
{

  font-size: 11px;
  color: #f6c563;
  text-decoration: none;  

}

#nav .current
{

  font-size: 11px;
  color: #f6c563;
  text-decoration: none; 

}

#nav li
{

  float: left;
  list-style-type: none;
  padding: 0px 2px;
  color: #ffffff;
  line-height: 20px;

}

#footer
{

  font-size: 10px;
  color: #999999;

}

#footer p
{

  padding-left: 17px;

}

#header a:link, #header a:visited, #header a:active, #header a:hover
{

  color: #000000;
  text-decoration: none;

}

#registerbackground
{

  background-image: url('../base/images/registerhere.gif');
  width: 151px;
  height: 150px;

}

#registerform 
{

  float: left;
  width: 151px;

}

#registerform p
{

  clear: both;
  width: 151px;
  padding: 0;

}

#registerform p label
{

  float: left;
  font-size: 10px;
  margin-left: 6px;

}

#registerform p input
{

  float: right;
  width: 73px;
  margin-right: 6px;  

}

.blue
{

  color: #6bc7ee;

}

.blue a:link, .blue a:active, .blue a:visited, .blue a:active
{

  font-size: 12px;
  font-family: arial, sans-serif;
  color: #6bc7ed;
  text-decoration: none;
  font-weight: bold;

}

.largeblue  a:link, .largeblue a:active, .largeblue a:visited, .largeblue a:active
{

  font-size: 14px;
  font-family: arial, sans-serif;
  color: #6bc7ed;
  padding-bottom: 16px;
  text-decoration: none;
  font-weight: bold;  

}

.black:link, .black:active, .black:visited, .black:hover
{

  color: #000000;
  font-weight: bold;
  text-decoration: none;

}