/* this stylesheet is created by StrangeBanana (http://www.strangebanana.com)*/

body
{
background-color: rgb(194,214,204);
color: rgb(35,81,57);
font-family: Times New Roman, Times, serif;
border-left-width: 15px; border-right-width: 18px; border-top-width: 0px; border-bottom-width: 5px;
border-left-style: solid; border-right-style: solid; border-top-style: solid; border-bottom-style: solid;
border-color: rgb(194,214,204);
}

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

#menu
{
background-color: rgb(32,98,63);
color: rgb(194,214,204);
font-family: Times New Roman, Times, serif;
font-style: italic;
border-color: rgb(32,98,63);
}

a.menuitem
{
font-size: 124%;
background-color: rgb(255,255,255);
color: rgb(99,242,167);
font-variant: normal;
text-transform: none;
font-weight: normal;
margin-left: 18px; margin-right: 18px; margin-top: 18px; margin-bottom: 18px;
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(35,81,57);
text-align: left;
}

#logo, #logo a
{
font-size: 163%;
background-color: rgb(0,0,0);
color: rgb(255,255,255);
font-family: Times New Roman, Times, serif;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
padding: 17px 17px 17px 17px;
border-color: rgb(0,0,0);
text-align: right;
}

#trail, #trail a
{
font-size: 94%;
background-color: rgb(194,214,204);
color: rgb(35,81,57);
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
border-left-width: 3px; border-right-width: 3px; border-top-width: 0px; border-bottom-width: 0px;
border-left-style: dotted; border-right-style: dotted; border-top-style: none; border-bottom-style: none;
padding: 9px 17px 9px 17px;
border-color: rgb(181,218,199);
text-align: left;
}

#content a
{
color: rgb(35,81,57);
text-decoration: underline;
}

#content a:hover, #content a:active
{
background-color: rgb(35,81,57);
color: rgb(255,255,255);
}

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

h1
{
font-size: 153%;
}

h2
{
font-size: 145%;
}

h3
{
font-size: 137%;
}

h4
{
font-size: 129%;
}

h5
{
font-size: 121%;
}

h6
{
font-size: 113%;
}

#trail a
{
text-decoration: underline;
}

#logo a
{
text-decoration: none;
}

#menu a
{
text-decoration: none;
}

#trail a:hover
{
}

.menuitem:hover
{
background-color: rgb(99,242,167);
color: rgb(255,255,255);
}

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