/* It's not easy being green. */
/* This template is copyright Western Civilisation Pty Ltd <http://www.westciv.com>, but licensed to you under a Creative Commons Attribution License <http://creativecommons.org/licenses/by/1.0/>. Before you use this template you must agree to the full version of the license.
In brief, you may use this template for commercial and non-commercial purposes and make derivative works from it provided you give us credit by maintaining this comment which appears directly inside the <body> element and at the top of the CSS file. */
body {
	background-color: #6c8a0d;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

/* To place the main image at the top of the page. */
#container1 {
	background-color: #6c8a0d;
	background-image: url(images/header_image.gif);
	background-position: 185px 0px;
	background-repeat: no-repeat;
	height: 289px;
	margin: 0;
	width: 100%;
}

/* To place the image in the panel running down the right side of the page. */
#container2 {
	background-image: url(images/right_panel_bg.gif);
	background-position: top right;
	background-repeat: repeat-y;
	margin: 0;
}

/* Text that sits on top of the header image and says the name of the whole site */
#main-title {
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	letter-spacing: 5px;
	line-height: 1.5em;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 160px;
	padding-top: 250px;
	text-align: right;
}

/* Heading level 1 is not contained in main-text. */
h1 {
	background-color: #688a0f;
	border-left: 2px #fff solid;
	border-right: 2px #fff solid;
	border-top: 2px #fff solid;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0;
	margin-left: 185px;
	margin-right: 148px;
	margin-top: 0;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 5px;
	text-indent: 10px;
}

/* Styles for the main text on the page. */
#main-text {
	background-color: #c2e469;
	border-left: 2px #fff solid;
	border-right: 2px #fff solid;
	margin-bottom: 0;
	margin-left: 185px;
	margin-right: 148px;
	margin-top: 0;
}

p, ul, ol, table {
	font-size: .7em;
	line-height: 1.9em;
	margin: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

ol, ul {
	margin-left: 25px;
}

li {
	list-style: disc;
}

h2, h3, h4, h5, h6 {
	border-bottom: 1px solid #5b730a;
	color: #5b730a;
	font-size: .85em;
	font-weight: bold;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}

a:link, a:visited {
	border-bottom: 1px #6c8a0d dashed;
	color: #6c8a0d;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px #6c8a0d solid;
	text-decoration: none;
}

/* Styles for the navbar on the left side. */
#left-menu {
	left: 0;
	position: absolute;
	text-align: right;
	top: 50px;
	width: 190px;
}

#left-menu p {
	font-size: .8em;
	margin-bottom: 0px;
	padding-left: 0;
	padding-right: 20px;
}

#left-menu a:link, #left-menu a:visited {
	border-bottom: none;
	color: #fff;
}

#left-menu a:hover, #left-menu a.current {
	color: #000;
	text-decoration: none;
}

span.arrow {
	font-size: 1.2em;
}

/* Styles for the footer at the bottom of the page */
#footer {
	background-color: #fff;
	border-bottom: 3px #6c8a0d double;
	border-top: 3px #6c8a0d double;
	color: #6c8a0d;
	font-size: 0.8em;
	line-height: 21px;
	margin-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-top: 5px;
	text-align: center;
}

#footer a:link, #footer a:visited {
	border-bottom: none;
	color: #6c8a0d;
}

#footer a:hover {
	color: #6c8a0d;
	text-decoration: underline;
}

input, textarea {
	background-color: #a5c34f;
	border: 1px solid #5e6f28;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
