
body
{
background-color: rgb(0,0,0);
#color: rgb(102,190,159);
color: rgb(170,190,165);
font-family: Arial, Helvetica, sans-serif;
border-left-width: 0px; border-right-width: 0px; 
border-top-width: 19px; border-bottom-width:19px;
padding: 10px 10px 10px 10px;

}


#content
{
font-size: 92%;
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: 50px 50px 50px 50px;
border-color: rgb(0,0,0);
text-align: justify;
}

#menu
{
background-color: rgb(0,0,0);
color: rgb(255,255,255);
font-family: Trebuchet MS, sans-serif;
font-style: normal;
border-color: rgb(255,255,255);
}

a.menuitem
{
font-size: 126%;
background-color: rgb(146,169,140);
color: rgb(52,147,28);
font-variant: normal;
text-transform: none;
font-weight: normal;
margin-left: 17px; margin-right: 17px; margin-top: 17px; margin-bottom: 17px;
border-left-width: 1px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 
1px;
border-left-style: inset; border-right-style: none; border-top-style: none; 
border-bottom-style: solid;
border-color: rgb(170,190,165);
text-align: right;
}

#logo, #logo a
{
font-size: 100%;
#background-color: rgb(67,202,34);
background-color: white;
color: rgb(170,190,165);
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: bold;
padding: 5px 5px 5px 5px;
border-color: rgb(89,140,77);
text-align: right;
}

#trail, #trail a
{
font-size: 111%;
background-color: rgb(89,140,77);
color: rgb(170,190,165);
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
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: 10px 10px 10px 10px;
border-color: rgb(170,190,165);
text-align: right;
}

#content a
{
color: gray;
font-weight: bold;
padding: 1px;
text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6
{
font-family: Trebuchet MS, sans-serif;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: bold;
}

h1
{
font-size: 162%;
}

h2
{
font-size: 152%;
}

h3
{
font-size: 142%;
}

h4
{
font-size: 132%;
}

h5
{
font-size: 122%;
}

h6
{
font-size: 112%;
}

#menu a
{
text-decoration: none;
}

.menuitem:hover
{
background-color: rgb(52,147,28);
color: rgb(146,169,140);
}

#trail a
{
text-decoration: none;
}

#logo a
{
text-decoration: none;
}


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


@media print
{
#menu       {display: none;}
#content    {padding: 0px;}
#content a  {text-decoration: underline;}
}
