@charset "utf-8";
/* CSS Document */
body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2f2620;
}


h1 {
	font-size: 32px;
	color: #4a3c32;
	margin: 10px 0 0px;
	padding: 0px;
	font-weight: normal;
	text-align: left;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #4a3c32;
	margin: 10px 0px -10px;
	padding: 0px;
}
	h2.head {
		margin: 78px 0 -20px 0;
		padding: 0px;
		text-align:center;
	}
	p.head {
		font-size: 14px;
		font-weight: normal;
		color: #666666;
		font-style: italic;
		text-align: center;
		padding-top: 20px;
		letter-spacing: 1px;
		line-height: 18px;
	}
h3 {
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	color: #666666;
	text-align: left;
	margin-bottom: 15px;
}
	h3 a {
		color: #CC0000;
		text-decoration: underline;
	}
	h3 a:hover {
		text-decoration: none;
	}
a {
	color: #CC0000;
}
	a:hover {
		text-decoration: none;
	}



#container {
	width: 873px;
	margin: 0 auto;
	position: relative;
	background: url(../images/header.jpg) no-repeat top center;
	min-height: 300px;
}
	#content {
		width: 873px;
		background: #fff url(../images/content-topper.jpg) no-repeat top center;
		position: absolute;
		margin-top: 325px;
		min-height: 200px;
	}
		#left {
			width: 537px;
			float: left;
			padding: 25px 15px;
		}
			#left img {
				padding: 10px 10px 5px 0px;
			}
		#right {
			width: 285px;
			padding: 15px 10px 15px 10px;
			float: right;
			margin-top: 150px;
		}
		#footer {
			width: 95%;
			float: right;
			background-color: #2f2620;
			padding: 15px 30px;
			text-align: center;
			font-size: 11px;
		}
			#footer a {
				color: #CCCCCC;
			}
		
img {
	border: none;
	border: 0px;
}
.buttonover { margin: 0px; position:relative; display:block;width: 260px; height: 88px;}
.buttonover span {visibility:hidden;display:none;}
.buttonover:hover span {visibility:visible;display:block; position:absolute; top:0px; left:0px;}

.rightimg {position:absolute; display:block; top:14px; left:667px;}
.rightimg img {
	border: 0px;
}
.rightimg span {visibility:hidden;display:none;}
.rightimg:hover span {visibility:visible;display:block; position:absolute; top:0px; left:0px;}

fieldset {
	background-color: #f6f0eb;
	border: 1px solid #bababa;
	padding: 5px 20px 15px;
	margin-top: 20px;
	margin-bottom: 15px;
	display: block;
	width: 90%;
}
	fieldset p {
		font-size: 13px;
		font-style: italic;
		text-align: left;
		font-weight: normal;
		line-height: 18px;
	}
	legend {
		font-weight: normal;
		font-size: 24px;
		font-family: "Times New Roman", Times, serif;
		font-style: italic;
		color: #573f2f;
	}
input {
	margin: 2px;
	height: 15px;
}
ul {
	list-style-image: url(../images/bullet.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
}

li {
	margin: 4px 0 3px 0; 
	line-height: 18px;
	color: #444;

}
p {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	line-height: 22px;
	text-align: left;
}
td {
	font-size: 13px;
	padding: 2px 0px;
	color: #284554;
}
hr {
	height: 10px;
	border: 0px;
	border-bottom: 1px solid #ccc;
	clear: both;
	width: 100%;
}


