body
{
background-color: rgb(212,212,212);
color: rgb(120,120,120);
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: groove; border-right-style: groove; border-top-style: groove; border-bottom-style: groove;
border-color: rgb(190,190,190);
}

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

#menu
{
background-color: rgb(64,64,64);
color: rgb(110,110,110);
font-family: Trebuchet MS, sans-serif;
font-style: normal;
border-color: rgb(150,150,150);
}

a.menuitem
{
font-size: 159%;
background-color: rgb(64,64,64);
color: rgb(185,185,185);
font-variant: normal;
text-transform: none;
font-weight: bold;
margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px;
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(0,0,0);
text-align: right;
}

#logo, #logo a
{
font-size: 191%;
background-color: rgb(255,255,255);
color: rgb(64,64,64);
font-family: Trebuchet MS, sans-serif;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: bold;
padding: 0px 0px 0px 0px;
border-color: rgb(110,110,110);
text-align: left;
}

#trail, #trail a
{
font-size: 119%;
background-color: rgb(255,255,255);
color: rgb(174,174,174);
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: 2px 2px 2px 2px;
border-color: rgb(0,0,0);
text-align: left;
}

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

#content a:hover, #content a:active
{
background-color: rgb(183,183,183);
#color: rgb(66,40,13);
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: none;
font-weight: bold;
}

h1
{
font-size: 151%;
}

h2
{
font-size: 137%;
}

h3
{
font-size: 123%;
}

h4
{
font-size: 109%;
}

h5
{
font-size: 95%;
}

h6
{
font-size: 81%;
}

#menu a
{
text-decoration: none;
}

.menuitem:hover
{
background-color: rgb(183,183,183);
color: rgb(255,255,255);
#color: rgb(66,40,13);
}

#trail a
{
text-decoration: none;
}

#logo a
{
text-decoration: none;
}

#trail a:hover
{
}

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


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