body { 
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", times, serif;
	color: #000000;
	background-color: #d3d3d3;
	margin: 0px;
}

/*** Multi-column ***/

.page {
	display: block;
	width: 100%;
	padding: 0px;
	background-color: #d3d3d3;
}

#header,#footer {
	clear: both;
	background-color: #045C8F;
	padding: 8px;
}

#content { 
	float: left;
	width: 70%;
        min-width: 700px;
	padding: 2%;
	border-left: 2px solid #999;
	background-color: #fff;
}

p.instructions {
	font: normal 14px "Helvetica Neue Narrow",Arial, Helvetica, sans-serif;
        margin-left: 0em;
        margin-right: 3em;
} 

fieldset  {
	font: 0.8em "Helvetica Neue", helvetica, arial, sans-serif;
	color: #666;
	background-color: #efefef;
	padding: 10px;
	border: solid 1px #d3d3d3;
	width: 80%;
	}
	
legend  {
	color: #666;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #d3d3d3;
	padding: 2px 6px;
	margin-bottom: 8px;
	}

form#initialpage label   {
	font-weight: bold;
	line-height: normal;
	text-align: right;
	margin-right: 10px;
	position: relative;
	display: block;
        clear: both;
	float: left;
	width: 35%;
        white-space:nowrap
	}

form#initialpage label.required   {
        color: #000000;
	font-weight: bold;
	line-height: normal;
	text-align: right;
	margin-right: 10px;
	position: relative;
	display: block;
        clear: both;
	float: left;
	width: 35%;
        white-space:nowrap
	}

form#processingpage label   {
	font-weight: normal;
	line-height: normal;
	text-align: left;
	margin-left: 3px;
	position: relative;
	display: inline;
	}

form#processingpage label.required   {
        color: #000000;
	font-weight: bold;
	line-height: normal;
	text-align: right;
	margin-right: 3px;
	position: relative;
	display: inline;
	width: 35%;
        white-space:nowrap
	}

form#initialpage label.wide   {
	font-weight: bold;
	line-height: normal;
	text-align: left;
	margin-right: 10px;
	position: relative;
	display: block;
        clear: both;
	width: 100%;
        white-space:normal
	}

label.fieldLabel	{
	display: inline;
	float: none;
	}
	
input.formInputText   {
	font-size: .8em;
	color: #666;
	background-color: #fee;
	padding: 2px;
	border: solid 1px #f66;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 18px;
	position: relative;
	}

input.formInputTextReq   {
	font-size: .8em;
	color: #666;
	background-color: #fee;
	padding: 2px;
	border: solid 1px #f66;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 18px;
	}
	
input.formInputText:hover {
	background-color: #ccffff;
	border: solid 1px #006600;
	color: #000;
	}
	
input.formInputText:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	}
	
select.formSelect  {
	font-size: .8em;
	color: #666;
	background-color: #fee;
	padding: 2px;
	border: solid 1px #f66;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	}

select.formSelect:hover  {
	color: #333;
	background-color: #ccffff;
	border: solid 1px #006600;
	}
	
select.formSelect:focus  {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	}

input.formInputButton   {
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #300;
	background: #f99 repeat-x;
	padding: 1px;
	border: solid 1px #f66;
	cursor: pointer;
	float: left;
	}
	
input.formInputButton:hover   {
	background-color: #cccccc;
	}
	

