body {
	margin: 10px ;
	margin-bottom: 15px ;
	font-family: arial, sans-serif ;
	font-size: 12px ;
	background: #e0e0e0 ;
	background-position: top ;
	background-repeat: repeat-x ;
	color: #000000 ;
}

table {
	border-collapse: collapse ;
}

td {
	font-size: 12px ;
}

.heading {
	background: #56221C ;
	padding: 2px 25px 2px 25px ;
}

h1 {
	font-size: 23px ;
	font-weight: bold ;
	text-align: right ;
	color: #8C865F ;
	font-family: tahoma ;
	padding: 3px 10px ;
	border-bottom: 2px solid #8C865F ;
	margin-top: 0px ;
}

h2 {
	font-size: 16px ;
	font-weight: bold ;
}

h3 {
	font-size: 13px ; 
	font-weight: bold ;
	margin-bottom: 3px ;
	text-decoration: underline ;
}

a:link {
	color: #8C865F ;
}

a:active, a:visited {
	color: #666666 ;
}

a:hover {
	color: #51672E ;
}

#top {
	width: 750px ;
	margin: auto ;
}

#nav {
	background: #bbbbbb ;
	width: 750px ;
	margin: auto ;
	text-align: center ;
}

#content {
	padding: 15px ;
	background: #ffffff ;
	border: 2px solid #8C865F ;
	text-align: left ;
}

.botbutton {
	padding: 2px 5px ;
	padding-bottom: 4px ;
	text-align: center ;
	background: url(images/botbg.gif) ;
}

.topbutton {
	padding: 2px 5px ;
	padding-top: 4px ;
	text-align: center ;
	background: url(images/topbg.gif) ;
}

a.navlink:link, a.navlink:active, a.navlink:visited {
	color: #8C865F ;
	font-weight: bold ;
	font-family: tahoma ;
	font-size: 11px ;
	text-decoration: none ;	
}

a.navlink:hover {
	color: #51672E ;
	text-decoration: underline ;
}