/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #788D32;
	text-align: center;
}
#wrapper {
	margin: 20px auto;
	position: relative;
	width: 800px;
	text-align: left;
	background: #FFF9E3;
}
#clearit {
	clear: both;
}
p {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #66761D;
	letter-spacing: 5px;
	word-spacing: 2px;
	font: italic normal 300% Georgia, "Times New Roman", Times, serif;
	padding: 5px 20px;
}
h2 {
	color: #66761D;
	font: normal 160%/140% Georgia, "Times New Roman", Times, serif;
	padding: 2px 20px;
}
h3 {
	color: #66761D;
	font: italic normal 150%/120% Georgia, "Times New Roman", Times, serif;
	margin-bottom: -10px;
	padding: 2px 0px 20px;
}
h4 {
	color: #66761D;
	font: normal 130%/120% Georgia, "Times New Roman", Times, serif;
	padding: 2px 20px;
}
h5 {
	color: #66761D;
	font: normal 115% Georgia, "Times New Roman", Times, serif;
	margin-bottom: -10px;
	padding: 2px 20px;
}
h6 {
	color: #66761D;
	font: normal 130% Georgia, "Times New Roman", Times, serif;
	padding: 2px 20px;
}
table p {
	padding: 5px 0px 15px;
}
table {
	padding-bottom: 20px;
}
a:link {
	color: #788D32;
	text-decoration: none;
}
a:visited {
	color: #849F94;
	text-decoration: none;
}
a:hover, a:active {
	color: #BF7500;
}
a:link img, a:visited img { border-style: none; } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}

