Body{
	background-color: #696969;
	font-family:Tahoma, Ariel, sans-serif;
	font-size:10pt;
	
}
table.main{
	background-color: White;		
	border: 3px groove #32C69E;
	
}
.head{
	background-image: url(../images/header.jpg);
	height: 200px;
	background-repeat: no-repeat;
}

.head h1{
	text-align:center;
	padding-top:20px;
	padding-left:60px;
	font-size:24pt;
	color:#418D78;
}
.head h2{
	text-align:center;
	padding-left:50px;
	padding-bottom:0px;
	font-size:16pt;
	color:#418D78;
}
.sub{
	text-align:center;
	font-size:12pt;
	color:#418D78;
}
.headinfo{
	font-size:10pt;
	text-align:right;
	padding-right:10px;
	color:#418D78;
	font-weight:bold;
}

.form{
	font-size:10pt;
}
.footer{
	font-size: 8pt;
	color: Aqua;
	text-align: center;
	padding:8px;
	border-top: 3px groove #32C69E;
	background-image: url(../images/footer.gif);
}
.footer a{
color: Aqua;
}

#button{
	
}
.floatr{
	float:right;
}
.floatl{
	float:left;
}
.content{
	padding:10px;
}
p{
	padding:5px;
}
.h2list{
font-weight:bold;
text-align:center;
margin-bottom:-40px;
}
.sublist{
font-size:9pt;
text-align:center;
}
hr{
color:#418D78;
}

.hrred{
	color: red;
	font-weight: bold;
	font-size: 12px;
}
.hrgreen{
	color: green;
	font-weight: bold;
	font-size: 12px;
}
.desc{padding-left:20px;}

/*Menu style*/
.menubox{
	border-bottom: 2px solid #353E24;
	border-top: 1px solid #353E24;
	height: 25px;
	background-color: #31C89F;
    width:698px;
    text-align:center;
}
#dd,#dd2 {
  margin-left: 0px;
  padding: 0 0 0 0;
 
}

#dd li,#dd2 li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  font: bold 11px verdana;
  
}

#dd li a.menu ,#dd2 li a.menu{
	display: block;
	text-align: center;
	background: #31C89F;
	padding: 4px 0px;
	margin: 0 0 0 0;
	color: #FEFF01;
	width: 131px;
	text-decoration: none;
	border-right: 1px solid #445c98;
}
#dd li a.menu:hover #dd li a.menu:hover{
  background: #445c98;
}

.submenu {
  background: #EAEBD8;
  border: 1px solid #5970B2;
  visibility: hidden;
  position: absolute;
  width:131px;
  z-index: 3;
}

.submenu a {
  display: block;
  font: 10px verdana;
  text-align: left;
  text-decoration: none;
  padding: 5px;
  color: #353E24;
}

.submenu a:hover {
  background:#31C89F;
  color: #FEFF01;
}
