body{
	margin:0;
	color:#666666;
	font:11px/14px Arial, Helvetica, sans-serif;
	background:#fff url(../images/bg-body.jpg) no-repeat 50% 0;
	min-width:801px;
}
img{border-style:none;} 
a{
	color:#ff9900;
	text-decoration:underline;
	font-weight:bold;
	
}
a:hover{
	color:#0099ff;
	text-decoration:none;
	font-weight:bold;
	} 
.email{
	color:#0099ff;
	text-decoration:underline;
	font-weight:bold;
	
}
.email:hover{
	color:#ff9900;
	text-decoration:none;
	font-weight:bold;
	}
#wrapper {
	width:801px;
	margin:0 auto;
	padding:0px;
}
#main {
	width:100%;
	padding:0px;
	background:url(../images/bg.jpg) top no-repeat;
	float:left;
}
#content {
	margin-top:509px;
	width:790px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	}
#content-left {
	width:470px;
	float:left;
	line-height:20px;
	height:190px;
	}
#content-right {
	width:314px;
	float:right;
	text-align:center;
	line-height:22px;
	height:190px;
	}
#footer {
	width:840px;
	font-size:11px;
	color:#666666;
	float:left;
	line-height:14px;
	}
#footer p {
	width:840px;
	margin:2 0 2 0;
	text-align:justify;
	}
.green-text {
	font-size:24px;
	color:#66cc00;
	font-weight:bold;
	}



.menu_list {
	width: 840px;
	text-align:justify;
}
.menu_head {
	padding: 5px 0px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
	font-size:12px;
	text-decoration:underline;
}
.menu_body {
	display:none;
}
.menu_body a {
  display:block;
  color:#006699;
  background-color:#EFEFEF;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover {
  color: #000000;
  text-decoration:underline;
}
