body {
	margin: 0px; padding: 0px;
	background: #E99809 url(images/app_bg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #743411;
}

noscript {
	text-align: center; 
	color: #ffffff; 
	font-size: 1.2em;
	margin-top: 5px;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 11px;
	width: 140px;
	border: solid #000000 1px;
	background: #F4D092;
	color: #743411; 
}

textarea {
	width: 240px; height: 100px;
}

select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 11px;
	background: #f3f3f3;
	color: #000000; 
}

a {
	color: #743411;
	text-decoration: none;
}

a:hover {
	color: #743411;
	text-decoration: none;
}

.checkbox {
	width: 15px; height: 15px;
	border: 0px;
	background: #F4D092;
	color: #743411;
}

.submitButton {
	width: 74px; height: 24px;
	background: #910C0D;
	font-weight: bold;
	color:#E99809;
}

.radioButton {
	border: none;
	background: #ffffff;
}

.leftCol {
	width: 330px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

.rightCol {
	text-align: left;
	vertical-align: top;
}

#page {
	width: 100%;
	text-align: center;
}

#container {
	position: relative;
	margin-left: auto; margin-right: auto;
	width: 822px;
	text-align: left;
}

#header {
	width: 822px;
	text-align: left;
	height: 160px;
}

#content {
	width: 822px;
	text-align: left;
}

#appform {
	position: relative;
	top: 25px; left: 0px;
}

#photo {
	position: absolute;
	top: 160px; left: 492px;
}

#caption {
	position: relative;
	left: 38px;
	width: 265px;
}

#footer {
	clear: both;
	width: 100%;
	height: 40px;
	background: #910C0D;
}