/* this stylesheet is created by StrangeBanana (http://www.strangebanana.com)*/

body
{
background-color: rgb(255,255,255);
color: rgb(171,222,48);
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: outset; border-right-style: outset; border-top-style: outset; border-bottom-style: outset;
border-color: rgb(116,82,197);
}

#content
{
font-size: 136%;
background-color: rgb(116,82,197);
color: rgb(171,222,48);
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: 21px 21px 21px 21px;
border-color: rgb(0,0,0);
text-align: justify;
}

#menu
{
background-color: rgb(0,0,0);
color: rgb(74,22,198);
font-family: Garamond, Palatino, serif;
font-style: normal;
border-color: rgb(107,136,38);
}

a.menuitem
{
font-size: 157%;
background-color: rgb(0,0,0);
color: rgb(255,255,255);
font-variant: normal;
text-transform: none;
font-weight: normal;
margin-left: 19px; margin-right: 19px; margin-top: 19px; margin-bottom: 19px;
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(171,222,48);
text-align: center;
}

#logo, #logo a
{
font-size: 251%;
background-color: rgb(255,255,255);
color: rgb(74,22,198);
font-family: Garamond, Palatino, serif;
font-style: normal;
font-variant: normal;
text-transform: uppercase;
font-weight: bold;
padding: 19px 19px 19px 19px;
border-color: rgb(90,104,56);
text-align: right;
}

#trail, #trail a
{
font-size: 127%;
background-color: rgb(107,136,38);
color: rgb(74,22,198);
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: 19px 19px 19px 19px;
border-color: rgb(0,0,0);
text-align: center;
}

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

#content a:hover, #content a:active
{
background-color: rgb(0,0,0);
color: rgb(116,82,197);
}

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

h1
{
font-size: 178%;
}

h2
{
font-size: 163%;
}

h3
{
font-size: 148%;
}

h4
{
font-size: 133%;
}

h5
{
font-size: 118%;
}

h6
{
font-size: 103%;
}

#trail a
{
text-decoration: none;
}

#logo a
{
text-decoration: none;
}

#menu a
{
text-decoration: none;
}

#trail a:hover
{
}

.menuitem:hover
{
background-color: rgb(255,255,255);
color: rgb(0,0,0);
}

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