/* most of this stylesheet was created by StrangeBanana (http://www.strangebanana.com)  StrangeBanana is awesome because people like me can't even dress in coordinating colors  --Julia*/
body
{
background-color: rgb(255,255,255);
color: rgb(54,165,112);
font-family: Trebuchet MS, 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(58,175,93);
}

#content
{
font-size: 102%;
background-color: rgb(255,255,255);
color: rgb(0,0,0);
border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-width: 1px;
border-left-style: solid; border-right-style: solid; border-top-style: solid; border-bottom-style: solid;
padding: 12px 43px 12px 43px;
border-color: rgb(0,0,0);
text-align: left;
}

#menu
{
background-color: rgb(255,255,255);
color: rgb(8,124,47);
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
border-color: rgb(77,213,88);
}

a.menuitem
{
font-size: 125%;
background-color: rgb(125,176,163);
color: rgb(8,124,47);
font-variant: normal;
text-transform: none;
font-weight: normal;
margin-left: 11px; margin-right: 11px; margin-top: 5px; margin-bottom: 5px;
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(26,168,164);
text-align: left;
}

#logo, #logo a
{
font-size: 155%;
background-color: rgb(255,255,255);
color: rgb(125,176,163);
font-family: Trebuchet MS, sans-serif;
font-style: italic;
font-variant: normal;
text-transform: none;
font-weight: normal;
padding: 5px 5px 5px 5px;
border-color: rgb(77,213,88);
text-align: right;
}

#trail, #trail a
{
font-size: 116%;
background-color: rgb(255,255,255);
color: rgb(77,213,88);
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: bold;
text-indent: 11;
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(8,124,47);
text-align: center;
}

#content a
{
color: rgb(8,124,47);
text-decoration: underline;
}

#content a:hover, #content a:active
{
background-color: rgb(8,124,47);
color: rgb(255,255,255);
}

h1, h2, h3, h4, h5, h6
{
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-variant: small-caps;
text-transform: uppercase;
font-weight: normal;
}

h1
{
font-size: 135%;
}

h2
{
font-size: 123%;
}

h3
{
font-size: 111%;
}

h4
{
font-size: 99%;
}

h5
{
font-size: 87%;
}

h6
{
font-size: 75%;
}

#menu a
{
text-decoration: none;
}

.menuitem:hover
{
background-color: rgb(8,124,47);
color: rgb(125,176,163);
}

#trail a
{
text-decoration: none;
}

#logo a
{
text-decoration: none;
}

#trail a:hover
{
}

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


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