body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images2/bg.jpg);
	background-color: #C65A03;
	font-size: 12px;
	color: #502F13;
}
#navigation {
	position:absolute;
	left:14px;
	top:60px;
	width:419px;
	height:28px;
	z-index:5;
	text-align: center;
	vertical-align: middle;
}
#navigation a {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color: #4A2D16;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #B44301;
	font-size: 15px;
}
#navigation a:hover {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #4A2D16;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #D4CC8D;
	border: 1px solid #B44301;
	font-size: 15px;
}
a:link, a:visited, a:active {
	color: #9A2F00;
	text-decoration: none;
}
a:hover {
	background-color: #FFBD5C;
	color: #4B2E19;
}

#logo {
	position:absolute;
	left:437px;
	top:58px;
	width:258px;
	height:83px;
	z-index:2;
}

li {
	list-style-image: url(images2/bullet.jpg);
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B59C14;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #B59C14;
	background-color: #D2CD8D;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #ffbd5c;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AA4300;
	font-style: italic;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #AA4300;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A2C22;
	background-color: #DFD06F;
	border: 1px solid #47281C;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4E331C;
	background-color: #DFD06F;
	border: 1px solid #4D2F16;
}

.altButton {
	background-color: #D66400;
	border: 1px solid #4A2F14;
	font-weight: bold;
	color: #442C1C;
}
.bottomBorder1 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666633;
}

.headline {
	font-weight: bold;
	background-color: #DFD06F;
}
.subHeadline {
	font-weight: bold;
	background-color: #FFBD5C;
}
.leftPad {
	padding-left: 25px;
}
.rightPad {
	padding-right: 25px;
}
iframe {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: center;
}

.bigFancy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #AB3900;
}
.miniText {
	font-size: 10px;
	padding-left: 35px;
	color: #D9CE92;
}
.smallitalic {
	font-size: 11px;
	font-style: italic;
	color: #AA3800;
}