﻿body
{
background-color: rgb(180,194,164);
color: rgb(36,58,11);
font-family: Courier New, Courier, mono;
border-left-width: 1px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 0px;
border-left-style: dotted; border-right-style: solid; border-top-style: dotted; border-bottom-style: dotted;
border-color: rgb(73,81,65);
}

#content
{
font-size: 111%;
background-color: rgb(180,194,164);
color: rgb(86,69,10);
border-left-width: 12px; border-right-width: 12px; border-top-width: 1px; border-bottom-width: 1px;
border-left-style: double; border-right-style: double; border-top-style: double; border-bottom-style: double;
padding: 16px 16px 16px 16px;
border-color: rgb(0,0,0);
text-align: center;
}


#menu
{
background-color: rgb(255,255,255);
color: rgb(80,194,164);
font-family: Courier New, Courier, mono;
font-style: normal;
border-color: rgb(0,0,0);
}

a.menuitem
{
font-size: 127%;
background-color: rgb(255,255,255);
color: rgb(86,153,10);
font-variant: normal;
text-transform: none;
font-weight: bold;
margin-left: 8px; margin-right: 8px; margin-top: 8px; margin-bottom: 8px;
border-left-width: 13px; border-right-width: 13px; border-top-width: 13px; border-bottom-width: 13px;
border-left-style: dotted; border-right-style: dotted; border-top-style: dotted; border-bottom-style: dotted;
border-color: rgb(36,58,11);
text-align: center;
}

#logo, #logo a
{
font-size: 200%;
background-color: rgb(0,0,0);
color: rgb(255,255,255);
font-family: Courier New, Courier, mono;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: bold;
padding: 15px 15px 15px 15px;
border-color: rgb(86,153,10);
text-align: left;
}

#trail, #trail a
{
font-size: 95%;
background-color: rgb(180,194,164);
color: rgb(36,58,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: 3px 3px 3px 3px;
border-color: rgb(36,58,11);
text-align: left;
}

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

#content a:hover, #content a:active
{
background-color: rgb(36,58,11);
color: rgb(180,194,164);
}

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

h1
{
font-size: 162%;
}

h2
{
font-size: 153%;
}

h3
{
font-size: 144%;
}

h4
{
font-size: 135%;
}

h5
{
font-size: 126%;
}

h6
{
font-size: 117%;
}

#menu a
{
text-decoration: none;
}

.menuitem:hover
{
background-color: rgb(86,153,10);
color: rgb(255,255,255);
}

#trail a
{
text-decoration: none;
}

#logo a
{
text-decoration: none;
}

#trail a:hover
{
}

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


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