body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
background-color:#ccc;	
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
h1 { font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00237D;
	
}
h2 { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #000099;
	
}

a:visited {
  color: #000099;
text-decoration: none;  
}

a:hover {
color: #000099;

	
}

a:active {
	color: #000000;
}

.contentmain {
	border: thin solid #666;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;

}
#lhstable {
	border: thin none #666666;
	background-color: #00237D;
	background-image: url(images/sidebg.jpg);
	background-repeat: repeat-y;
	height:100%;
}
.middletable{
	background-attachment: scroll;
	background-image: url(images/bgsmall.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#menu a, #menu a:visited {
  text-decoration:none; 
  background-color:#00237D; 
  color:#ccc; 
  font-weight:bold;
  display:block; 
  width:170px; 
  height:1.5em; 
  border-bottom:1px solid #fff;  
  border-right:1px solid #000; 
  padding:0.5em;
  }
#menu a:hover {
  border-bottom:1px solid #cc3333;
  color:#fff;  
  text-align:right;
  }
