/* this stylesheet is created by StrangeBanana (http://www.strangebanana.com)*/
body
{
background-color: rgb(111,148,86);
color: rgb(22,49,3);
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: double; border-right-style: double; border-top-style: double; border-bottom-style: double;
border-color: rgb(65,132,18);
}

#content
{
font-size: 107%;
background-color: rgb(255,255,255);
color: rgb(0,0,0);
border-left-width: 0px; border-right-width: 0px; border-top-width: 5px; border-bottom-width: 5px;
border-left-style: none; border-right-style: none; border-top-style: solid; border-bottom-style: solid;
padding: 16px 16px 16px 16px;
border-color: rgb(0,0,0);
text-align: left;
}

#menu
{
background-color: rgb(22,49,3);
color: rgb(204,226,189);
font-family: Trebuchet MS, sans-serif;
font-style: normal;
border-color: rgb(115,170,77);
}

a.menuitem
{
font-size: 127%;
background-color: rgb(40,52,33);
color: rgb(204,226,189);
font-variant: normal;
text-transform: none;
font-weight: normal;
margin-left: 11px; margin-right: 11px; margin-top: 11px; margin-bottom: 11px;
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(255,255,255);
text-align: right;
}

#logo, #logo a
{
font-size: 158%;
background-color: rgb(22,49,3);
color: rgb(115,170,77);
font-family: Trebuchet MS, sans-serif;
font-style: italic;
font-variant: normal;
text-transform: none;
font-weight: normal;
padding: 19px 19px 19px 19px;
border-color: rgb(204,226,189);
text-align: center;
}

#trail, #trail a
{
font-size: 95%;
background-color: rgb(22,49,3);
color: rgb(115,170,77);
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
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: 20px 18px 20px 18px;
border-color: rgb(255,255,255);
text-align: left;
}

#content a
{
color: rgb(65,132,18);
text-decoration: none;
}

#content a:hover, #content a:active
{
background-color: rgb(65,132,18);
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: normal;
}

h1
{
font-size: 157%;
}

h2
{
font-size: 145%;
}

h3
{
font-size: 133%;
}

h4
{
font-size: 121%;
}

h5
{
font-size: 109%;
}

h6
{
font-size: 97%;
}

#menu a
{
text-decoration: none;
}

.menuitem:hover
{
background-color: rgb(204,226,189);
color: rgb(40,52,33);
}

#trail a
{
text-decoration: none;
}

#logo a
{
text-decoration: none;
}

#trail a:hover
{
}

/* layout */
#menu		{width: 24%; position: relative; top: 0; left: 0; float: left; text-align: center;}
.menuitem		{width: auto;}
#content		{margin-left: 24%; width: auto}
.menuitem		{display: block;}


@media print
{
#menu       {display: none;}
#content    {padding: 0px;}
#content a  {text-decoration: underline;}
}


.notSoWide {
font-size: 0.8em;
padding: 5px;
background-color: #fff;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
width: 400px;
margin-bottom: 25px;
}
div.wider {
padding: 10px;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
width: auto;
margin-bottom: 25px;
}
.widest {
font-size: 1em;
padding: 15px;
background-color: #fff;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
width: 90%;
}
div.table {
width: 80%;
border: 1px solid #f00;
}
div.table.th {
background-color: #f00;
color: #fff;
font-weight: bold;
border-bottom: 1px dotted #f00;
}
div.table.thleft {
float: left;
background-color: #f00;
color: #fff;
font-weight: bold;
border-bottom: 1px dotted #f00;
padding-left: 2%;
}
div.table.thright {
float: right;
width: 25%;
background-color: #f00;
color: #fff;
font-weight: bold;
border-bottom: 1px dotted #f00;
padding-right: 2%;
}
div.table.left {
float: left;
width: 65%;
padding-left: 2%;
}
div.table.right {
float: right;
width: 25%;
padding-right: 2%;
}

