/* this stylesheet is created by StrangeBanana (http://www.strangebanana.com)*/

body
{
background-color: rgb(0,0,0);
color: rgb(223,215,226);
font-family: Times New Roman, Times, serif;
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(211,185,220);
}

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

#menu
{
background-color: rgb(0,0,0);
color: rgb(255,255,255);
font-family: Times New Roman, Times, serif;
font-style: italic;
border-color: rgb(0,0,0);
}

a.menuitem
{
font-size: 125%;
background-color: rgb(0,0,0);
color: rgb(207,127,236);
font-variant: small-caps;
text-transform: none;
font-weight: bold;
margin-left: 5px; margin-right: 5px; margin-top: 5px; margin-bottom: 5px;
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: left;
}

#logo, #logo a
{
font-size: 164%;
background-color: rgb(127,106,135);
color: rgb(190,21,253);
font-family: Times New Roman, Times, serif;
font-style: normal;
font-variant: small-caps;
text-transform: none;
font-weight: bold;
padding: 3px 3px 3px 3px;
border-color: rgb(190,21,253);
text-align: left;
}

#trail, #trail a
{
font-size: 95%;
background-color: rgb(0,0,0);
color: rgb(255,255,255);
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
border-left-width: 1px; border-right-width: 1px; border-top-width: 13px; border-bottom-width: 13px;
border-left-style: outset; border-right-style: outset; border-top-style: outset; border-bottom-style: outset;
padding: 3px 0px 3px 0px;
border-color: rgb(0,0,0);
text-align: center;
}

#content a
{
color: rgb(127,106,135);
text-decoration: underline;
}

#content a:hover, #content a:active
{
background-color: rgb(127,106,135);
color: rgb(255,255,255);
}

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

h1
{
font-size: 154%;
}

h2
{
font-size: 145%;
}

h3
{
font-size: 136%;
}

h4
{
font-size: 127%;
}

h5
{
font-size: 118%;
}

h6
{
font-size: 109%;
}

#trail a
{
text-decoration: underline;
}

#logo a
{
text-decoration: none;
}

#menu a
{
text-decoration: none;
}

#trail a:hover
{
}

.menuitem:hover
{
background-color: rgb(207,127,236);
color: rgb(0,0,0);
}

/* layout */
#menu		{width: 21%; position: relative; top: 0; left: 0; float: left; text-align: center;}
.menuitem		{width: auto;}
#content		{margin-left: 21%; 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;}
}}

