/*
213800 -> D9E5CA
5F704A -> B8D492

color 1 - primary background, navigation, headlines
color 2 - secondary background, borders, headlines
color 3 - link colors on navigation
color 4 - hover colors on navigations

main_link_color_norm
main_link_color_visit
main_link_color_active
main_link_color_hover
*/

/*  CORE CSS  */

html, body {
	background: #213800;
	margin: 0px;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
    height: 100%;
}

p {
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	text-align: justify;
}

a:link {
	color: #main_link_color_norm;
}

a:visited {
	color: #main_link_color_visit;	
}

a:active {
	color: #main_link_color_active;
}

a: hover {
	color: #main_link_color_hover;	
}

h1 {
	font-size: 18pt;
	color: #5F704A;
	font-weight: bold;
}

h2 {
	font-size: 16pt;
	color: #5F704A;
	font-weight: bold;
}

h3 {
	font-size: 14pt;
	color: #5F704A;
	font-weight: bold;
}

h4 {
	font-size: 12pt;
	color: #5F704A;
	font-weight: bold;
}

h1.title {
	font-size: 20pt;
	color: #D9E5CA;
	font-weight: bold;
	margin: 0px 0px 0px 70px;
}

h2.tagline {
	font-size: 12pt;
	color: #D9E5CA;
	font-weight: bold;
	margin: 0px 0px 10px 70px;
}

h3.navheadline {
	color: #B8D492;
	background: #213800;
	border: 1px #B8D492 solid;
	border-right: 0px;
	border-left: 5px #B8D492 solid;
	padding: 6px;
	font-size: 10pt;
	text-align: center;
}

blockquote {
	background: #D9E5CA;
	border: 1px #213800 dashed;
	padding: 10px;
}

/* CLASSES */

#overwrap {
	background: #213800;
	margin: 0px auto;
	height: 100%;
}

#header {
	height: 94px;
	background: #5F704A;
	width: 500px;
	border-left: 4px #D9E5CA solid;
}

#header2 {
	height: 94px;
	background: #5F704A;
	width: 250px;
	border-right: 4px #D9E5CA solid;
}

#space {
	height: 35px;
	border-bottom: 3px #B8D492 solid;
	border-top: 3px #D9E5CA solid;
}

#space2 {
	height: 15px;
	background: #5F704A;
}

#content {
	background: #FFFFFF;
	height: 100%;
}

#contenttable {
	width: 100%;
	height: 100%;
}

#leftcol {
	background: #5F704A;
	width: 150px;
	height: 100%;
	padding: 10px;
	padding-right: 0px;
}

#maincol {
	background: #FFFFFF;
	width: auto;
	height: 100%;
	padding: 10px 15px;
	border-left: 5px #B8D492 solid;
}

#rightcol {
	background: #5F704A;
	width: 10px;
	height: 100%;
}

#footer {
	height: 40px;
	margin: 15px;
	color: #D9E5CA;
}


#bottom {
	border-bottom: 3px #B8D492 solid;
}

/*   NAVIGATION   */

#navwrap {
	background: #B8D492;
	width: 100%;
	margin: 0px 0px 0px auto;
	padding: 0px;
	font-family: georgia, serif;
	font-size: 13px;
	text-align: center;
}

ul#navcontent {
	text-align: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

ul#navcontent li {
	display: block;
	margin: 0px;
	padding: 0px;
	border: 1px #213800 solid;
}

ul#navcontent li a {
	display: block;
	width: 100%;
	padding: 0.5em 0 0.5em 2em;
	border-width: 0px;
	border-left: 10px #B8D492 solid;
	color: #B8D492;
	text-decoration: none;
	background: #5F704A;
}

#navwrap>ul#navcontent li a {
	width: auto;
}

ul#navcontent li#active a {
	background: #B8D492;
	color: #5F704A;
}

ul#navcontent li a:hover, ul#navcontent li#active a:hover {
	color: #D9E5CA;
	background: #213800;
	border-left: 10px #D9E5CA solid;
}

/*   LEFT NAVIGATION   */

#leftnav {
	margin: 0px;
	padding: 5px;
	line-height: 12pt;
	width: 130px;
}

#leftnav ul, #leftnav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 120px;
}

#leftnav a:link, #leftnav a:visited {
	color: #D9E5CA;
	width: 120px;
	text-decoration: none;
}

#leftnav li a:hover {
	color: #213800;
	background: #D9E5CA;
	width: 120px;
	text-decoration: none;
}
