body {
	font-family:Arial, Helvetica, sans-serif;
	
	font-size: 100%;
	color: #362d66;
}


* {margin:0; padding:0;}
img {border: 0;}


/********************************************************************************************************************/
/* POSITIONING */
div.wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}



div#headerholder{
	/*background-color:#FFF;*/
	width:auto;
	height:138px;
	background-image:url(../images/applications/header.jpg);
	background-repeat:no-repeat;

	}	

div#contentarea {
	width:auto;
	height:740px;
	
	
	
}
div#column1 {
	width:200x;
	margin-top:18px;

	float:left;
}
div#column2 {
	
	float:left;
	margin-top:20px;
	width:540px;

}



/* Respect to Tony Aslett - www.csscreator.com */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

/* END OF POSITIONING */
/********************************************************************************************************************/


#map {
	width:540px;
	height:400px;
}





ul.pagebullets, ol.pagebullets{
margin-left:26px;
font-size:.9em;
}

ul.red{
margin-left:15px;
font-size:.9em;
}
/*
label.red{
background-color:#EEEEEE;
width:100%;
padding-left:20px;
}
*/



.form-section-header{
background-color:#709D40;
color:#FFF;
font-weight:bold;
padding:2px;
padding-left:5px;
}
.form-section-header-sub{
background-color:#EEE;
font-weight:bold;
padding:2px;
}
.form-title{
color:#362D66;
font-weight:bold;
font-size:1.2em;
margin-bottom:5px;
margin-top:10px;
}

.pc{
color:#E68A00;
font-weight:bold;
}

.red{
color:#990033;
}
.green{
color:#709D40;
}

.welcomelink{
color:#709D40;
font-size:1.4em;
font-weight:bold;
}

.formfield{
	border : 1px solid #362d66;
	
	
	margin-bottom:2px;
	margin-top:2px;
	
}

.formfieldpaddedradio{
margin-left:5px;
margin-right:5px;
}

.formfieldred{
	border : 1px solid #990033;
	margin-bottom:2px;
	margin-top:2px;
	
}
.explanation-comment{
font-size:.7em;
}
#maintable{
margin-left:auto;
margin-right:auto;
}

label, p{
font-size:.9em;
}

p {
margin-bottom:10px;
}

A:link.pagelink
	{
	color: #5D7634;
	text-decoration: underline;
	}
A:visited.pagelink
	{
	color: #5D7634;
	text-decoration: underline;
	}
A:hover.pagelink
	{
	color: #94B854;
	text-decoration: underline;
	}	
/***************/

