#header {
	position: absolute;
	height: 110px;
	width: 770px;
	left: 5px;
	top: 5px;
}

#left {
	position: absolute;
	height: auto;
	width: 100px;
	left: 5px;
	top: 125px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 0;
	border thin solid: #000000;
	overflow: hidden;
}

#content {font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
  position: absolute;
  width: 658px; 
  left: 111px; 
  top: 125px;
}

#content div.hr { 
  width: 100%; 
  height: 1px; 
  border: 0; 
  background-color: #000000; 
  margin-top: 5px;
  line-height: 1px;
} 


#navv {border-left:2pt solid #E5E5E5; border-top:1pt solid #000000; border-bottom:1pt solid #000000; font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  line-height: 15px;
  border-right-style: solid;
  border-right-color: #E5E5E5;
  background-color: #E5E5E5;
  width: 100%;
  display: block
}

#navh {font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-width: 1pt;
	border-bottom-width: 2pt;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #E5E5E5;
	width: 100%;
	display: block;
}

.navlinks a:link {color: #000000; text-decoration: none;}
.navlinks a:visited {color: #000000; text-decoration: none;}
.navlinks a:hover {color: #FF0000; text-decoration: none;}

.blklink {border: 1px solid #000000;}

.pagetitle {font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  color: #FF0000;
}

.hphead {
  font-size: x-small;
  font-weight: bold;
  color: #FF0000;
  margin: 0px;
}

.hptext {
  font-size: x-small;
  margin: 0px;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
}

hr {
    margin: 0px;
}

td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
}

ul{ 
list-style-type:none; 
} 
li{ 
background: url(../images/bullet1.gif) left top no-repeat; 
padding-left:35px; padding-top:2px; padding-bottom:2px;
}