@charset "utf-8";
/* CSS Document */

body {
	background-color:#1f582e;
	margin:10px;
	font-family:"Century Gothic"
}
p {font-size: 14px; }


.content {
	width:857px;
	margin-left:auto;
	margin-right:auto;
}

.topmenu a:link, .topmenu a:visited {
	display:block;
	background-color: #f3e5a1;
	color:#1f582e;
	width:150px;
	padding:3px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	border:#f3e5a1 1px solid;
}
.topmenu a:active, .topmenu a:hover {
	background-color:#1f582e;
	color: #f3e5a1;
	border:#f3e5a1 1px solid;	
}
.pageheading {
	width:857px;
	margin-left:auto;
	margin-right:auto;
	color: #f3e5a1;
	font-weight:normal;
}
.footer {
	margin-top:20px;
	margin-bottom:20px;
	color:#fff;
	width:857px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	text-align:center;
	border-top:#fff 1px solid;	
}
.footer a:link, .footer a:visited, .footer a:active, .footer a:hover {
	color:#fff;
}
.footer a:active, .footer a:hover {
	text-decoration:none;
}
.main {
	color: #f3e5a1;
}
.main h1 {
	font-weight:normal;
}
.main a:link, .main a:visited, .main a:active, .main a:hover {
	color:#fff;
}
.main a:active, .main a:hover {
	text-decoration:none;