/* this stylesheet is based on one originally created by StrangeBanana ( http://www.strangebanana.com ) */
body
{
background-color: rgb(255,255,255);
color: rgb(91,33,150);
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: none; border-right-style: none; border-top-style: solid; border-bottom-style: solid;
border-color: rgb(123,70,144);
}

#content
{
font-size: 90%;
background-color: rgb(91,33,150);
color: rgb(178,172,189);
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: 38px 38px 38px 38px;
border-color: rgb(0,0,0);
text-align: left;
}

#menu
{
background-color: rgb(255,255,255);
color: rgb(91,33,150);
font-family: Trebuchet MS, sans-serif;
font-style: normal;
border-color: rgb(178,172,189);
}

a.menuitem
{
font-size: 148%;
background-color: rgb(255,255,255);
color: rgb(178,172,189);
font-variant: small-caps;
text-transform: none;
font-weight: normal;
margin-left: 16px; margin-right: 16px; margin-top: 16px; margin-bottom: 16px;
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(178,172,189);
text-align: right;
}

#header, #header a /* text logo */
{
font-size: 191%;
background-color: rgb(0,0,0);
color: rgb(159,143,200);
font-family: Times New Roman, serif;
font-style: italic;
font-variant: normal;
text-transform: capitalize;
font-weight: normal;
padding: 1px 1px 1px 1px;
border-color: rgb(159,143,200);
text-align: left;
}

#trail, #trail a
{
font-size: 119%;
background-color: rgb(0,0,0);
color: rgb(85,82,126);
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: 15px 15px 15px 15px;
border-color: rgb(159,143,200);
text-align: left;
}

#content a
{
color: rgb(255,255,255);
text-decoration: underline oveline;
}

#content a:hover, #content a:active
{
background-color: rgb(255,255,255);
color: rgb(91,33,150);
}

h1, h2, h3, h4, h5, h6
{
font-family: Times New Roman, serif;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
}

h1
{
font-size: 178%;
}

h2
{
font-size: 168%;
}

h3
{
font-size: 158%;
}

h4
{
font-size: 148%;
}

h5
{
font-size: 138%;
}

h6
{
font-size: 128%;
}

#menu a
{
text-decoration: none;
}

.menuitem:hover
{
background-color: rgb(178,172,189);
color: rgb(255,255,255);
}

#trail a
{
text-decoration: none;
}

#header a
{
text-decoration: none;
}

#trail a:hover
{
}

/* layout */
#menu		{width: 27%; position: relative; top: 0; right: 0; float: right; text-align: center;}
.menuitem		{width: auto;}
#content		{margin-right: 27%; width: auto}
.menuitem		{display: block;}


@media print
{
#menu       {display: none;}
#content    {padding: 0px;}
#content a  {text-decoration: underline;}
}
