

body 
{
	text-align: center;
}

#layer1 
{ 
  height: 512px; 
  width: 775px; 
  left: 0; 
  top: 0; 
  margin-left: 0px;
  position: absolute; 
  z-index: 2; 
  visibility: visible; 
	background-color: transparent;
}

div#container
{
   width: 800px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}

#mainForm 
{
  position: relative;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
	border: 0px;
	border-style: solid;
	text-align: left;
	width: 65%;
	background-color: transparent;
}

ul.mainForm
{
	list-style-type: none;
	font-family: Verdana
	font-size:12px;	
	background-color: transparent;
}

li.mainForm
{
	padding-bottom: 4px;
}


#mainFormError
{
	position: relative;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
	border: 0px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
}



input.mainFormError
{
	background-color: none;
}


textarea.mainFormError
{
	background-color: transparent;
}


select.mainFormError
{
	background-color: transparent;
}

#formInfo
{
	position: relative;
	width: 100%;
	background-color: transparent;
	margin:0 0 0 0;
}

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Verdana
	font-weight:normal;
	font-size:14px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: none;
}


p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family:Verdana;
	font-weight:normal;
	color: transparent;
	font-size:14px;
	position:relative;
	left:20px;
	top:0px;
	color: none;
}

#formFields
{
	position: relative;
	width: 100%;
	background-color: transparent;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	position: relative;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  line-height:125%;
  border:none;	
	display:block;	
 	font-family:Verdana;
  font-size:80%;
	font-weight:bold;
	color: #5c391d;
}

label.formFieldOption
{
	font-family:Verdana;
  font-size:80%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:0px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:4px 0 0 3px;
	width:13px;
	height:13px;
	background-color: transparent;
}


p.footer
{
	text-align: center;
	font-family: Verdana;
	font-weight:normal;
	color: #5c391d;
	font-size:10px;
	position:absolute;
	top:380px;
	left:150;
	letter-spacing: 0px;
}

a.footer
{
	text-align: center;
	font-family: Verdana;
	font-weight:normal;
	color: #5c391d;
	font-size:10px;
	position:relative;
	top:0px;
	letter-spacing: 0px;
}



/* ######### Style for Drop Down Menu ######### */
/* ######### Style for Drop Down Menu ######### */
/* ######### Style for Drop Down Menu ######### */
/* ######### Style for Drop Down Menu ######### */




.chromestyle{
width: 265px;
position: relative;
top: 110px;
left: -90px;
margin-left: auto;
margin-right: auto;
font:bold 12pt verdana;
z-index: 100;
}


.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #7C5A35;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
font:normal 14px Verdana;
line-height:18px;
z-index:100;
background-color: #F8F0E6;
width: 180px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-align: left; 
text-indent: 5px;
border-bottom: 1px solid #F8F0E6; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #5c391d;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
