body 
{ 
	font: 14px "Trebuchet MS"; 
	margin:0;
	padding:0;	
	background: #999999;
}

h1 { font-size: 20px; line-height: 26px; }
h2 { font-size: 18px; line-height: 24px; }
h3 { font-size: 16px; line-height: 20px; }
h4 { font-size: 14px; line-height: 28px; }
h1,h2,h3,h4 { font-weight: bold; color: #000099;}

#wrapper{
	width:920px;
	margin:0 auto;
	margin-top:20px;
	background: #ffffff;
	border: 1px solid #666666;
	text-align: left;
}

#container{
	width:820px;
	margin:0 auto;
}

.menu {
	text-align: right;
	line-height: 50px;
}

#header_img{
	float:left;
}

#header_title{
	float:left;
	text-align:center;
	font-size:26px;
	font-weight:bold;
	color:#0060af;
	padding:14px 0 0 10px;
}

#body{
	padding:10px 0 20px 0;
}

.formvalue
{
	font-weight: bold;
	color: #0000ff;
}
/************* menu style*************/

.mnubox {
	float:left;
	width:311px;
	height:303px;
	background:#ccc;
}

.mnutxt {
	width:158px;
	margin:0;
	padding:0 0 2px 0;
	text-align:center;
	list-style-type:none; 
}


.mnutxt a
{
	display: block;
	padding: 3px;
	width: 152px;
	/*background-color: #036;
	border-bottom: 1px solid #eee;*/
}

.mnutxt a:link, .mnutxt a:visited
{
	color:#666666;
	text-decoration: none;
}

.mnutxt a:hover
{
	background-color:#000099;
	color: #fff;
}

ul#links {
	margin:0; 
	padding:0; 
	list-style:none;
}

ul#links  li {
	float:left;
	width:204px;
	display:inline;
	padding:2px 0;
	margin:1px 1px 0 0;
	background:#ccc;
	text-align:left;
}

#footer{
	padding:20px 0;
	text-align:center;
}

