body {
	margin:0;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:0.74em;
	color:#555555;
	background-color:#FFFFFF;
	text-align:center;
}

input {
	background-color:#FFFFFF;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	border:1px solid #728c40;
	background-color:#94ae62;
	margin-bottom:2px;
}
input[type=submit] {
	background-color:#FFFFFF;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	border:1px solid #728c40;
	margin-bottom:2px;
}

a {
	color:#4D87CE;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#2a65ad;
}

li {
	list-style-image:url(../../shared/images/backgrounds/li.gif);
	line-height:20px;
	text-align:left;
}

#menu {
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#94AE62;
	margin-bottom:40px;
	color:#FFFFFF;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-variant:small-caps;
	background-image:url(../../shared/images/backgrounds/menu.jpg);
}

#menu a {
	color:#FFFFFF;
	text-decoration:none;
	margin-right: 40px;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
}

#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(../../shared/images/backgrounds/a_hover.jpg);
}

#header {
	width:750px;
	margin:0 auto 0 auto;
	margin-bottom:10px;
}

#header h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:20px;
	text-transform:uppercase;
	font-weight:normal;
	margin:0;
	padding:0;
	padding-top:5px;
	color:#736451;
	margin-bottom:10px;
	text-align:center;
}

#header h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:15px;
	text-transform:uppercase;
	text-align:center;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#000000;
	border-bottom:1px solid #eeeeee;
}

#content {
	width:720px;
	margin:0 auto 0 auto;
	text-align:left;
}

.introduction {
	font-family:Helvetica, Arial, sans-serif;
	line-height:20px;
	font-size:12px;
	color:#99B198;
	text-indent:25px;
	background-image:url(../../shared/images/backgrounds/desc.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-left:0;
	padding-right:200px;
	padding-bottom:35px;
	padding-top:0;
	
}

.clearer {
	clear:both;
}

#sidebar {
	width:160px;
	float:right;
	font-size:95%;
	color:#6C534A;
	text-align:left;
	margin-top:10px;
}
#sidebar h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:20px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eeeeee;
	color:#728c40;
	text-align:right;
}

#sidebar .sideimage {
	padding:3px;
	float: right;
}

#sidebar .logo {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.submenu {
}
.submenu a {
	display:block;
	width:100%;
	background-image:url(../../shared/images/backgrounds/submenua.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding:5px;
	padding-right:0;
}
.submenu a:hover {
	background-color:#eeeeee;
	background-image:url(../../shared/images/backgrounds/submenua_hover.jpg);
	background-repeat:repeat-y;
}
#mainbar {
	margin-right:185px;
	padding-right:35px;
	background-image:url(../../shared/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;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eeeeee;
	color:#728c40;
}

#mainbar p {
	padding:15px;
	line-height:20px;
}

#mainbar .articleimg {
	float:right;
	padding:5px;
	border:1px solid #eeeeee;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}

#mainbar .navimage {
	padding:5px;
	float: left;
	border:1px solid #eeeeee;
	margin-right:10px;
}

#mainbar a:hover .navimage {
	border:1px solid #000000;
}

#footer {
	width:100%;
	background-color:#b6cf84;
	border-top:1px solid #d8efa6;
	border-bottom:5px solid #94ae62;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	color:#FFFFFF;
}

#footer a {
	color:#006600;
}

#footer a:hover {
	color:#009900;
}

.msgdisplay {
	background-color:#1A4D3A; 
	color:#EBF5F2; 
	font-weight:bold;
	padding: 6px 10px 6px 10px;
	margin: 4px 5% 4px 5%;
}

.errdisplay {
	background-color:#8D271D; 
	color:#F0B8B6; 
	font-weight:bold;
	padding: 6px 10px 6px 10px;
	margin: 4px 5% 4px 5%;
}
	
#subscribeForm {
	width:720px;
	margin:0 auto 0 auto;
	text-align:left;
}

/* Status Messages */
.alert,
.warn,
.error {
	clear: both;
	padding: 5px;
	color: #000;
}

#alertmsg {
	border: 1px solid #A5D768;
}

.alert {
	background: #DDF0BD;
}

.alert strong,
.alert label {
	color: green;
}

#warn {
	border: 1px solid #FF8000;
}

.warn {
	background: #FFF6E5;
}

.warn strong,
.warn label {
	color: #FF8000;
}

#error {
	border: 1px solid #F3D5D5;
}

.error {
	background: #FFF1F1;
}

.error strong,
.error label {
	color: red;
}

.error input,
.error textarea {
	background: #FFF;
}

.required {
	font-weight: bold;
}