
/* this stylesheet is created by StrangeBanana (http://www.strangebanana.com)*/
body
{
background-color: rgb(255,255,255);
color: rgb(98,45,188);
font-family: sans-serif;  /*Times New Roman, serif;*/
border-left-width: 7px; border-right-width: 7px; border-top-width: 7px; border-bottom-width: 7px;
border-left-style: solid; border-right-style: solid; border-top-style: solid; border-bottom-style: solid;
border-color: rgb(98,45,188);
}

#content
{
font-size: 100%;
background-color: rgb(255,255,255);
color: rgb(0,0,0);
border-left-width: 2px; border-right-width: 2px; border-top-width: 0; border-bottom-width: 14px;
border-left-style: solid; border-right-style: solid; border-top-style: solid; border-bottom-style: solid;
padding: 31px 31px 31px 31px;
border-color: rgb(0,0,0);
text-align: left;
}

#menu
{
background-color: rgb(0,0,0);
color: rgb(107,174,237);
font-family: sans-serif;  /*Times New Roman, serif;*/
font-style: normal;
border-color: rgb(98,45,188);
}

a.menuitem
{
	font-size: 100%;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	/*(129,140,175);
	*/
	font-variant: normal;
	text-transform: none;
	font-weight: bold;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	border-left-width: 8px;
	border-right-width: 8px;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-left-style: outset;
	border-right-style: outset;
	border-top-style: outset;
	border-bottom-style: outset;
	border-color: rgb(68,50,168);
	text-align: left;
}

#logo, #logo a
{
font-size: 195%;
background-color: rgb(255,255,255);
color: rgb(68,50,168);
font-family: sans-serif;  /*Times New Roman, serif;*/
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: bold;
padding: 12px 12px 12px 12px;
border-color: rgb(98,45,188);
text-align: right;
}

#trail, #trail a
{
font-size: 90%;
background-color: rgb(0,0,0);
color: rgb(255,255,255);
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: 8px 4px 8px 4px;
border-color: rgb(0,0,0);
text-align: center;
}

#content a
{
color: rgb(107,174,237);
text-decoration: none;
}

#content a:hover, #content a:active
{
background-color: rgb(107,174,237);
color: rgb(255,255,255);
}

h1, h2, h3, h4, h5, h6
{
font-family: sans-serif;  /*Times New Roman, serif;*/
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
}

h1
{
font-size: 120%;
}

h2
{
font-size: 106%;
}

h3
{
font-size: 92%;
}

h4
{
font-size: 78%;
}

h5
{
font-size: 64%;
}

h6
{
font-size: 50%;
}

#menu a
{
text-decoration: none;
}

.menuitem:hover
{
background-color: rgb(129,140,175);
color: rgb(255,255,255);
}

#trail a
{
text-decoration: none;
}

#logo a
{
text-decoration: none;
}

#trail a:hover
{
color: rgb(0,255,0);
}

/* layout */
#menu		{width: 20%; position: relative; top: 0; left: 0; float: left; text-align: center;}
.menuitem		{width: auto;}
#content		{margin-left: 20%; width: auto}
.menuitem		{display: block;}


@media print
{
#menu       {display: none;}
#content    {padding: 0px;}
#content a  {text-decoration: underline;}
}