/* Green/Green */
body
{
/* background-color: rgb(11,53,5);*/
background-color: #000000; 
color: rgb(82,243,57);
font-family: Trebuchet MS, sans-serif;
border-left-width: 6px; border-right-width: 6px; border-top-width: 6px; border-bottom-width: 
6px;
border-left-style: double; border-right-style: double; border-top-style: double; 
border-bottom-style: double;
border-color: rgb(218,242,215);
}

#content
{
font-size: 135%;
/* background-color: rgb(11,44,6); */
background-color: #000000;
/* color: rgb(82,243,57); */
/* color:  #00FF00; */
/* color: #FF003B; */
/* color: #008F60; */
/* color: #01B081; */
/* color: #40EFC0; */
color: palegreen;

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: 35px 35px 35px 35px;
border-color: rgb(0,0,0);
text-align: justify;
}

#menu
{
background-color: rgb(101,158,92);
color: rgb(11,44,6);
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
border-color: rgb(82,243,57);
}

a.menuitem
{
font-size: 138%;
background-color: rgb(0,0,0);
color: rgb(101,158,92);
font-variant: normal;
text-transform: none;
font-weight: normal;
margin-left: 12px; margin-right: 12px; margin-top: 12px; margin-bottom: 12px;
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(101,158,92);
text-align: left;
}

#logo, #logo a
{
font-size: 100%;
background-color: rgb(0,0,0);
color: rgb(38,178,16);
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: bold;
padding: 1px 14px 5px 10px;
border-color: rgb(11,44,6);
text-align: right;
}

#trail, #trail a
{
font-size: 119%;
background-color: rgb(255,255,255);
color: rgb(11,44,6);
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: 18px 18px 18px 18px;
border-color: rgb(0,0,0);
text-align: right;
}

#content a
{
color: rgb(101,158,92);
text-decoration: none;
}

#content a:hover, #content a:active
{
background-color: rgb(101,158,92);
color: rgb(11,44,6);
}

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

h1
{
font-size: 152%;
color: lightyellow;
}

h2
{
font-size: 110%;
color: #B1FFA0;
color: lightblue;
}

h3
{
font-size: 110%;
color: red;
}

h4
{
font-size: 95%;
}

h5
{
font-size: 80%;
color: lightblue;
font-family: Verdana, Helvetica, sans-serif;
}

h6
{
font-size: 80%;
color: #666699;
}

#menu a
{
text-decoration: none;
}

.menuitem:hover
{
background-color: rgb(101,158,92);
color: rgb(0,0,0);
}

#trail a
{
text-decoration: none;
}

#logo a
{
text-decoration: none;
}

#trail a:hover
{
}

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



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

