body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	background-color: #CCCC99;
	background-image: url(images/bgPattern.gif);
	background-repeat: repeat;
}

#base {
	width:700px;
	margin:auto;
	background:#FFFFFF;
	border: 1px solid #663300;
	padding: 4px;
}

#header {
	width: 698px;
	height: 90px;
	vertical-align: top;
	margin-bottom: 2px;
	clear:both;
}

#headerImage {
 width: 260px;
 height: 86px;
 float: left;
}

#headerTitle {
	float:right;
	text-align: right;
	vertical-align: middle;
	width: 360px;
	padding-top: 8px;
}

#submitCenter {
	width:500px;
	text-align: center;
	margin-top: 60px;
	margin-right: auto;
	margin-left: 90px;
	height: 300px;
}
#submitStatus {
	width:500px;
	height:60px;
}

#submitText {

}


.formLeft {
	width:322px;
	text-align: left;
	float:left;
	clear:left;
	margin-left: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.formRight {
	width:322px;
	float:right;
	margin-right: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.formFloat {
	width:322px;
	text-align: left;
	float:left;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 8px;
}

.formBlock {
	width:320px;
	height:26px;
}

.formBlockFloat {
	width:320px;
	height:26px;
	float:left;
}

.formBlockOption {
	width:320px;
	height:34px;
}

.formBlockSubmit {
	width:320px;
	height:34px;
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
	padding-left: 20px;
}

.formText {
	float:left;
	width:94px;
	height:20px;
	vertical-align: middle;
}

.formUnits {
	float:left;
	width:60px;
	height:20px;
	vertical-align: middle;
	padding-left: 6px;
}

.radioButton {
	float:left;
	width:100px;
	height:30px;
	vertical-align: middle;
}

.checkBox {
	float:left;
	width:40px;
	height:30px;
	vertical-align: middle;
	margin-left: 20px;
}

#foot {
	clear:left;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}


input {
	float:left;
}

.radio {
display:inline;
}

/* images */
img.option {
	width: 105px;
	height: 30px;
	float:left;
}


a {
	font-size: 12px;
	color: #666600;
}
a:link {
	font-size: 12px;
	color: #666600;
	text-decoration: none;
}
a:visited {
	color: #666600;
	text-decoration: none;
}
a:hover {
	color: #600000;
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #666600;
	text-decoration: none;
	margin: 0px;
	text-align: right;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #666600;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	clear:left;
}

p.address {
	text-align: center;
}

.txtBold {
	font-size: 13px;
	font-weight: bold;
	text-align:center;
}

.underlineCenter {
	padding: 0px;
	height: 1px;
	width: 690px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	clear: both;
}

