<style type="text/css" media="all">
/* this stylesheet is created by StrangeBanana (http://www.strangebanana.com)*/
body
{
background-color: rgb(255,255,255);
color: rgb(0,0,255);
border-left-width: 12px; border-right-width: 12px; border-top-width: 12px; border-bottom-width: 12px;
border-left-style: solid; border-right-style: solid; border-top-style: solid; border-bottom-style: solid;
border-color: rgb(127,127,127);
}

#content
{
font-size: 100%;
background-color: rgb(255,255,255);
color: rgb(200,0,200);
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: 16px 16px 16px 16px;
border-color: rgb(0,0,0);
text-align: left;
}

#menu
{
background-color: rgb(0,0,0);
color: rgb(127,0,127);
font-family: Helvetica, sanserif;
font-style: bold;
border-color: rgb(0,0,0);
}

a.menuitem
{
font-size: 133%;
background-color: rgb(100,50,100);
color: rgb(200,127,200);
font-variant: small-caps;
text-transform: capitalize;
font-weight: normal;
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(0,0,0);
text-align: left;
}

#logo, #logo a
{
font-size: 153%;
background-color: rgb(0,0,0);
color: rgb(200,0,200);
font-family: Helvetica, sansserif;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
padding: 20px 20px 20px 20px;
border-color: rgb(100,0,100);
text-align: right;
}

#trail, #trail a
{
font-size: 117%;
background-color: rgb(255,255,255);
color: rgb(127,127,127);
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
text-indent: 5;
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: 18px 18px 18px 18px;
border-color: rgb(200,0,200);
text-align: left;
}

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

#content a:hover, #content a:active
{
background-color: rgb(200,0,200);
color: rgb(255,255,255);
}

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

h1
{
font-size: 168%;
}

h2
{
font-size: 156%;
}

h3
{
font-size: 144%;
}

h4
{
font-size: 132%;
}

h5
{
font-size: 120%;
}

h6
{
font-size: 108%;
}

#menu a
{
text-decoration: none;
}

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

#trail a
{
text-decoration: none;
}

#logo a
{
text-decoration: none;
}

#trail a:hover
{
}

/* layout */
#menu		{width: 33%; position: relative; top: 0; right: 0; float: right; text-align: center;}
.menuitem		{width: auto;}
#content		{margin-right: 33%; width: auto}
.menuitem		{display: block;}
</style>


