
/* Main containers */
body {
	padding:0;
	margin:0;
	font:92% Georgia, "Times New Roman", Times, serif;
	background:#f0f0f0 top center no-repeat;
	color:#222;
	text-align:center;
	line-height:1.5em;
}
#wrap {
	width:760px;
	text-align:left;
	margin:0 auto;
}
/* Header */
#headerimage {
	clear:both;
	width:760px;
	height:150px;
	margin:10px 0 10px 0;
	overflow:hidden;
	border:1px solid #008500;
}
/* HTML Tags */
a {
	text-decoration:none;
	font-weight:400;
	color:#a13538;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:0;
}
h2 {
	margin:0 0 12px 0;
	padding:0 0 8px;
	color:#008500;
	font-size:1.8em;
	font-weight:400;
	border-bottom:1px solid #269926;
}
h2 a {
	font-weight:400;
}
h3 {
	font-size:1.6em;
	font-weight:400;
	margin:0 0 2px 0;
	padding:5px 0;
	color:#008500;
	font-size:1.2em;
	font-weight:400;
	border-bottom:1px solid #269926;
}
h4 {
	color:#000;
	font-size:1em;
	border-bottom:1px solid #000;
	font-weight:400;
	margin:0 0 2px 0
}
p {
	margin:0 0 15px 0;
}
/* Top menu */
#topmenu {
	text-align:right;
	margin-top:0px;
}
#topmenu p {
	font-size:1.3em;
	line-height:1.9em;
	color:#FFE773;
	margin:0 0 0px 0;
}
#topmenu a {
	padding:6px 8px 7px 8px;
	font-weight:400;
	margin:0 0 0 0px;
	color:#008500;
}
#topmenu a:hover {
	background-color:#FFE773;
	color:#008500;
	text-decoration:none;
}
#topmenu a.active {
	background-color:#008500;
	color:#FFE773;
}
#topmenu a.active:hover {
	background-color:#008500;
	color:#FFE773;
}
/* Content area */
#content {
	background:#FFE773;
	text-align:left;
	padding:0;
	margin:0 215px 15px 0;
	border:1px solid #008500;
	width:760px;
}
#content img {
	margin:5px 0;
}
.full, .left, .right {
	overflow:hidden;
}
.full {
	clear:left;
	margin:15px 15px 0 15px;
	width:730px;
}
.full-menu {
	clear:left;
	margin:10px 10px 0 10px;
	width:740px;
}
.left {
	float:left;
	background-color:#FFE773;
	margin:15px 0 5px 15px;
	width:300px;
}
.left-menu {
	float:left;
	background-color:#FFE773;
	margin:5px 0 5px 10px;
	width:365px;
}
.left-menu-nest {
	float:left;
	background-color:#FFE773;
	margin:5px 0 5px 0px;
	width:365px;
}

.right {
	float:right;
	margin:15px 15px 5px 0;
	width:300px;
}
.right-menu {
	float:right;
	margin:5px 10px 5px 0;
	width:365px;
}
.right-menu-nest {
	float:right;
	margin:5px 0px 5px 0;
	width:365px;
}

/* Footer */
#footer {
	font-size:0.9em;
	clear:both;
	width:760px;
	line-height:1.4em;
	color:#777;
	font-weight:400;
	margin-bottom:10px;
}
#footer a {
	color:#777;
	font-weight:400;
	text-decoration:none;
	border-bottom: 1px dotted #888;
}
/* Various classes */
.centered {
	text-align:center;
}
.hide {
	display:none;
}
.clear {
	clear:both;
	width:760px;
	visibility:hidden;
}
