/* this stylesheet is created by StrangeBanana (http://www.strangebanana.com)*/
body
{
background-color: rgb(200,192,214);
color: rgb(92,113,54);
font-family: Times New Roman, 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(209,241,150);
}

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

#menu
{
background-color: rgb(192,217,145);
color: rgb(94,74,131);
font-family: Times New Roman, serif;
font-style: normal;
border-color: rgb(92,113,54);
}

a.menuitem
{
font-size: 120%;
background-color: rgb(255,255,255);
color: rgb(94,74,131);
font-variant: normal;
text-transform: none;
font-weight: bold;
margin-left: 3px; margin-right: 3px; margin-top: 3px; margin-bottom: 3px;
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(94,74,131);
text-align: left;
}

#logo, #logo a
{
font-size: 153%;
background-color: rgb(137,163,88);
color: rgb(209,241,150);
font-family: Times New Roman, serif;
font-style: italic;
font-variant: small-caps;
text-transform: none;
font-weight: normal;
padding: 3px 13px 3px 13px;
border-color: rgb(94,74,131);
text-align: left;
}

#trail, #trail a
{
font-size: 94%;
background-color: rgb(209,241,150);
color: rgb(94,74,131);
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: 16px 16px 16px 16px;
border-color: rgb(255,255,255);
text-align: left;
}

#content a
{
color: rgb(94,74,131);
text-decoration: underline;
}

#content a:hover, #content a:active
{
background-color: rgb(94,74,131);
color: rgb(255,255,255);
}

h1, h2, h3, h4, h5, h6
{
font-family: Times New Roman, serif;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
}

h1
{
font-size: 159%;
}

h2
{
font-size: 151%;
}

h3
{
font-size: 143%;
}

h4
{
font-size: 135%;
}

h5
{
font-size: 127%;
}

h6
{
font-size: 119%;
}

#menu a
{
text-decoration: none;
}

.menuitem:hover
{
background-color: rgb(94,74,131);
color: rgb(255,255,255);
}

#trail a
{
text-decoration: none;
}

#logo a
{
text-decoration: none;
}

#trail a:hover
{
}

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


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