body {
	color:#FFFFF; 
	background:#B1B1B1;
	margin-left: .25in;
	margin-right: .25in;
	font-size: medium;
	}

.logo
{
font-size: 140%;
background-image: url('logo.jpg');
background-repeat: repeat;
color: #e7dad1;
font-weight: bold;
padding: 20px 20px 20px 10px;
text-align: left;
text-decoration: none
}

.trail
{
font-size: 100%;
background-color: #e7dad1;
/*color: rgb(140,214,145);
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
border-left-width: 7px; border-right-width: 7px; border-top-width: 0px; border-bottom-width: 0px;
border-left-style: dotted; border-right-style: dotted; border-top-style: none; border-bottom-style: none;*/
padding: 3px 3px 3px 3px;
/*border-color: rgb(0,0,0);*/
/*text-align: left;*/
}

.menu
{
width: 23%;
background-color: #e7dad1;
position: relative;
top: 0;
left: 0;
float: left;
text-align: center;
}

.menuitem
{
	display: block;
	width: auto;
	border-style: groove none none none;	
	border-top-color: #ccc1b9;
	line-height: 240%;
	font-size:100%;
	text-decoration: none;
	font-weight: bold;
	color:#002449;

}
.menuitem:hover
{
background-color: #080076;
color: #e7dad1;
}

.content
{
margin-left: 23%;
width: auto;
position: relative;
border-style: groove none none none;
border-color: #e7dad1;
top: 0;
left: 0;
background-color: #ffffcc;
/*background-color: #FFFFFF;*/
}

h1,p,table,h2,dt,h3 {
margin-left: 2%;
margin-right: 2%;
}

.tip {
/*	color:#1c8a19;*/
	color:#127c00;
}

a.normal {
	font-size:100%;
	font-weight: bold;
	text-decoration: underline;
	color:#002449;
}
