/* CSS Document */
body { 
	background-color:#3D742A;
	margin:0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #000; }
	
h1 {
	color:#3D742A;
	font-size: 14pt;
}
h2 {
	color:#780868;
	font-size: 12pt;
}
h3 {
	color:#780868;
	font-size: 10pt;
}
#header {
	background-color:#fff;
}

#navigation {height:30px;}

#navigation a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	display:block;
	padding:5px 10px;
	background-color:#999;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

#navigation a:hover {
	color:#3D742A;
	background-color:#ccc;
}

#content {
	background-color:#FFF;
}

#footer {
	background-color:#fff;
	border-top: 1px dashed #fff;
}
#footer p {
	padding-top:5px;
	margin-bottom:2px;
}
