* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #416b30;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #294c1b;
}

h1 {
	display: none;
}

h2 {
	font-size: 165%;
	font-weight: normal;
	color: #afcee5;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	color: #294c1b;
}

p, ul, ol {
	font-size: 100%;
}

p {
}

ul {
}

ol {
}

blockquote {
}

input, select, textarea {
	width: 300px;
	float: left;
	margin-bottom: 5px;
	background: #afcee5;
	border: 1px solid #000000;
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #000000;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header01 {
	background: url(images/header01.jpg) no-repeat center top;
	width: 800px;
	height: 110px;
	margin: 0 auto;
}

#header02 {
	background: url(images/header02.jpg) no-repeat center top;
	width: 800px;
	height: 110px;
	margin: 0 auto;
}

#header03 {
	background: url(images/header03.jpg) no-repeat center top;
	width: 800px;
	height: 110px;
	margin: 0 auto;
}

#header04 {
	background: url(images/header04.jpg) no-repeat center top;
	width: 800px;
	height: 110px;
	margin: 0 auto;
}

#header05 {
	background: url(images/header05.jpg) no-repeat center top;
	width: 800px;
	height: 110px;
	margin: 0 auto;
}

#header06 {
	background: url(images/header06.jpg) no-repeat center top;
	width: 800px;
	height: 110px;
	margin: 0 auto;
}

#header07 {
	background: url(images/header07.jpg) no-repeat center top;
	width: 800px;
	height: 110px;
	margin: 0 auto;
}

#header08 {
	background: url(images/header08.jpg) no-repeat center top;
	width: 800px;
	height: 110px;
	margin: 0 auto;
}

/* Menu */

#menu {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 40px;
	background: #000000 url(images/menu.jpg) no-repeat;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding-top: 10px;
    padding-left: 30px;
    padding-right: 20px;
    padding-bottom: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	border-right: 1px solid #404040;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #afcee5;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 35px;
}

#menu a:hover {
	background-color: #000000;
	background: url(images/menuhover.gif) no-repeat center top;
}

#menu .active a{
	background-color: #000000;
	background: url(images/menuon.gif) no-repeat center top;
	text-transform: uppercase;
	font-weight: bold;
}

/* Submenu */

#submenu a {
	padding-left: 15px;
	background: url(images/arrow.gif) no-repeat left center;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	background: #416b30 url(images/page.gif) repeat-y;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 190px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 30px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: url(images/divider.gif) repeat-x left bottom;
}

#sidebar h2 {
	margin: 0;
	padding: 10px;
	background: #294c1b;
	border: 0;
	text-transform: lowercase;
	font-size: 100%;
	font-weight: bold;
	color: #afcee5;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#news h3 {
	text-decoration: underline;
}

/* Content */

#content {
	float: right;
	width: 515px;
	padding: 20px 45px 0 20px;
}

#content img {
	border: 0;
}

#content ul {
	list-style-image: url(images/arrow.gif);
}

#content li {
	margin-left: 20px;
}

#content h1 {
	display: block;
	font-size: 200%;
	font-weight: bold;
	color: #294c1b;
}

#content .subtitle {
	font-size: 140%;
	font-weight: bold;
	color: #294c1b;
	clear: both;
}

#content .picleft {
	clear: both;
	float: left;
	margin-top: 5px;
	margin-left: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content .picright {
	clear: both;
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 0;
	margin-bottom: 10px;
}

#content .gototop {
	clear: both;
	float: right;
	border: 0;
}

#content .subtext {
	font-size: 70%;
}

.a {
	text-decoration: none;
}

.boxed {
	background: #afcee5;
	border: 1px dotted #000000;
	margin: 0 0 10px 0;
}

.boxed .title {
	margin: 0;
	padding: 5px 20px;
	background: #294c1b;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
	color: #afcee5;
}

.boxed .content {
	padding: 10px;
}

.boxed .content .align-center, .boxed .content .align-center a {
	width: 99%;
	text-align: center;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
}

.boxed .subtitle {
	font-size: 100%;
	font-weight: bold;
	color: #294c1b;
}

/* Search :: Redundant */

#search {
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search legend {
	display: none;
}

#search input {
	float: right;
	margin-bottom: 5px;
	background: #afcee5;
	border: 1px solid #000000;
	text-transform: lowercase;
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #000000;
}

#searchform {
	margin: 0;
	padding: 10px 20px 20px 20px;
}

#searchfield {
	width: 165px;
	padding: 2px 5px;
}

#search p {
	font-size: 77%;
}


#searchsubmit {
}

/* Footer */

#footer {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	padding: 22px 0 0 0;
	background: url(images/footer.jpg) no-repeat top;
}

#footer p {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 77%;
	color: #000000;
}

#footer a {
	color: #000000;
}

/* Generic */

.short {
	width: 150px;
}

.wide {
	width: 300px;
}

.button {
	float: left;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: #afcee5;
	border: 1px solid #000000;
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

.minitext {
	font-size: 8pt;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

/* SPRY Interactive stuff */

.CollapsiblePanel {
	margin: 0px;
	padding: 2px;
	border: solid 1px #294c1b;
}

.CollapsiblePanelTab {
	background: #294c1b url(images/popopen.gif) top right no-repeat;
	color: #afcee5;
	font-size: 140%;
	font-weight: bold;
	border: 0;;
	margin: 0px;
	padding: 2px;
	padding-left: 4px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.CollapsiblePanelTab .subtext {
	color: #afcee5;
	font-size: 50%;
	font-weight: bold;
	font-style: italic;
}

.CollapsiblePanelContent {
	background-color: #e8e8e8;
	color: #294c1b;
}

.CollapsiblePanelTab a {
	color: #294c1b;
	text-decoration: none;
}

.CollapsiblePanelOpen {
	background-color: #e8e8e8;
	color: #294c1b;
	border: solid 1px #294c1b;
}

.CollapsiblePanelOpen img {
	border: 1px solid #294c1b;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	border: 0;
	background: #294c1b url(images/popclose.gif) top right no-repeat;
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	border: 0;
}

.CollapsiblePanelFocused .CollapsiblePanelTab {
	border: 0;
}

.spacer {
	height: 10px;
}

.nospam {
	display: none;
}
