body, h1, h2, h3, h4, h5, h6,ol, ul, li, p {
  font-family: verdana, arial, helvetica, sans-serif;
  color: #000;
}

body {
  text-align: center;
  min-width: 800px;
  font-size: 76%;
  line-height: 1.5;
  margin: 0;
  padding: 25px;
}

h1 {
	font-size: 150%;
	font-weight: normal;
	}
	
h2 {
	font-size: 120%;
	font-weight: normal;
	}
	
h3 {
	font-size: 100%;
	font-weight: normal;
	}
	
h4 {
	font-size: 80%;
	font-weight: bold;
	}
h5 {
	font-size: 70%;
	font-weight: bold;
	}
	
h6 {
	font-size: 64%;
	font-weight: bold;
	}
	
DIV{
	padding: 5px;
}

div.float {
  float: left;
  }
  
div.float p {
   text-align: center;
	font-family: "MS Serif", "New York", serif;
   }

.OT{
	font-family: "MS Serif", "New York", serif;
	border: thin ridge;
}	

.OT TH{
	text-align: center;
	font-size: medium;
}

.OT TD{
	font-size: medium;
}

#container {
	text-align: left;
	background-color: #8C9EAB;
	border: 1px solid #000;
	margin: 10px auto;
	width: 800px;
}

#Page_Heading {
	margin: 0 0 5px;
	height: 165px;
	border-style: outset;
	border-color: #918d4c;
	background-image: url(../images/logos.gif);
	background-repeat: no-repeat;
	background-color: #F7F794;
	text-indent: 180px;
	text-align: left;
	font-weight: 700;
}

.single {
	margin-bottom: 0;
	margin-top: 0;
	font-size: large;
}

#NavContainer {
   float: left;
	background-color: #fff;
	Width: 165px;
	margin: 0 0 10px 0;
	border-style: outset;
}

#menu {
  padding:0;
  margin:0;
  width:0;
  }

#menu li {
  list-style-type:none;
  margin:0 0 0.25em 0;
  }
  
#menu a, #menu a:visited {
	display: block;
	width: 156px;
	border: 1px solid Navy;
	font-family: arial, verdana, sans-serif;
	font-size: 0.8em;
	text-align: center;
	text-decoration: none;
	background: Background;
	color: #eee;
	padding:0.25em;
}

#menu a:hover {
  background:#ddd;
  color:#808;
  }


#MainContainer {
	text-align: left;
	background-color: #fff;
	margin: 0 0 0 185px;
	border: outset;
}

#Footer {
	text-align: left;
	margin: 5px 0 0;
	clear: both;
	background-color: #F7F794;
	border-color: #918d4c;
	border-style: double;
}

table#sample {
	width: 100%;
}

.normrow {
	vertical-align: top;
}

.altrow {
	background: #EEEEEE;
}

.leftcol {
	width: 45px;
	text-align: right;
	vertical-align: top;
}

form, label, input { font-size : 1em; } 
label { position : relative; width : 15em; display : block; margin : .5em 0em; } 
input { position : absolute; left : 100%; top : 0px; width : 10em; } 
input.submit { margin-left : 15em; } 
br { display : none; } 
