body {
	background: #ECEBEB;
    font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
}
#container {
	margin: 10px auto;
	background: #FFFFFF;
	width: 920px;
	border: #CCCCCC;
	border-style: solid;
	border-width: thin;
	text-align: justify;
	line-height: 150%;
}
#header {
	margin: 5px;
	padding: 5px;
	background: #FFFFFF;
	text-align: center;
}
#topmenu {
	background-color: #0AC148;
	border-top: #70FF4E solid medium;
	border-bottom: #CCC solid thin;
	margin: 0px;
	padding: 3px 10px;
}	
#topmenu a {
	font-weight: bold;
	color: #FFF;
	padding: 6px 10px;
}
#topmenu a:hover {
	text-decoration: none;
	background-color: #70FF4E;
}
#content {
	margin: 5px;
	padding: 0px 10px 0px 10px;
	width: 670px;
	font-size: 15px;
	color: #333;
}
#sidebar {
	float: right;
	margin: 5px 5px 5px 10px;
	width: 200px;
        text-align: left;
}
#footer {
	background: #FFFFFF;
	margin: 0px;
	text-align: center;
}
a {
	color: #2A9200;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
.small {
	color: #A5A2A2;
	text-decoration: none;
	font-size: x-small;
}
h1 {
	font-size: xx-large;  
	color: #000;
}
h2 {
	font-size: x-large;
	color:#2A9200;
}
h3 {
	font-size: large;
}
h4 {
	font-size: smaller;
}
ul {
	list-style-type: circle;
}