html,body{
	padding: 0;
	margin: 15px;
	background: #809315;
}
body{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
p{
	margin: 0 10px 10px;
	font-size: 11px;
}

DIV		{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	text-justify: auto;
}
TD {font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;}

INPUT		{font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;}
SELECT		{font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;}
TEXTAREA	{font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;}
FORM 		{font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;}


a{
	color: #6B8E23;
}

div#header{position:relative}

div#header h1{
	height: 80px;
	line-height: 80px;
	margin: 0;
	padding-left: 10px;
	background: transparent;
	color: #79B30B;
}

div#header a{position:absolute;right:0;top:23px}

div#container{
	width: 870px;
	margin: 0 auto;
	background: White;	
	border: 1px double Black;
}


div#content p{line-height:1.4}

div#navigation{
	border-left: 1px solid Silver;
}
div#footer{
	background: transparent;
	color: Gray;
	border-top: 1px solid Silver;
}
div#footer p{margin:0;padding:5px 10px}
div#footer a{
	display: inline;
	padding: 0;
	color: Green;
}


div#wrapper{float:left;width:100%}
div#content{
	margin: 0px 150px;
}
div#navigation{
	float: left;
	width: 120px;
	margin-left: -870px;
	height: 500px;
}
div#extra{
	float: left;
	width: 150px;
	margin-left: -150px;
	height: 500px;
	background: transparent;
	font-size: 8px;
}

div#footer{
	clear: left;
	width: 100%;
	text-align: left;
}


.navcontainer {
	width: 870px;
	padding: 0px;
	margin: 0 0 10 0; /* border: 1px solid #8A2BE2;*/
	background: #fff;
}

/* pyramid */

#navPyra {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid Green;
}

#navPyra li {
	margin: 0;
	padding: 0 0px;
	display: inline;
	list-style-type: none;
}

#navPyra a:link, #navPyra a:visited {
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 6px 6px 6px;
	text-decoration: none;
	color: #6B8E23;
}

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
	color: #000;
	background: transparent url(higidus.gif) no-repeat bottom center;
}


.navcontainer_sub {
	width: 870px;
	padding: 0px 0px 0px 0px;
	margin: 0 0 15px 0px; /* border: 1px solid #8A2BE2;*/
	background: #fff;
}

/* pyramid */

#navPyra_sub {
	margin: 0;
	padding: 0 0 20px 10px; /*border-bottom: 1px solid Green;*/
}

#navPyra_sub li {
	margin: 0;
	display: inline;
	list-style-type: none;
}

#navPyra_sub a:link, #navPyra_sub a:visited {
	float: left;
	font-size: 11px; /*line-height: 14px;*/
	font-weight: bold;
	padding: 0 6px 6px 6px;
	text-decoration: none;
	color: #6B8E23;
	margin-left: 25px;
}

#navPyra_sub a:link.active, #navPyra_sub a:visited.active, #navPyra_sub a:hover {
	color: Black; /*background: transparent url(higidus.gif) no-repeat left;*/
}
