/* Page format follows: */
body {
	background-image: url(../images/img01.gif);
	background-repeat: repeat;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
h1, h3, p {
	padding: 0;
	margin: 0;
	}

.instructions {
	margin: 25px 30px;
	}
.questions {
	font-size: 14px;
	font-weight: lighter;
	margin-top: 10px;
	padding-left: 10px;
	font-style: italic;
	}
.checklist {
	padding-top: 10px;
	padding-left: 30px;
	}
p 	{
	font-size: 14px;
	font-weight: lighter;
	color: #333;
	}
/* Form styles follow: */
fieldset h3 {
	font-size: 14px;
	color: #800000;
	font-style: italic;
	font-weight: lighter;
	margin: 0px;
	padding: 15px 0 5px 0;
	}
fieldset li {
	margin: 0 0 10px 0;
	}
legend {
	font-size: 16px;
	/*border: 1px solid #0054a8;*/ 
	color: #0054A8;
	}
ol {
	list-style-type: none;
	 }
fieldset {
	font-size: 14px;
	color: #333;
	padding-right: 15px;
	margin: 0 25px 20px 25px;
	/*border: 1px solid #80BFFF;*/
	}
input {
	margin-right: 10px;
	}
label {
	font-size: 14px;
	margin-right: 0.6em;
	font-weight: lighter;
	color: #333;
	}
.address li {padding-bottom: 12px; }

#dhtmltooltip {
	position: absolute;
	width: 150px;
	text-align: left;
	border: 1px solid black;
	padding: 2px;
	font-size: 12px;
	font-weight: 800;
	background-color: #33CCCC;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	}