body
{
	margin: 15px 3%;	/* margin instead of padding for the gutterspace around 
	 			   the layout because IE breaks the layout when 
	 			   horizontal padding is applied to the body element.
	 			   % over pixels for that horizontal gutterspace so that
	 			   it automatically goes below 20px on low-res browsers
	 			   to create more space for the content. */
	font-size: 100.1%;	/* resolve some font size issues in some layouts for
				   some browsers. (in other words, i got no clue.) */
}
#pageWrapper
{
width: 760px;
margin: 0 auto; 
background-color: #9FC266;
color: rgb(105,134,210);
font-family: Verdana, Arial, Helvetica, sans-serif;
border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px;
border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;
border-color: rgb(178,180,219);
}

#content
{
font-size: 101%;
background-color: rgb(255,255,255);
color: rgb(0,0,0);
border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px;
border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;
padding: 6px 6px 6px 6px;
border-color: rgb(0,0,0);
text-align: justify;
}

#menu
{
background-color: #9FC266;
color: rgb(255,255,255);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: italic;
text-indent: 14;
border-color: rgb(165,190,215);
}

#menu a
{
background-color: #9FC266;
color: rgb(255,255,255);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: italic;
text-indent: 14;
border-color: rgb(165,190,215);
}

#menu a:hover
{
background-color: #9FC266;
color: #55820D;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: italic;
text-indent: 14;
border-color: rgb(165,190,215);
}


a.menuitem
{
font-size: 121%;
background-color: rgb(255,255,255);
color: rgb(23,77,98);
font-variant: normal;
text-transform: none;
font-weight: bold;
margin-left: 9px; margin-right: 10px; margin-top: 16px; margin-bottom: 5px;
border-left-width: 9px; border-right-width: 9px; border-top-width: 9px; border-bottom-width: 9px;
border-left-style: solid; border-right-style: solid; border-top-style: solid; border-bottom-style: solid;
border-color: rgb(178,180,219);
text-align: left;
}

#logo, #logo a
{
height:200px;
background-image: url(./images/top.jpg);
font-size:  175%;
background-color: rgb(165,190,215);
color: rgb(255,255,255);
font-family: Times New Roman, serif;
font-style: italic;
font-variant: normal;
text-transform: none;
font-weight: normal;
text-indent: 50;

border-color: rgb(57,180,187);
text-align: left;
}

#trail, #trail a
{
height:30px;
 
font-size: 87%;
background-color: #9FC266;
color: #55820D;
font-style: italic;
font-variant: normal;
text-transform: none;
font-weight: normal;
 
border-color: rgb(26,183,250);
text-align: left;
}

#content a
{
color: #55820D;
text-decoration: underline;
}

#content a:hover, #content a:active
{
background-color: rgb(255,255,255);
color: #202A11;
}

h1, h2, h3, h4, h5, h6
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
}

h1
{
font-size: 123%;
}

h2
{
font-size: 111%;
}

h3
{
font-size: 99%;
}

h4
{
font-size: 87%;
}

h5
{
font-size: 75%;
}

h6
{
font-size: 63%;
}

#menu a
{
text-decoration: none;
}

.menuitem:hover
{
background-color: rgb(23,77,98);
color: rgb(255,255,255);
}

#trail a
{
text-decoration: none;
}

#logo a
{
text-decoration: none;
}

#trail a:hover
{
}

/* layout */
#menu		{width: 30%; position: relative; top: 0; left: 0; float: left; text-align: left;}
.menuitem		{width: auto;}
#content		{margin-left: 30%; width: auto}
.menuitem		{display: block;}



/* CMSimple */


ul.menulevel1,ul.menulevel2,ul.menulevel3,ul.sitemaplevel1,ul.sitemaplevel2,ul.sitemaplevel3,ul.submenu,ul.search
{
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}
li {
	line-height: 1.37
}

li.doc {
	padding-left: 18px;
	 
}

li.docs {
	padding-left: 18px;
}

li.sdoc {
	padding-left: 18px;
}

li.sdocs {
	padding-left: 18px;
}


.menulevel1,.menulevel2,.menulevel3,.navigator,.sitemaplevel1,.sitemaplevel2,.sitemaplevel3,.submenu {
	font-weight: bold;
	text-decoration: none;
}
.menulevel1 a:link,.menulevel1 a:visited,.menulevel1 a:active,.menulevel2 a:link,.menulevel2 a:visited,.menulevel2 a:active,.menulevel3 a:link,.menulevel3 a:visited,.menulevel3 a:active,.locator a:link,.locator a:visited,.locator a:active,.navigator a:link,.navigator a:visited,.navigator a:active,.sitemaplevel1 a:link,.sitemaplevel2 a:link,.sitemaplevel3 a:link,.sitemaplevel1 a:visited,.sitemaplevel2 a:visited,.sitemaplevel3 a:visited,.sitemaplevel1 a:active,.sitemaplevel2 a:active,.sitemaplevel3 a:active,.submenu a:link,.submenu a:visited,.submenu a:active {
	text-decoration: none;
	 
}
.menulevel1 a:hover,.menulevel2 a:hover,.menulevel3 a:hover,.locator a:hover,.navigator a:hover,.sitemaplevel1 a:hover,.sitemaplevel2 a:hover,.sitemaplevel3 a:hover,.submenu a:hover {
	text-decoration: underline; 
}


.edit {
	font-size:9px;
	color: #555;
	background-color: buttonface;
}
.edit a:link,.edit a:visited,.edit a:active {
	font-weight: normal;
	color: #555;
	font-size:9px;
	text-decoration: none;
}
.edit a:hover {
	text-decoration: underline;
}
input,select {font-size:9px;}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	width:98%;
	text-align: left;
}
#text {
	text-align: left;
	font-size: small;
}

IMG.sch {
position: relative;
border: 0px solid #fff;
padding: 0px;
margin-right: 0px;
margin-left: 18px;
margin-top: 18px;

background-color: #55820D;
}  

IMG.li {
display: block;
position: relative;
margin: -6px 6px 6px -6px;
padding: 4px;
float: left;
margin-right: 10px;
margin-left: 5px;
}
 
IMG.re {
display: block;
position: relative;
margin: -6px 6px 6px -6px;
padding: 4px;
float: right;
margin-right: 10px;
margin-left: 5px;
}

.searchbox {
	margin: 5px 2px 5px 18px;
}

.searchbox .submit {
	font-size: 9px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #55820D;
	margin-bottom: 5px;
}
.searchbox .text {
	font-size: 9px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #55820D;
	margin-bottom: 5px;
}
.submenu {
	font-size: 100%;
	font-weight: normal;
	margin: 0px 2px 10px 10px; 
}

 
#login,#login a,#login a:link,#login a:visited,#login a:active,#login a:hover {
	font-weight: normal;
	font-size: 85%;
	color: #9FC266;
	text-decoration: none;
	padding-left: 18px;
}


.lastupdate {
	
	font-size: x-small;
	font-weight: normal;
	color: #171717;
	text-align: left;
	padding-left: 18px;
    letter-spacing:-0.5pt
}

#mainmenu {
	margin: 5px 2px 5px 18px;
}