/* this stylesheet is created by StrangeBanana (http://www.strangebanana.com)*/

body
{
background-color: rgb(0,0,0);
color: rgb(105,143,37);
font-family: 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(141,225,80);
}

#content
{
font-size: 115%;
background-color: rgb(255,255,255);
color: rgb(0,0,0);
border-left-width: 1px; border-right-width: 0px; border-top-width: 1px; border-bottom-width: 0px;
border-left-style: double; border-right-style: none; border-top-style: dotted; border-bottom-style: none;
padding: 26px 26px 26px 26px;
border-color: rgb(0,0,0);
text-align: left;
}

#menu
{
background-color: rgb(255,255,255);
color: rgb(104,195,0);
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
border-color: rgb(104,195,0);
}

a.menuitem
{
font-size: 140%;
background-color: rgb(255,255,255);
color: rgb(141,225,80);
font-variant: normal;
text-transform: none;
font-weight: bold;
margin-left: 11px; margin-right: 11px; margin-top: 11px; margin-bottom: 11px;
border-left-width: 0px; border-right-width: 0px; border-top-width: 8px; border-bottom-width: 8px;
border-left-style: none; border-right-style: none; border-top-style: groove; border-bottom-style: groove;
border-color: rgb(37,79,26);
text-align: right;
}

#logo, #logo a
{
font-size: 205%;
background-color: rgb(255,255,255);
color: rgb(37,79,26);
font-family: Courier New, Courier, monospace;
font-style: normal;
font-variant: normal;
text-transform: uppercase;
font-weight: bold;
padding: 9px 20px 18px 10px;
border-color: rgb(255,255,255);
text-align: right;
}

#trail, #trail a
{
font-size: 110%;
background-color: rgb(255,255,255);
color: rgb(105,143,37);
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
border-left-width: 0px; border-right-width: 0px; border-top-width: 1px; border-bottom-width: 15px;
border-left-style: none; border-right-style: none; border-top-style: solid; border-bottom-style: solid;
padding: 20px 10px 20px 10px;
border-color: rgb(105,143,37);
text-align: center;
}

#content a
{
color: rgb(105,143,37);
text-decoration: underline;
}

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

h1, h2, h3, h4, h5, h6
{
font-family: Courier New, Courier, monospace;
font-style: normal;
font-variant: normal;
text-transform: uppercase;
font-weight: normal;
}

h1
{
font-size: 165%;
}

h2
{
font-size: 154%;
}

h3
{
font-size: 143%;
}

h4
{
font-size: 132%;
}

h5
{
font-size: 121%;
}

h6
{
font-size: 110%;
}

#trail a
{
text-decoration: underline;
}

#logo a
{
text-decoration: none;
}

#menu a
{
text-decoration: none;
}

#trail a:hover
{
}

.menuitem:hover
{
background-color: rgb(141,225,80);
color: rgb(255,255,255);
}

/* layout */
#menu		{width: 25%; position: relative; top: 0; right: 0; float: right; text-align: center;}
.menuitem		{width: auto;}
#content		{margin-right: 25%; width: auto}
.menuitem		{display: block;}
.container		{ width: 1000px; margin-left:auto; margin-right:auto;}

@media print
{{
#menu       {display: none;}
#content    {padding: 0px;}
#content a  {text-decoration: underline;}
}}

