/* CSS Document */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
}


form {
	margin:0;
	padding:0;
}


#wrapper {
	width:750px;
	text-align:center;
	margin:0 auto;
}


#navigationBar {
	width:750px;
	text-align:right;
}


#content {
	padding: 0px 20px 0px 20px;
	text-align:left;
}


#progress {
	text-align:right;
}


h1 {
	font-size:2em;
}


h2 {
	font-size:1.6em;
}


h5,.screeningTable {
	font-size:1.1em;
}


p,.units {
	font-size:1.2em;
}


li {
	font-size:1.2em;
}


br {
	clear: left;
}


legend {
	font-size:1.6em;
	font-weight:bold;
	color:#666666;
}


.insetLegend {
	font-size:1.2em;
}


.insetLegendMandatory {
	font-size:1.2em;
	color:#cc3333;
}


fieldset {
	margin:1em;
	padding:3em;
}


.insetFieldset {
	margin:2em;
	padding:0;
}


label,input.text {
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 10px;
}


label {
    font-size:1.2em;
    font-weight:bold;
	text-align: right;
	width: 150px;
	padding-right: 20px;
}


.mandatory {
	color:#cc3333;
}
