*
{

  margin: 0;
  padding: 0;

}

img
{

  border: 0;

}

p
{

  margin-bottom: 10px;

}

ul li
{

  margin-bottom: 5px;
  list-style-image: url('../base/images/bullet.gif');
  list-style-position: outside;
  margin-left: 20px;

}

body
{

  width: 900px;
  min-width: 900px;
  position: relative;
  margin: 0 auto;
  background-color: #ffffff;
  color: #000000;
  font-family: Times New Roman, Times, Serif;
  font-size: 13px;

}

#lefthand
{

  width: 106px;
  float: left;

}

#middle
{

  width: 641px;
  float: left;

}

#righthand
{

  width: 153px;
  float: right;  

}

#header_top
{

  width: 900px;
  height: 130px;
  background-image: url('../base/images/header_top.jpg');
  text-align: center;
  vertical-align: middle;

}

#header ul
{

  width: 900px;
  height: 24px;
  background-image: url('../base/images/header_nav.jpg');

}

#header .lowernav
{

  width: 900px;
  height: 24px;
  background-image: url('../base/images/header_bottom.jpg');

}

#header ul li
{

  float: left;
  list-style-type: none;
  list-style-image: none;
  color: #ffffff;
  margin: 0;

}

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

  color: #ffffff;
  text-decoration: none;
  line-height: 24px;

}

form p
{

  width: 440px;
  clear: both;
  padding-top: 5px;
  padding-bottom: 0px;
  margin: 0;

}

form p label
{

  float: left;

}

form p input
{

  float: right;

}

h1
{

  color: #D1212B;
  font-family: Times New Roman, Times, Serif;
  font-size: 24px;
  font-weight: normal;

}

h2
{

  color: #D1212B;
  font-family: Times New Roman, Times, Serif;
  font-size: 18px;
  padding-bottom: 20px;
  font-weight: normal;

}

.red
{

  color: #D1212B;

}

a:link, a:visited, a:active
{

  color: #D1212B;
  text-decoration: none;

}

a:hover
{

  color: #D1212B;
  text-decoration: underline;

}

.copyright
{

  font-size: 10px;

}