body {
  background-color: #999999;
  padding:0px;
}

#rndbanner {
  background-color: #fefefe;
  height:70px;
  position:relative;
}

#rndlogo {
  float:left;
  padding:5px;
}

#nopadding {
  padding:0px;
}

#compname {
  float:left;
  position:relative;
  top:20px;
}

#nav {
  height:24px;
  width:778px;
  background-color: #fefefe;
  padding:0px;
  font-family: "verdana";
  font-weight: normal;
  font-size: 11pt;
  clear:both;
  overflow:hidden;
}

#navleft {
  height:24px;
  width:24px;
  background-image: url(/images/navleft.jpg);
  float:left;
}

#navmiddle {
  height:24px;
  width:730px;
  background-image: url(/images/navmiddle.jpg);
  float:left;
}

#navright {
  height:24px;
  width:24px;
  background-image: url(/images/navright.jpg);
  float:left;
}

#nav .tab {
  color: #e5e5e5;
  font-weight: bold;
  width: 90px;
  float: left;
  vertical-align: middle;
  text-align: center;
  padding: 0px;
  padding-top: 1px;
  margin: 1px;
}

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
  color: #e5e5e5;
  text-decoration: none;
  font-weight: bold;
}

#nav .selected {
  color: #e5e5e5;
  font-weight: bold;
  width: 90px;
  float: left;
  vertical-align: middle;
  text-align: center;
  padding: 0px;
  padding-top: 1px;
  margin: 2px;
/*  background-color: #991126;*/
  background-image: url(/images/navhilit.png);
}

#main {
  height: 481px;
  background-color: #fefefe;
  color: #444444;
  padding: 5px;
  font-family: "arial";
/*
  clear:both;
*/
}


#footer {
  font-family: "arial";
  font-weight: normal;
  font-size: 10pt;
  color: #555555;
  padding-left: 5px;
  padding-bottom: 5px;
  background-color: #fefefe;
}

#divider {
  background-image: url(/images/hbar.jpg);
  background-color: #fefefe;
  height:17px;
}

h2 {
  font-family: "verdana";
  font-weight: normal;
  font-size: 18pt;
/*  color: #444444;*/
  color: #991126;
  margin-bottom: 10px;
}

h3 {
  font-family: "arial";
  font-weight: bold;
  font-size: 12pt;
  color: #444444;
  margin-bottom: 0px;
}

p {
  margin-top: 0px;
}

#main p a:link, #main p a:visited, #main p a:hover, #main p a:active {
  color: #0000ff;
}

.indent20 {
  padding-left: 20px;
  padding-right: 20px;
}

.indent80 {
  padding-left: 80px;
  padding-right: 80px;
}

.vspace10 {
  padding-top: 10px;
}

em {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

em.hilite {
  color: #000000;
  font-weight: normal;
}

