body {
  background-color: midnightblue;
  /*overflow: hidden;*/
  margin: 0 auto;
	text-align: center;
  }

/*html {
  overflow: hidden;
  }*/

img {
  border-style: none;
  }
  
p.heading {
  font-family: Verdana;
  font-size: 16pt;
  text-align: center;
	color: teal;
  }
  
p.page_head {
  font-family: Times;
  font-size: 24pt;
  font-style: italic;
  text-align: center;
  color: darkblue;
  }
  
p.subhead {
  font-family: Verdana;
  font-size: 14pt;
  text-align: left;
  }
  
table {
  font-family: Verdana;
  font-size: 11pt;
  text-align: left;
  vertical-align: top;
  align: center;
  border-collapse: collapse;
  }
  
td.border {
  border: 1px solid black;
  padding: 0px 3px 0px 3px;
  }
  
td.col_head {
  border: 1px solid black;
  font-weight: bold;
  padding: 0px 3px 0px 3px;
  }
  
p {
  font-family: Verdana;
  font-size: 11pt;
  text-align: justify;
	padding: 0 10px;
  }
  
p.center {
  font-family: Verdana;
  font-size: 11pt;
  text-align: center;
	padding: 0 15px;
  }
  
p.fl_l {
  float: left;
  }
  
p.clear {
  clear: both;
  line-height: 1px;
  height: 1px;
  font-size: 1px;
  }

ul {
  font-family: Verdana;
  font-size: 11pt;
	text-align: left;
  }
  
.no_url_hl a:link {
  color: #000000;
  text-decoration: none;
  }

.no_url_hl a:visited {
  color: #000000;
  text-decoration: none;
  }

.no_url_hl a:hover {
  color: #000000;
  text-decoration: none;
  }
  
.no_url_hl a:active {
  color: #000000;
  text-decoration: none;
  }
  
.hidden {
  display:none
  }
  
.shown{
  display:inline
  }
  
div.center {
  text-align: center;
  }

div.header {
	position: fixed;
	top: 0px;
	left: 50%;
	margin: 0 auto 0 -385px;
	height: 182px;
	width: 770px;
	background-image: url(/images/header.gif);
	z-index: 2;
}

div.body {
	padding-top: 190px;
	height: 100%;
	width: 770px;
	margin: 0 auto;
	background-color: #FFFFFF;
	z-index: 1;
  }

p.menu {
  text-align: left;
	padding-left: 260px;
	padding-top: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
  }

.menu a:link {
  color: #000000;
  text-decoration: none;
  }

.menu a:visited {
  color: #000000;
  text-decoration: none;
  }

.menu a:hover {
  color: blue;
  text-decoration: underline;
  }
  
.menu a:active {
  color: #000000;
  text-decoration: none;
  }
  
p.footer {
  font-family: Verdana;
  font-size: 8pt;
  text-align: center;
  }