/* this stylesheet is created by StrangeBanana (http://www.strangebanana.com)*/
body
{
background-color: rgb(0,108,5);
color: rgb(154,50,240);
font-family: Trebuchet MS, 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(148,227,83);
}

#content
{
font-size: 18px;
background-color: rgb(255,255,255);
color: rgb(0,0,0);
border-left-width: 13px; border-right-width: 13px; border-top-width: 0px; border-bottom-width: 0px;
border-left-style: none; border-right-style: solid; border-top-style: ; border-bottom-style: none;
padding: 8px 8px 8px 8px;
border-color: rgb(255,255,255);
text-align: left;
}

#menu
{
background-color: rgb(255,255,255);
color: rgb(178,247,130);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
border-color: rgb(255,255,255);
}

a.menuitem
{
font-size: 21px;
background-color: rgb(255,255,255);
color: rgb(56,107,20);
font-variant: normal;
text-transform: none;
font-weight: normal;
margin-left: 14px; margin-right: 14px; margin-top: 14px; margin-bottom: 14px;
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(56,107,20);
text-align: center;
}

#logo, #logo a
{
font-size: 24px;
background-color: rgb(255,255,255);
color: rgb(64,84,47);
font-family: Palatino, serif;
font-style: italic;
font-variant: normal;
text-transform: none;
font-weight: bold;
padding: 10px 19px 10px 7px;
border-color: rgb(0,108,5);
text-align: center;
}

#trail, #trail a
{
font-size: 16px;
background-color: rgb(0,108,5);
color: rgb(154,50,240);
font-style: normal;
font-variant: small-caps;
text-transform: none;
font-weight: normal;
border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-width: 1px;
border-left-style: solid; border-right-style: solid; border-top-style: solid; border-bottom-style: solid;
padding: 0px 0px 19px 1px;
border-color: rgb(255,255,255);
text-align: right;
}

#content a
{
color: #006C05;
text-decoration: none;
}

#content a:hover, #content a:active
{
color: #00B009;
}

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

h1
{
font-size: 169%;
}

h2
{
font-size: 155%;
}

h3
{
font-size: 141%;
}

h4
{
font-size: 127%;
}

h5
{
font-size: 113%;
}

h6
{
font-size: 99%;
}

#menu a
{
text-decoration: none;
}

.menuitem:hover
{
background-color: rgb(64,84,47);
color: rgb(255,255,255);
}

#trail a
{
text-decoration: none;
}

#logo a
{
text-decoration: none;
}

#trail a:hover
{
}

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


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

