label {
  display: inline ;
  float: left ;
  width: 30ex ;
  font-weight: bold ;
}

body{
  width: 80ex;
}

a{
  font-weight:normal;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}


a.out
{
  font-style: italic;
  color: #333;
  } 

a.in
{
  color: #000;
  }

table, td, th
{
  border: solid 1px;
  padding:0px;
}

h1, h2, h3{
  font-family: Bitstream Vera Sans, verdana, Helvetica, sans-serif;
}

h1{
  font-size: 13pt;

}

h2{
  font-size: 12pt;

}

p, form, a, li, ul, td, th
{
  text-align: justify;
  font-family: Bitstream Vera Sans, verdana, Helvetica, sans-serif;
  font-size: 10pt;
  }

hr{
  color: black;
  background-color: black;
  height: 1px;
  border: 0;
}

#header{
  width:100%;
  height:75px;
  background-image: url('../img/ridersenbray.gif');
  background-repeat: no-repeat;
  vertical-align: bottom;
}

#header p, #header form{
  text-align:right;
}

#footer{
  width:100%;
}

#footer p{
  text-align:center;
}

