body 
{
background-color: rgb(159,108,234);
text-align: center;
font-family: "Century Gothic", Tahoma, 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;
padding: 6px 6px 6px 6px;
border-color: rgb(0,0,0);
}

#content
{
font-size: 100%;
background-color: rgb(96,147,21);
color: rgb(0,0,0);
font-family: "Century Gothic", Tahoma, sans-serif;
border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px;
border-left-style: solid; border-right-style: solid; border-top-style: none; border-bottom-style: none;
padding: 2px 2px 2px 2px;
border-color: rgb(0,0,0);
text-align: center;
}

#menu
{
background-color: rgb(0,0,0);
color: rgb(255,255,255);
font-family: Tahoma,sans-serif;
font-style: normal;
border-color: rgb(0,0,0);
}

a.menuitem
{
font-size: 100%;
background-color: rgb(108,121,234);
color: rgb(0,0,0);
font-variant: normal;
text-transform: none;
font-weight: normal;
word-spacing: 1ex;
letter-spacing: 0.1ex;
margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;
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;
}

#trail, #trail a
{
font-size: 100%;
background-color: rgb(221,108,234);
color: rgb(0,0,0);
font-family: "Century Gothic", Tahoma, sans-serif;
font-style: italic;
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: 4px 4px 4px 4px;
border-color: rgb(221,108,234);
text-align: left;
}

#content a
{
color: rgb(121,234,108);
text-decoration: underline;
}

#content a:hover, #content a:active
{
color: rgb(121,234,108);
}

#content a:visited
{
color: rgb(234,221,108);
}

h1
{
font-family: "Bradley Hand ITC";
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: bold;
} 

h2
{
font-family: "Brush Script MT";
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
} 

h3 
{
font-family: "Bradley Hand ITC";
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: bold;
}

h4, h5, h6
{
font-family: "Century Gothic", Tahoma, sans-serif;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: bold;
}


h1
{
font-size: 200%;
}

h2
{
font-size: 151%;
}

h3
{
font-size: 139%;
}

h4
{
font-size: 127%;
}

h5
{
font-size: 115%;
}

h6
{
font-size: 103%;
}


#menu a
{
text-decoration: none;
}

.menuitem:hover
{
background-color: rgb(221,108,234);
color: rgb(0,0,0);
}

#trail a
{
text-decoration: underline;
}

#trail a:hover
{
}

/* layout */
#menu		{width: 24%; position: relative; top: 0; right: 0; float: left; text-align: left;}
.menuitem		{width: auto;}
#content		{margin-left: 24%; width: auto}
.menuitem		{display: block;}


@media print
{
#menu       {display: none;}
#content    {padding: 0px;}
#content a  {text-decoration: underline;}
}