body
{
background-color: rgb(255,255,255);
color: rgb(218,169,114);
font-family: Courier New, Courier, monospace;
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(93,61,25);
}

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

#content img
{
padding:5px;
}

#menu
{
background-color: rgb(0,0,0);
color: rgb(253,240,177);
font-family: Tahoma, sans-serif;
font-style: normal;
border-color: rgb(253,240,177);
}

a.menuitem
{
font-size: 110%;
background-color: rgb(0,0,0);
color: rgb(253,240,177);
font-variant: normal;
text-transform: none;
font-weight: normal;
margin-left: 17px; margin-right: 17px; margin-top: 17px; margin-bottom: 17px;
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(253,240,177);
text-align: right;
}

#logo, #logo a
{
font-size: 167%;
background-color: rgb(255,255,255);
color: rgb(93,61,25);
font-family: Courier New, Courier, monospace;
font-style: normal;
font-variant: small-caps;
text-transform: none;
font-weight: normal;
padding: 12px 3px 12px 3px;
border-color: rgb(185,138,86);
text-align: right;
}

#trail, #trail a
{
font-size: 93%;
background-color: rgb(0,0,0);
color: rgb(196,110,11);
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: 0px 0px 0px 0px;
border-color: rgb(218,169,114);
text-align: left;
}

#content a
{
color: rgb(218,169,114);
text-decoration: none;
}

#content a:hover, #content a:active
{
background-color: rgb(218,169,114);
color: rgb(255,255,255);
}

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

h1
{
font-size: 165%;
}

h2
{
font-size: 152%;
}

h3
{
font-size: 139%;
}

h4
{
font-size: 126%;
}

h5
{
font-size: 113%;
}

h6
{
font-size: 100%;
}

hr
{
color: rgb(0,0,0);
background-color: rgb(0,0,0);
border: 0px;
height: 1px;
}

#menu a
{
text-decoration: none;
}

.menuitem:hover
{
background-color: rgb(253,240,177);
color: rgb(0,0,0);
}

#trail a
{
text-decoration: none;
}

#logo a
{
text-decoration: none;
}

#trail a:hover
{
}

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


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