/* this stylesheet is created by StrangeBanana (http://www.strangebanana.com)*/

body
{
background-color: rgb(195,166,230);
color: rgb(86,85,147);
font-family: Arial, Helvetica, 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: none; border-bottom-style: none;
border-color: rgb(86,85,147);
}

#content
{
font-size: 120%;
background-color: rgb(86,85,147);
color: rgb(255,255,255);
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: 31px 31px 31px 31px;
border-color: rgb(0,0,0);
text-align: left;
}

#menu
{
background-color: rgb(255,255,255);
color: rgb(111,63,134);
font-family: Verdana, Geneva, sans-serif;
font-style: normal;
border-color: rgb(255,255,255);
}

a.menuitem
{
font-size: 144%;
background-color: rgb(0,0,0);
color: rgb(86,85,147);
font-variant: normal;
text-transform: none;
font-weight: bold;
margin-left: 13px; margin-right: 13px; margin-top: 13px; margin-bottom: 13px;
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(111,86,187);
text-align: right;
}

#logo, #logo a
{
font-size: 216%;
background-color: rgb(0,0,0);
color: rgb(82,100,169);
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
padding: 12px 12px 12px 12px;
border-color: rgb(86,85,147);
text-align: right;
}

#trail, #trail a
{
font-size: 114%;
background-color: rgb(0,0,0);
color: rgb(82,100,169);
font-style: normal;
font-variant: normal;
text-transform: uppercase;
font-weight: normal;
border-left-width: 5px; border-right-width: 5px; border-top-width: 5px; border-bottom-width: 5px;
border-left-style: double; border-right-style: double; border-top-style: double; border-bottom-style: double;
padding: 13px 6px 20px 12px;
border-color: rgb(82,100,169);
text-align: left;
}

#content a
{
color: rgb(195,166,230);
text-decoration: underline;
}

#content a:hover, #content a:active
{
background-color: rgb(195,166,230);
color: rgb(86,85,147);
}

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

h1
{
font-size: 168%;
}

h2
{
font-size: 156%;
}

h3
{
font-size: 144%;
}

h4
{
font-size: 132%;
}

h5
{
font-size: 120%;
}

h6
{
font-size: 108%;
}

#trail a
{
text-decoration: none;
}

#logo a
{
text-decoration: none;
}

#menu a
{
text-decoration: none;
}

#trail a:hover
{
}

.menuitem:hover
{
background-color: rgb(86,85,147);
color: rgb(0,0,0);
}

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