/* this stylesheet is created by StrangeBanana (http://www.strangebanana.com)*/

body
{
background-color: rgb(0,0,0);
color: rgb(96,137,198);
font-family: Tahoma, sans-serif;
border-left-width: 10px; border-right-width: 10px; border-top-width: 10px; border-bottom-width: 10px;
border-left-style: solid; border-right-style: solid; border-top-style: solid; border-bottom-style: solid;
border-color: rgb(96,137,198);
}

#content
{
font-size: 132%;
background-color: rgb(115,161,228);
color: rgb(209,153,70);
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: 25px 42px 25px 42px;
border-color: rgb(0,0,0);
text-align: left;
}

#menu
{
background-color: rgb(115,161,228);
color: rgb(196,146,73);
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
border-color: rgb(0,0,0);
}

a.menuitem
{
font-size: 154%;
background-color: rgb(255,255,255);
color: rgb(196,146,73);
font-variant: normal;
text-transform: none;
font-weight: normal;
margin-left: 18px; margin-right: 18px; margin-top: 18px; margin-bottom: 18px;
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(115,161,228);
text-align: center;
}

#logo, #logo a
{
font-size: 242%;
background-color: rgb(0,0,0);
color: rgb(205,173,125);
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-variant: normal;
text-transform: uppercase;
font-weight: normal;
padding: 17px 17px 17px 17px;
border-color: rgb(115,161,228);
text-align: right;
}

#trail, #trail a
{
font-size: 124%;
background-color: rgb(115,161,228);
color: rgb(196,146,73);
font-style: normal;
font-variant: small-caps;
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: 17px 17px 17px 17px;
border-color: rgb(205,173,125);
text-align: right;
}

#content a
{
color: rgb(196,146,73);
text-decoration: none;
}

#content a:hover, #content a:active
{
background-color: rgb(196,146,73);
color: rgb(115,161,228);
}

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

h1
{
font-size: 175%;
}

h2
{
font-size: 161%;
}

h3
{
font-size: 147%;
}

h4
{
font-size: 133%;
}

h5
{
font-size: 119%;
}

h6
{
font-size: 105%;
}

#trail a
{
text-decoration: none;
}

#logo a
{
text-decoration: none;
}

#menu a
{
text-decoration: none;
}

#trail a:hover
{
}

.menuitem:hover
{
background-color: rgb(196,146,73);
color: rgb(255,255,255);
}

/* layout */
.menuitem		{display: inline;}
.container		{ width: 1000px; margin-left:auto; margin-right:auto;}

@media print
{{
#menu       {display: none;}
#content    {padding: 0px;}
#content a  {text-decoration: underline;}
}}

