/* CSS Document */

body {
	margin:0;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:0.74em;
	color:#555555;
	background-color:#FDFDFD;
	text-align:left;
}

input {
	background-color:#FFFFFF;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#94ae62;
	border:1px solid #249898;
	margin-bottom:2px;
}
input[type=submit] {
	background-color:#FFFFFF;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	border:1px solid #249898;
	margin-bottom:2px;
}

a {
	color:#249898;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#B6CF84;
}

ol,ul {

}

li {
	list-style-image:url(../images/backgrounds/li.gif);
	line-height:20px;
	text-align: left;
}

#menu {
	width:78%;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:35px;
	padding-right:35px;
	background-color:#94AE62;
	color:#FFFFFF;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform:lowercase;
	background-image:url(../images/backgrounds/menu.jpg);
}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:5px;	
}
#menu a:hover {
	border-bottom:1px solid #ffffff;
	border-left:1px solid #728d40;
	border-right:1px solid #e9ffb7;
	padding-left:9px;
	padding-right:9px;
	color:#000000;
	background-color:#FFFFFF;
	background-image:url(../images/backgrounds/a_hover.jpg);
}

#header {
	float:left;
	width:835px;
	margin:0 auto 0 auto;
}
#header h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:60px;
	text-transform:lowercase;
	font-weight:normal;
	color:#B6CF84;
	text-align:left;
	padding-left:35px;
}
#header h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:15px;
	text-transform:uppercase;
	text-align:left;
	font-weight:normal;
	color:#000000;
	border-bottom:1px solid #eeeeee;
}

#content {
	width:655px;
	/*margin: 0 auto 0 auto;*/
	text-align: justify;
	font-size:13px;
	line-height:20px;
	float: left;
	padding-left:5px;
	padding-bottom:10px;
	border-left:1px solid #eeeeee;
}

.introduction {
	float: left;
	font-family:Helvetica, Arial, sans-serif;
	text-align:justify;
	width:800px;
	line-height:20px;
	font-size:12px;
	color:#99B198;
	text-indent:0px;
	background-position:bottom left;
	padding-bottom:35px;
	padding-left:35px;
	background-repeat:no-repeat;
}

.highlight {
	line-height:20px;
	padding:30px;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#B6CF84;
}

.logo {
	float:left;
	padding-right:35px;
	padding-left:35px;
}
.clearer {
	clear:both;
}

#sidebar {
	width:150px;
	float:right;
	font-size:13px;
	padding-left:35px;
	padding-right:35px;
	color:#6C534A;
	text-align:left;
}
#sidebar h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:20px;
	text-transform:lowercase;
	font-weight:bold;
	border-top:1px solid #eeeeee;
	/*color:#728c40;*/
	color:#B6CF84;
	text-align:left;
}
.submenu {
}
.submenu a {
	display:block;
	width:150px;
	font-size:16px;
	background-image:url(../images/backgrounds/submenua.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding:0px;
	text-transform:lowercase;
}
.submenu a:hover {
	/*background-color:#003300;*/
	background-image:url(../images/backgrounds/submenua_hover.jpg);
	background-repeat:repeat-y;
	background-image:url(../images/backgrounds/submenub.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
#mainbar {
	margin-right:35px;
	padding-right:10px;
	border-right:1px solid #eeeeee;
	background-image:url(../images/backgrounds/mainbar.jpg);
	background-position:top right;
	background-repeat:no-repeat;/**/
}

#mainbar h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:25px;
	font-weight:bold;
	border-bottom:1px solid #eeeeee;
	color:#728c40;
}

#mainbar h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#B6CF84;
}

#mainbar p {
	padding:15px;
}

#mainbar .articleimg {
	float:right;
	padding:0px;
	/*border:1px solid #eeeeee;*/
	margin-left:20px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:20px;
}

.footer {
	width:78%;
	/*background-color:#b6cf84;
	background-image:url(../images/backgrounds/menu.jpg);
	border-top:1px solid #d8efa6;
	border-bottom:5px solid #94ae62;*/
	padding-top:5px;
	padding-bottom:5px;
	padding-left:35px;
	text-align:center;
	color:#b6cf84;
	padding-right:35px;
	float:left;
}
#footer a {
	color:#006600;
}
#footer a:hover {
	color:#009900;
}
