body {
	margin:-5px;
	background-color:white;
	text-align:center;
	font-family: Arial;
	font-size:12px;
	color: #686868;
}

#content td {
	font-family: verdana;
	font-size:12px;
	text-align:justify;
	padding: 10px;
	color: #686868;
}

#content td a {
	font-size: 12px;
	text-decoration: none;
}

#content td a:hover {
	color: #FF532E;
	font-size: 12px;
	text-decoration: none;
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;

}

#header tr a {
	font-size: 11px;
	text-decoration: none;
}
#header tr a:hover {
	color: #ff3300;
	font-size: 11px;
}

#header {
	/*position:absolute;*/
	z-index:1;
	top:70px;
	width:800px;
	background:white;
	text-align:right;
	height:600px;
	}

#content {
	position:absolute;
	top:295px;
	width: 800px;
	background:white;
}

#menu {
	position:absolute;
	top:25px;
	width: 100%;

}

#menu dl {
	float: left;
	width: 80Px;
	background-color: #C8F058;	
}

#menu dt {
	width: 80px;
	height: 20px;
	top:0px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background-color: white;
}
#menu dd {
	display: none;
	width: 80px;
	border: 1px solid #ffffff;
		}

#menu li {
	text-align: center;
	border: 1px solid #ffffff/*#D1D1D1*/;
	
				
}
#menu dt a{
	color: #00A0E2;
	text-decoration: none;
	display: block;
	height: 100%;
		}


#menu li a, {
	color:#5A5A5A;
	text-decoration: none;
	display: block;
	height: 100%;
	}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background-color: #ffffff;
	color:#FF0000;
	}