body {
	height: 780px;
	background-color: #111; 
	background-image: url('/images/blue_bg.png');
	background-repeat: repeat-x;
	margin-top: 6 ;
}

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   9pt;
  /* line-height: 18px; */
}

td {
	vertical-align: top;
}
h1 { font-size: 14pt; }
h2 { font-size: 12pt; }

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

/* 
a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }
*/
#logo {
  width: 800px;
  height: 70;
  margin-left: auto;
  margin-right: auto;
  

}
#content {
  width: 800px;
  height: 600px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  background-image: url('/images/white_full.gif');
  background-repeat: none;
  padding: 0px;
}

#main_content {
  width: 800px;
  height: 600px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  background-image: url('/images/white_bg.gif');
  background-repeat: none;
  padding: 0px;
}

div.left {
	width: 45%;
	float: left;
	padding: 12px;
	margin-top: 0px;
}

div.right {
	width: 45%;
	float: right;
	padding: 12px;
	margin-top: 0px;
}

div.full {
	width: 95%;
	float: left;
	padding: 12px;
	margin-top: 25px;
}

div.commentleft {
	width: 576;
	float: left;
	padding: 12px;
	margin-top: 0px;
}

div.commentright {
	width: 176;
	float: right;
	padding: 12px;
	margin-top: 60px;
}
.underlinemenu{
font-weight: bold;
text-align: center;
width: 800px;
margin-left: auto;
margin-right: auto;
margin-top: -5px;
}

.underlinemenu ul{
padding: 2px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #000088;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
/* border-bottom: 3px solid white; */ /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: white;
}

#contactForm { width: 550px; }
#contactForm label { width: 200px; vertical-align:top;}
#contactForm label.error, #contactForm input.submit { margin-left: 203px; }

div.normal {
	padding: 12px;
}
