body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}
#main {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	height: 440px;
	width: 780px;
	margin-top: 10px;
}
#top {
	float: left;
	background-color: #FFFFFF;
	height: 80px;
	width: 630px;
	padding-left: 150px;
}
#center {
	float: left;
	background-color: #FFFFFF;
	height: 360px;
	width: 780px;
}
#left {
	float: left;
	background-color:#FFFFFF;
	height: 310px;
	width: 140px;
	padding-left: 10px;
	padding-top: 50px;
}
#left dt {
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style:none; 
}
#left a {
	text-decoration: none;
	color: #99CC00;	
}
#left a:hover {
	text-decoration: none;
	color: #666666;	
	background-color: ;
}
#content { 
	float: left;
	background-color: #FFFFFF;
	height: 360px;
	width: 630px;
}
	#text {
	float: left;
	background-color: #FFFFFF;
	height: 300px;
	width: 550px;
	padding-top: 10px;
	padding-right: 80px;
	}
	#text h1 {
	font-size:16px;
	font-weight: 600;
	color: #99CC00;
	}	
	#text p {
	font-size:11px;
	font-weight: normal;
	color: #000000;
	}
	#text li {
	font-size:11px;
	font-weight: normal;
	list-style-position:outside;
	list-style-type:square;
	}
	#bottom { 
		float: left;
		background-color: #FFFFFF;
		height: 50px;
		width: 630px;
		color: #99CC00;	
		font-weight: 700;

	}
	#bottom a { 
	text-decoration: none;
	color: #99CC00;	
	}
