/* this stylesheet is created by StrangeBanana (http://www.strangebanana.com)*/
body
{
background-color: #e2dbc0;
color: rgb(61,178,219);
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(128,214,244);
}

#content
{
font-size: 95%;
background-color: #ebe7d3;
color: rgb(0,0,0);
border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-width: 1px;
border-left-style: outset; border-right-style: outset; border-top-style: outset; border-bottom-style: outset;
padding: 20px 25px 25px 25px;
border-color: rgb(0,0,0);
text-align: justify;
}

#aheader
{
font-size: 120%;
background-color: #ebe7d3;
color: rgb(0,0,0);
border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-width: 1px;
border-left-style: outset; border-right-style: outset; border-top-style: outset; border-bottom-style: outset;
padding: 0px;
border-color: rgb(0,0,0);
text-align: justify;
}

#menu
{
background-color: #e2dbc0;
color: rgb(3,52,69);
font-family: Courier New, Courier, monospace;
font-style: normal;
border-color: rgb(255,255,255);
}

a.menuitem
{
font-size: 127%;
background-color: rgb(0,0,0);
color: #999999;
font-variant: normal;
text-transform: none;
font-weight: normal;
margin-left: 5px; margin-right: 5px; margin-top: 5px; margin-bottom: 5px;
border-left-width: 7px; border-right-width: 7px; border-top-width: 7px; border-bottom-width: 7px;
border-left-style: solid; border-right-style: solid; border-top-style: solid; border-bottom-style: solid;
border-color: rgb(3,52,69);
text-align: center;
}

#logo, #logo a
{
font-size: 165%;
background-color: rgb(255,255,255);
color: rgb(129,173,189);
font-family: Courier New, Courier, monospace;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
padding: 4px 4px 4px 4px;
border-color: rgb(42,161,203);
text-align: left;
}

#trail, #trail a
{
font-size: 100%;
background-color: #e2dbc0;
color: #808080;
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(61,178,219);
text-align: right;
}

#content a
{
color: #666666;
text-decoration: underline;
}

#content a:hover, #content a:active
{
background-color: #666666;
color: rgb(255,255,255);
}

h1, h2, h3, h4, h5, h6
{
font-family: Courier New, Courier, monospace;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: bold;
}

h1
{
font-size: 131%;
}

h2
{
font-size: 116%;
}

h3
{
font-size: 101%;
}

h4
{
font-size: 86%;
}

h5
{
font-size: 71%;
}

h6
{
font-size: 56%;
}

#menu a
{
text-decoration: none;
font-weight: bold;
}

.menuitem:hover
{
background-color: #999999;
color: rgb(0,0,0);
}

#trail a
{
text-decoration: underline;
}

#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}
#aheader		{width: auto}
.menuitem		{display: block;}


@media print
{
#menu       {display: none;}
#content    {padding: 0px;}
#content a  {text-decoration: underline;}
}