/* this stylesheet is created by StrangeBanana (http://www.strangebanana.com)*/

body
{
background-color: rgb(255,255,255);
color: rgb(44,253,50);
font-family: Verdana, Geneva, 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(207,226,207);
}

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

#menu
{
background-color: rgb(0,0,0);
color: rgb(44,253,50);
font-family: Verdana, Geneva, sans-serif;
font-style: normal;
border-color: rgb(207,226,207);
}

a.menuitem
{
font-size: 134%;
background-color: rgb(0,0,0);
color: rgb(125,207,127);
font-variant: normal;
text-transform: none;
font-weight: bold;
margin-left: 9px; margin-right: 9px; margin-top: 9px; margin-bottom: 9px;
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(0,0,0);
text-align: left;
}

#logo, #logo a
{
font-size: 187%;
background-color: rgb(0,0,0);
color: rgb(255,255,255);
font-family: Verdana, Geneva, sans-serif;
font-style: italic;
font-variant: normal;
text-transform: none;
font-weight: bold;
padding: 7px 7px 7px 7px;
border-color: rgb(0,0,0);
text-align: right;
}

#trail, #trail a
{
font-size: 104%;
background-color: rgb(0,0,0);
color: rgb(44,253,50);
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: 7px 7px 7px 7px;
border-color: rgb(207,226,207);
text-align: center;
}

#content a
{
color: rgb(44,253,50);
text-decoration: underline;
}

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

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

h1
{
font-size: 160%;
}

h2
{
font-size: 150%;
}

h3
{
font-size: 140%;
}

h4
{
font-size: 130%;
}

h5
{
font-size: 120%;
}

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(125,207,127);
color: rgb(0,0,0);
}

/* layout */
#menu		{width: 23%; position: relative; top: 0; left: 0; float: left; text-align: center;}
.menuitem		{width: auto;}
#content		{margin-left: 23%; 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;}
}}

