@charset "utf-8";

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #669900;



}

a:link, a:visited{
	color: #669900;
	text-decoration: none;

}

a:hover{
	color: #FF9900;
	font-weight:bolder;
	

}



#pannel {
	text-align: center;
	vertical-align: top;
}

.BigType{

	font-size:24px;
	
}
#Header {
	height: 173px;
	width: 800px;
}
#main {
	margin-top: 2px;
	width: 550px;
	float: none;
	margin-left: 250px;
	padding: 10px;
}
#Footer {
	margin-top: 10px;
	width: 800px;
	clear: both;
}
.ClearFloat {
	clear: both;
}

#menu {
	width: 250px;
	background-color: #C3DBCD;
	float: left;
	height: 350px;
}
#menu ul {
	float: left;
	width: 150px;
	background-color: #C3DBCD;
	text-align: center;
	list-style-position: outside;
	list-style-type: none;
}
#menu a:link, a:visited {
	width: 250px;
	background-color: #C3DBCD;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

#menu a:hover {
	color:#FFFFFF;
}

