body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11pt;
	background-color: #584c31;
	color: black;
}

.wrapper {
	background-color: #eadab6;
	width: 900px;
	margin: 0px auto;
	text-align:left;
	margin-top:-7px;
	border-style:groove;
	border-width:6px;
	border-color:#a71724;
}
.footer {font: times;
		font-size: 9pt;
		font-weight: bold;
		font-style: italic;
		border-top : 1px solid black;
		padding-top: 6px;
		text-align: center;
		margin: 12px 0px 12px 0px;
		line-height:1.8em;
		}

.orvis {font: verdana;
		font-size: 11pt;
		font-weight: bold;
		text-align: center;
		}
		
.navbar {background-color: #a71724;
		margin: -3px 0px 20px 0px;
		width: 100%;
		height: 40px;
		}
		
/*** Nav styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0px 0px 0px 25px;
	padding: 4px 0px;
	cursor: default;
	list-style-type: none;
	display: inline;
	font-family: verdana;
	font-size: 11pt;
	font-weight: bold;
}

ul.nav{
	display: table;
}
ul.nav>li{
	display: table-cell;
	position: relative;
	padding: 2px 9px;
}

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 44ex;
	margin-left: -6px;
	margin-top: 2px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #a71724;
	color: #fff;
}

ul.nav li:hover,
.nav ul li a:hover{
	background-color: #fff;
	color: #000;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #036;
	color: #fff;
}

.nav a{
	text-decoration: none;
	color: #fff;
}
.nav a:hover{
	background-color: #fff;
	color: #000; }

#content {
	padding: 0px 10px 10px 10px;
}

#content A {text-decoration: underline; color:blue;}

#content A:HOVER {text-decoration: none; color:#a71724;}

.header { margin:0px 0px 0px 0px; 
		font: verdana;
		font-size: 16pt;
		font-weight: bold;
		padding: 0px 0px 0px 0px; 
		background-color : white; 
		height: 300px;
		width: 900px;
		}

h1 { margin:10px 10px 10px 0px; 
		font: verdana;
		font-size: 16pt;
		font-weight: bold; }

span.formtext input  { 
	font-size: 8pt; 
	color: #eadab6; 
	background-color: #eadab6; 
	border : 1px solid #eadab6;
	}