/*******
******** MAIN STYLES FOR LAYOUT */

* {
	margin: 0px; padding: 0px;
}

body {
	background-color: #f3faeb; text-align: center; color: white;
}
body, input, select, textarea {
	font-family: Verdana, serif;
}

a {
	color: #517432; text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

hr {
	border: 0px; height: 1px; color: #e2e2e2; background-color: #e2e2e2;
}

input, select, textarea {
	background-color: white; border-width: 1px; border-color: #7c7c7c #c3c3c3 #dddddd #c3c3c3; border-style: solid;
	color: #7f7f7f; margin: 1px 0px; padding: 0px 4px;
}
input.submit {
	border: 0px none; background-color: #6c8552; color: white; text-transform: uppercase; font-size: 90%; padding: 0px;
}

ol ol, ol ul, ul ol, ul ul, td p, td td, td h3, td input, td select, td textarea, p input, p select, p textarea {
	font-size: 100%;
}
td {
	padding: 2px 4px;
}
td p {
	margin: 0px !important;
}

fieldset {
	border: 0px;
}
legend {
	display: none;
}

acronym {
	border-bottom: 1px dotted #00457c;
}


/* Just for print */
.printB, .printI, .printT {
	display: none;
}



/* MAIN LAYOUT */

#body {
	width: 800px; text-align: left; margin: 0px auto; background: #90b66a url(../images/main-bg.gif) top left repeat-y;
}


/* HEADER */
#header {
	font-size: .65em; height: 285px; padding-top: 4px;
}
#header h2 {
	display: none;
}

#top-nav {
	float: right; height: 18px; line-height: 18px; list-style-type: none;
}
#top-nav li {
	float: left; color: #6f914c; background: transparent url(../images/top-menu-sep.gif) left center no-repeat; padding: 0px 16px;
}
#top-nav li.fst {
	background-image: none;
}
#top-nav li.last {
	padding-right: 2px;
}
#top-nav li.current {
	color: #364c1f; font-weight: bold;
}
#top-nav li a {
	color: #6f914c; text-transform: uppercase; text-decoration: none;
}
#top-nav li.current a {
	color: #364c1f;
}
#top-nav li a:hover {
	text-decoration: underline;
}


/* MAIN MENU */
#menu {
	clear: both; width: 182px; list-style-type: none; padding-top: 14px;
}
#menu li {
	position: relative; width: 182px; vertical-align: text-bottom;
}
#menu li a {
	display: block; padding-left: 30px; padding-bottom: 1px; background: transparent url(../images/menu-li-line.gif) left bottom no-repeat;
}
#menu li a.current {
	background-image: none; padding-bottom: 0px; border-bottom: 1px solid #4b712b;
}

#menu li .submenu {
	position: absolute; width: auto; height: auto; left: 190px; top: 27px; list-style-type: none;
}
#menu li .submenu li {
	white-space: nowrap;
}
#menu li .submenu li a {
	background-image: none; padding: 0px; color: white; height: 18px; line-height: 18px;
	font-size: 120%;
}
#menu li .submenu li.current a {
	color: #4b712b;
}


/* LEFT CONTENT */
#left {
	float: left; width: 314px; padding: 18px 18px 20px 18px; border-top: 5px solid #6f9847;
	font-size: .8em;
}


/* MAIN CONTENT */
#main, #mainLeft, #mainRight {
	float: left; width: 449px; margin-left: 1px; border-top: 5px solid #537b31;
	font-size: .8em;
}
#main p, #mainLeft p, #mainRight p, #main ul, #main ol {
	margin-bottom: 14px;
}




/* CLEAR */
#clear {
	clear: left; height: 1px; font-size: 0px;
}


/* CONTENTS */
h1.graphic, h2.graphic, h3.graphic {
	margin-bottom: 20px;
}