@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/bg2.gif);
	background-repeat: repeat-x;
	background-color: #918C6F;
}
#clear {
	clear: both;
	height: 5px;
	width: 800px;
}
#banner {
	height: 112px;
	width: 900px;
	background-color: #FFFFFF;
}
#homeText {
	width: 400px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}
#flash {
	float: right;
	height: 300px;
	width: 420px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#pageWrapper {
	width: 900px;
	border: 3px solid #4D4130;
}
#menu1 {
	background-image: url(images/menu1.gif);
	height: 33px;
	width: 900px;
	background-repeat: repeat-x;
	font-size: 13px;
	padding-top: 14px;
}
#menu1 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#menu1 li {
	display: inline;
}
#menu1 li a {
	color: #FFFFCC;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#menu1 li a:hover {
	color: #FFFFCC;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
}
#menu2 {
	background-image: url(images/menu2.gif);
	height: 33px;
	width: 900px;
	background-repeat: repeat-x;
	font-size: 13px;
	padding-top: 14px;
}
#menu2 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#menu2 li {
	display: inline;
}
#menu2 li a {
	color: #413000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#menu2 li a:hover {
	color: #413000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #413000;
}
#content {
	width: 900px;
	background-color: #413000;
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}
#btmButtons {
	clear: both;
	height: 100px;
	width: 900px;
	background-color: #413000;
}
#btmLine {
	background-image: url(images/btmLine.gif);
	background-repeat: repeat-x;
	height: 7px;
	width: 100%;
}
#footer {
	font-size: 14px;
	color: #413000;
	height: 45px;
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
#rightCol {
	float: right;
	width: 420px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}
p a {
	color: #CCFF66;
	text-decoration: none;
}
p  a:hover {
	color: #CCFF66;
	text-decoration: underline;
}
#fullText h1 {
	font-size: 22px;
	line-height: 30px;
	text-align: center;
}
#footer a {
	color: #330000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#fullText {
	width: 850px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}
.floatLeft {
	clear: both;
	float: left;
	margin-right: 10px;
}
#fulllCol {
	float: right;
	width: 800px;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

