
body
{
background-color: #FFFFFF;
color: rgb(240,225,150);
font-family: Verdana, 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(62,63,99);
}

#content
{
font-size: 101%;
background-color: rgb(240,225,150);
color: rgb(0,0,0);
border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-width: 1px;
border-left-style: ridge; border-right-style: ridge; border-top-style: ridge; border-bottom-style: ridge;
padding: 26px 26px 26px 26px;
border-color: rgb(0,0,0);
text-align: left;
}

#menu
{
background-color: rgb(0,0,0);
color: rgb(240,225,150);
font-family: Trebuchet MS, sans-serif;
font-style: normal;
border-color: rgb(88,131,135);
}

a.menuitem
{
font-size: 129%;
background-color: rgb(240,225,150);
color: rgb(60,100,40);
font-variant: normal;
text-transform: none;
font-weight: normal;
margin-left: 17px; margin-right: 17px; margin-top: 17px; margin-bottom: 17px;
border-left-width: 1px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 0px;
border-left-style: solid; border-right-style: solid; border-top-style: none; border-bottom-style: none;
border-color: rgb(240,225,150);
text-align: left;
}

#logo, #logo a
{
font-size: 153%;
background-color: rgb(0,0,0);
color: rgb(255,125,125);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: italic;
font-variant: normal;
text-transform: none;
font-weight: bold;
padding: 9px 9px 9px 9px;
border-color: rgb(255,255,255);
text-align: right;
}

#trail, #trail a
{
font-size: 110%;
background-color: rgb(200,60,60);
color: rgb(240,225,150);
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: 10px 10px 10px 10px;
border-color: rgb(60,114,178);
text-align: center;
}

#content a
{
color: rgb(2,96,143);
text-decoration: underline;
}

#content a:hover, #content a:active
{
background-color: rgb(2,96,143);
color: rgb(255,255,255);
}

h1, h2, h3, h4, h5, h6
{
font-family: Trebuchet MS, sans-serif;
font-style: normal;
font-variant: normal;
text-transform: capitalize;
font-weight: bold;
}

h1
{
font-size: 127%;
}

h2
{
font-size: 117%;
}

h3
{
font-size: 107%;
}

h4
{
font-size: 97%;
}

h5
{
font-size: 87%;
}

h6
{
font-size: 77%;
}

#menu a
{
text-decoration: none;
}

.menuitem:hover
{
background-color: rgb(60,100,40);
color: rgb(240,225,150);
}

#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;}
}
