/* this stylesheet is created by StrangeBanana (http://www.strangebanana.com)*/

body
{
background-color: rgb(94,220,68);
color: rgb(33,85,12);
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(86,101,63);
}

#content
{
font-size: 116%;
background-color: rgb(33,85,12);
color: rgb(255,255,255);
border-left-width: 0px; border-right-width: 9px; border-top-width: 0px; border-bottom-width: 0px;
border-left-style: none; border-right-style: ridge; border-top-style: none; border-bottom-style: none;
padding: 32px 32px 32px 32px;
border-color: rgb(0,0,0);
text-align: left;
}

#menu
{
background-color: rgb(179,241,138);
color: rgb(33,85,12);
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
border-color: rgb(33,85,12);
}

a.menuitem
{
font-size: 141%;
background-color: rgb(104,169,121);
color: rgb(33,85,12);
font-variant: normal;
text-transform: none;
font-weight: bold;
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(86,101,63);
text-align: right;
}

#logo, #logo a
{
font-size: 207%;
background-color: rgb(179,241,138);
color: rgb(86,101,63);
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
padding: 13px 13px 13px 13px;
border-color: rgb(179,241,138);
text-align: center;
}

#trail, #trail a
{
font-size: 111%;
background-color: rgb(179,241,138);
color: rgb(33,85,12);
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: 11px 11px 11px 11px;
border-color: rgb(33,85,12);
text-align: right;
}

#content a
{
color: rgb(179,241,138);
text-decoration: underline;
}

#content a:hover, #content a:active
{
background-color: rgb(179,241,138);
color: rgb(33,85,12);
}

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: 165%;
}

h2
{
font-size: 153%;
}

h3
{
font-size: 141%;
}

h4
{
font-size: 129%;
}

h5
{
font-size: 117%;
}

h6
{
font-size: 105%;
}

#trail a
{
text-decoration: none;
}

#logo a
{
text-decoration: none;
}

#menu a
{
text-decoration: none;
}

#trail a:hover
{
}

.menuitem:hover
{
background-color: rgb(33,85,12);
color: rgb(104,169,121);
}

/* 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;}
}}

