body {
	font-family: arial,verdana;
	background-color: #ada98a;
	background-image: url('images/MainBg.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	font-size: 13px;
	text-align: center;
}

.Main 
{
	text-align: left;
}

.clear
{
	clear: both;
	font-size: 1px;
}

#MainWrapper
{
	width: 795px;
	margin: 15px auto 5px auto;
	padding: 0px;
	background-color: #fff;
	background-image: url('images/Header.jpg');
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 2px 2px 6px 2px;
	border-color: Black;
}

#ContentWrapper
{
	margin: 116px 0px 0px 0px;
	background-image: url('images/BodyBg.jpg');
	background-repeat: no-repeat;
	position: relative;
}

#Content
{
	width: 760px;
	margin: 20px 10px 10px 25px;
	padding: 0px;
}

#Footer
{
	width: 795px;
	margin: auto;
	padding: 0px;
	color: #706855;
	font-size: 11px;
	font-weight: bold;
}

#RelatedResources 
{
	position: absolute;
	top: 10px;
	right: 8px;
	width: 160px;
	/*
	background-image: url('images/BodyBg.jpg');
	background-position: 0px -80px;
	background-repeat: repeat-x;
*/
}

#RelatedResources div
{
	position: relative;
	height: 25px;
	width: 130px;
	margin: auto;
	text-align: left;
	padding-left: 5px;
}

#RelatedResources img
{
	border:0px;
	display: block;
	float: left;
	margin-top: 3px;
}

#RelatedResources a, #RelatedResources a:visited
{
	color: #cc3333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	margin-top: 3px;
}

#RelatedResources a:hover, #RelatedResources a:active
{
	color:Black;
	text-decoration: underline;
}

.Left
{
	float: left;
}

.Right
{
	float: right;
}

h4 {
	/* color: #2F4E88; */
	color: #cc3333;
	font-size: 18px;
	padding: 1px;
	margin: 0px;
}

ul.Instructions {
	color: black;
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	font-weight: bold;
	font-size: 12px;
	display: block;
	width: 65%;
}

ul.Warning 
{
	text-align: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #cc3333;
	font-weight: bold;
	font-size: 14px;
}

.txt200 {
	width: 175px;
	margin-top: 5px;
	height: 14px;
}

.txt140 {
	width: 140px;
}

div.ContactInfo 
{
	width: 275px;
	clear: left;
	float: left;
	border: 0px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	text-align: left;
}

div.ContactInfo .DropDown
{
	width: 175px;
	margin-top: 8px;
}

div.ContactInfo div.FieldName
{
	clear: left;
	float: left;
	width: 75px;
	font-size: 13px;
	font-weight: bold;
	color: Black;
	margin: 6px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

div.ContactInfo .Comments
{
	margin-top: 15px;
}

div.ProjectDetails
{
	float: left;
	width: 340px;
}

div.ProjectDetails div.FieldName
{
	clear: left;
	float: left;
	width: 100px;
	font-size: 13px;
	font-weight: bold;
	color: Black;
	margin: 6px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

div.ProjectDetails div.FieldNameLong
{
	clear: left;
	float: left;
	width: 200px;
	font-size: 13px;
	font-weight: bold;
	color: Black;
	margin: 6px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

div.ProjectDetails .RadioButtonList
{
	width: 175px;
	margin-top: 6px;
}

#Proceed 
{
	float: left;
	margin-top: 190px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #cc3333;
}

#Proceed input
{
	margin-top: 5px;
}

.Required
{
	color: #cc3333;
}

.ApplicationList 
{
	clear: left;
}

div.Required {
	border: 2px solid #2F4E88;
	width: 770px;
	padding: 2px 2px 4px 2px;
}

div.RequiredDivsLeft {
	float:left;
	margin: 0px 8px 0px 0px;
	padding: 0px;
}

div.RequiredDivsRight {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	float: left;
}

div.Bottom {
	list-style-type: none;
	display: inline;
	text-indent: 0px;
	padding-top: 0px;
	margin: 0px;
	width: 760;
}

div.LeftSide {
	float: left;
	text-align: left;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	width: 300px;
}

div.RightSide {
	float: right;
	text-align: left;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	width: 440px;
}

div.RightSide div.left {
	float:left;
	width: 220;
	padding-top: 10px;
}

div.RightSide div.right {
	text-align: right;
	float: right;
	width: 220;
	padding-top: 10px;
}

span.PDFDisclaimer {
	font-size: xx-small;
	vertical-align:top;
}