/* this stylesheet is created by StrangeBanana (http://www.strangebanana.com)*/

body
{
background-color: rgb(0,0,0);
color: rgb(59,206,108);
font-family: Trebuchet MS, sans-serif;
border-left-width: 0px; border-right-width: 5px; border-top-width: 18px; border-bottom-width: 16px;
border-left-style: solid; border-right-style: solid; border-top-style: solid; border-bottom-style: solid;
border-color: rgb(117,168,90);
}

#content
{
font-size: 130%;
background-color: rgb(0,0,0);
color: rgb(152,231,51);
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: 40px 40px 40px 40px;
border-color: rgb(0,0,0);
text-align: left;
}

#menu
{
background-color: rgb(255,255,255);
color: rgb(133,182,138);
font-family: Trebuchet MS, sans-serif;
font-style: normal;
border-color: rgb(77,216,20);
}

a.menuitem
{
font-size: 152%;
background-color: rgb(0,0,0);
color: rgb(255,255,255);
font-variant: small-caps;
text-transform: none;
font-weight: bold;
margin-left: 17px; margin-right: 17px; margin-top: 7px; margin-bottom: 7px;
border-left-width: 1px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px;
border-left-style: dashed; border-right-style: solid; border-top-style: none; border-bottom-style: double;
border-color: rgb(133,182,138);
text-align: center;
}

#logo, #logo a
{
font-size: 237%;
background-color: rgb(255,255,255);
color: rgb(77,216,20);
font-family: Verdana, Geneva, sans-serif;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
padding: 16px 16px 16px 16px;
border-color: rgb(255,255,255);
text-align: center;
}

#trail, #trail a
{
font-size: 122%;
background-color: rgb(0,0,0);
color: rgb(157,237,146);
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: bold;
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: 16px 16px 16px 16px;
border-color: rgb(0,0,0);
text-align: left;
}

#content a
{
color: rgb(117,168,90);
text-decoration: none;
}

#content a:hover, #content a:active
{
background-color: rgb(117,168,90);
color: rgb(0,0,0);
}

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

h1
{
font-size: 174%;
}

h2
{
font-size: 160%;
}

h3
{
font-size: 146%;
}

h4
{
font-size: 132%;
}

h5
{
font-size: 118%;
}

h6
{
font-size: 104%;
}

#trail a
{
text-decoration: none;
}

#logo a
{
text-decoration: none;
}

#menu a
{
text-decoration: none;
}

#trail a:hover
{
}

.menuitem:hover
{
background-color: rgb(255,255,255);
color: rgb(0,0,0);
}

/* layout */
.menuitem		{display: inline;}
.container		{ width: 1000px; margin-left:auto; margin-right:auto;}

@media print
{{
#menu       {display: none;}
#content    {padding: 0px;}
#content a  {text-decoration: underline;}
}}

