body{
	background-color: #FFFFCC;
	font-family: Arial;
	font-size: 14px;
	line-height: 24px;
	color: #006666;
}

#mainbody{
	width: 978px;
}

#menu {
	width: 120px;
	float: left;
}
#menu ul {
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	font-family: Arial;
	font-weight: bold;
	height: 48px;
}
#menu li a {
	color: #FFFFCC;
	background-color: #0DB466;
	border: 6px outset #0DB466;
	width: 120px;
	text-decoration: none;
	display: block;
	height: 20px;
}
#menu li a:hover {
	color: #006666;
	background-color: #FFFFCC;
	border: 6px inset #FFFFCC;
}

#tabs {
	text-align: center;
	height: 40px;
}

#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#tabs ul li {
	margin: 0;
	padding: 0;
	display: inline;
	text-align: center;
	list-style: none;
	font-family: Arial;
	font-weight: bold;
}
#tabs li a {
	color: #ffffcc;
	background-color: #0db466;
	border: 6px outset #0db466;
	padding: 0px;
	text-decoration: none;
	display: inline;
}
#tabs li a:hover {
	color: #006666;
	background-color: #ffffcc;
	border: 6px inset #FFFFCC;
}

#toppic{
	width: 778px;
	float: right;
}

#content{
	width: 778px;
	float: right;
}

#footer{
	font-size: 10px;
	line-height: 0px;
	border: 1px solid #006666;
	clear: both;
}

h1{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

h2{
	font-size: 18px;
	font-weight: bold;
}

h3{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.style1{
	font-weight: bold;
	text-align: center;
}

a{
	color: #330000;
}

a:hover{
	color: #FFFFCC;
	background-color: #006666;
}

td, th{	
	font-family: Arial;
	font-size: 14px;
}