/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background-color: #533501;
	background-image: url(../images/bgWood.jpg);
	color: #FFFFFF;
}
#info {
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
	width: 300px;
	margin: 0 auto;
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
}
#bgshell {
	background-image: url(../images/pqMidPlain.png);
	background-repeat: repeat-y;
	background-position: center;
	clear: both;
}
#top {
	background-image: url(../images/pqTop3.png);
	height: 206px;
	margin: 0 auto;
	padding: 0px;
	background-position: center;
	background-repeat: no-repeat;
	width: 920px;
}
#footer {
	background-image: url(../images/pqBottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	padding: 0px;
	height: 304px;
	width: 920px;
	clear: both;
}
#body {
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	padding: 0px;
	width: 920px;
	clear: both;
}
#menu {
	background-image: url(../images/pqMidPlain.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	padding: 0px;
	width: 920px;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.menuBorder {
	border: 4px solid #FFFFFF;
	padding: 3px;
	margin: 5px 0 15px 0;
	background-color: #7E020A;
}
legend {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding: 0 0 5px 0;
}



#text {
	color: #FFFFFF;
	margin: 0;
	padding: 10px 0 0 80px;
	font: 16px/20px Arial, Helvetica, sans-serif;
	float: left;
	width: 750px;
}
#text2 {
	color: #FFFFFF;
	margin: 0;
	padding: 0 0 0 70px;
	font: 16px/20px Arial, Helvetica, sans-serif;
	float: left;
	width: 750px;
}
#menuSub {
	color: #FFFFFF;
	margin: 0;
	padding: 0 0 0 70px;
	font: 12px/14px Arial, Helvetica, sans-serif;
	float: left;
	width: 750px;
}
#menuSub2 {
	color: #FFFFFF;
	margin: 0;
	padding: 0 0 0 70px;
	font: 12px/14px Arial, Helvetica, sans-serif;
	float: left;
	width: 750px;
}
#nav {
	color: #FFFFFF;
	font-size: 18px;
	margin: 0;
	padding: 0;
	height: 63px;
	position: relative;
	top: 140px;
	left: 330px;
	width: 500px;
}
.menu {
	font-family:Georgia, "Times New Roman", Times, serif;
	height:63px;
	position:relative;
	width: 550px;
	font-style: italic;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	height:33px;
	text-align:center;
	text-decoration:none;
	width:104px;
	color: #FFFFFF;
	padding-top: 30px;
}
.menu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
.menu ul li {
float:left;
position:relative;
}
.menu ul li:hover a {
	color:#FFFFFF;
	background-image: url(../images/navOver.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.clearit {
clear:both;
font-size:0;
height:0;
line-height:0;
}
h1,h2,h3,h4,h5,h6 {
	margin:0 0 3px 0;
	padding:0 0 5px 0;
}
a:link, a:visited{
	color: #FFFFFF;
	text-decoration: none;
	z-index: 500;
	position:relative;
	cursor: hand;
}
a:hover, a:active{
	text-decoration: underline;
	cursor: hand;
	z-index: 500;
}
.small {
	font-size: 10px;
}
.blurb {
	margin: 0 0px 10px 10px;
	padding: 10px;
	float: right;
	width: 300px;
	border: 2px groove #580107;
	background-color: #92020B;
	color: #FFFFFF;
	clear: both;
	font-size: 14px;
}
.right {
	float: right;
	width: 300px;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}

.blurb p {
	margin: 0px;
	padding: 5px 0 0 0;
}
#pie {
	float: right;
	width: 300px;
	padding: 0px;
	border: 1px dotted #FFFFFF;
	margin: 10px 0 15px 15px;
}
#form {
	position: relative;
	z-index: 500;
}