﻿/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #9FB457 url(images/homepage01.jpg) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h3 {
	margin: 0px;
	color: #0D5D1D;
}

h2 {
	margin: 0px;
	color: #0D5D1D;
}

h1 {
	margin: 0px;
	color: #0D5D1D;
}

h1 {
}

h2 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: normal;
}

h3 {
	margin-bottom: 10px;
	font-size: 11px;
}

/** TEXTS */

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E8E8E;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E8E8E;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E8E8E;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E8E8E;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E8E8E;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E8E8E;
}

dl {
	margin-top: 0px;
	margin-bottom: 1.7em;
	text-align: justify;
}

ol {
	margin-top: 0px;
	margin-bottom: 1.7em;
	text-align: justify;
}

ul {
	margin-top: 0px;
	margin-bottom: 1.7em;
	text-align: justify;
}

p {
	margin-top: 0px;
	margin-bottom: 1.7em;
	text-align: justify;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	padding-left: 12px;
	background: url(images/homepage13.gif) no-repeat 0px 5px;
}

/** LINKS */

a {
	color: #87AB02;
}

a:hover {
	text-decoration: none;
}

.more {
	padding-left: 12px;
	background: url(images/homepage13.gif) no-repeat 0px 5px;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

img.border {
	padding: 2px;
	border: 1px solid #969696;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** HEADER */

#header {
	width: 754px;
	height: 182px;
	padding: 62px 0px 0px 0px;
}

/** MENU */

#menu {
	width: 480px;
	height: 182px;
	background: url(images/subpage1_01.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	float: left;
	display: block;
}

#menu a {
	display: block;
	float: left;
	width: 96px;
	height: 102px;
	padding: 80px 0px 0px 0px;
	background: url(images/spacer.gif);
	
	text-align: center;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu .active a {
	background: url(images/homepage03.jpg) no-repeat left top;
}

#menu a:hover {
	background: url(images/homepage03.jpg) no-repeat left top;
}

/** PAGE */

#page {
	width: 754px;
	background: #FFFFFF url(images/homepage04.gif) repeat-y left top;
}

#page.wide {
	background: #FFFFFF;
}

/** CONTENT */

#content {
	width: 463px;
	padding: 25px;
	background: url(images/homepage06.gif) repeat-x left top;
	border: 3px solid #FFFFFF;
}

.wide #content {
	width: auto;
}

/** SIDEBAR */

#sidebar {
	width: 167px;
	padding: 25px 34px 25px 28px;
	/**background: url(images/homepage05.gif) repeat-x left top;*/
	background-color:maroon;
	border: 3px solid maroon;
}

#sidebar img.border {
	border-color: #555555;
}

#sidebar h4
{
	color: #ffffff;
}

#sidebar h3
{
	color: #ffffff;
}

#sidebar h2
{
	color: #ffffff;
}

/** FOOTER */

#footer {
	width: 754px;
	height: 105px;
	margin: 0px auto;
	background: url(images/homepage07.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	color: #6FA574;
}