/* this stylesheet is created by StrangeBanana (http://www.strangebanana.com)*/

body
{
background-color: rgb(29,97,87);
color: rgb(122,205,175);
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: none; border-bottom-style: none;
border-color: rgb(29,97,87);
}

#content
{
font-size: 116%;
background-color: rgb(29,97,87);
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: 27px 27px 27px 27px;
border-color: rgb(0,0,0);
text-align: left;
}

#menu
{
background-color: rgb(29,97,87);
color: rgb(122,205,175);
font-family: Trebuchet MS, sans-serif;
font-style: normal;
border-color: rgb(29,97,87);
}

a.menuitem
{
font-size: 140%;
background-color: rgb(21,86,19);
color: rgb(176,219,189);
font-variant: normal;
text-transform: capitalize;
font-weight: normal;
margin-left: 12px; margin-right: 12px; margin-top: 12px; margin-bottom: 12px;
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(176,219,189);
text-align: right;
}

#logo, #logo a
{
font-size: 206%;
background-color: rgb(0,0,0);
color: rgb(122,205,175);
font-family: Georgia, serif;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: bold;
padding: 11px 11px 11px 11px;
border-color: rgb(255,255,255);
text-align: right;
}

#trail, #trail a
{
font-size: 110%;
background-color: rgb(29,97,87);
color: rgb(122,205,175);
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: 11px 11px 11px 11px;
border-color: rgb(29,97,87);
text-align: center;
}

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

#content a:hover, #content a:active
{
background-color: rgb(122,205,175);
color: rgb(29,97,87);
}

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

h1
{
font-size: 165%;
}

h2
{
font-size: 153%;
}

h3
{
font-size: 141%;
}

h4
{
font-size: 129%;
}

h5
{
font-size: 117%;
}

h6
{
font-size: 105%;
}

#trail a
{
text-decoration: none;
}

#logo a
{
text-decoration: none;
}

#menu a
{
text-decoration: none;
}

#trail a:hover
{
}

.menuitem:hover
{
background-color: rgb(176,219,189);
color: rgb(21,86,19);
}

/* 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;}
.container		{ width: 1000px; margin-left:auto; margin-right:auto;}

@media print
{{
#menu       {display: none;}
#content    {padding: 0px;}
#content a  {text-decoration: underline;}
}}

