@charset "utf-8";

body, html {
	font: 100% Arial, Helvetica, sans-serif;
	background: white;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
}

#header {
	margin: 0;
	background-color: white;
	vertical-align: text-bottom;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

a {
	color: black;
}

#logo {
}

#mainmenu {
}

ul.menuitem {
	list-style-type: none;
	display: inline;
	margin: 0;
	margin-left: 1em;
	padding: 0;
}

li.menuitem {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9EC000;
}

.menuitem a {
	text-decoration: none;
	color: #889E21;
}

#sidebar1 {
	float: left;
	width: 13em;
	padding-top: 64px;
	padding-right: 16px;
	padding-bottom: 15px;
	padding-left: 16px;
	background-color: white;
}

#mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 15em;
	padding: 20px;
	background-image: url(../images/background_flat.png);
	background-repeat: repeat-x;
	background-position: top;
}

#footer {
	background-image: url(../images/background_bottom.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 32px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#footer p {
	margin: 0;
	font-size: 0.8em;
	color: white;
	text-align: right;
	padding: 10px 0;
}

#footer span {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: white;
	padding: 0 10px;
}

#footer a {
	color: white;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

#content {
	background-image: url(../images/background_flat.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0;
	margin: 0;
}

#sidebar1 {
	background-image: url(../images/background_left.png);
	background-repeat: repeat-x;
	background-position: right top;
}

#address {
	font-size: 0.8em;
	line-height: 120%;
	margin-top: 32px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #BBD639;
	color: #96AE24;
}

#sidebar1 ul {
	display: block;
	padding: 0px;
}

#sidebar1 li {
	list-style-type: none;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	background-color: white;
	font-size: 0.8em;
	font-weight: bold;
	color: #96AE24;
}

#sidebar1 a {
	color: #96AE24;
	text-decoration: none;
}


.HF {color: #666666; font-weight: bold; }
