/* CSS Document */

/* general styles */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000000;
	background-color:#ffffff;
	margin:15px;
	}

h1{
	font-size:1em;
	color:#000000;
	font-weight:bold;
	}

label{
	font-size:1em;
	font-weight:bold;
	}

input{
	font-size:.8em;
	}

hr{
	border-bottom:2px dashed #000000;
	}

fieldset{
	padding:10px;
	}

legend{
	font-size:1.2em;
	color:#000000;
	}

.red{
	color:#FF0000;
	}

/* heading */

#header{
	width:95%;
	margin:0px 0px 20px 0px;
	}

#logo{
	float:left;
	}

#title{
	float:left;
	text-align:center;
	padding:20px;
	}

/* body */

#content{
	clear:both;
	text-align:left;
	}

/* personal information */

#personalInfo{
	font-size:.8em;
	font-weight:bold;
	}

#names{
	margin:15px 0px 0px 0px;
	}

#status{
	margin:5px 0px 15px 0px;
	}

#drivingInfo{
	margin:20px 0px 20px 0px;
	}

#drivingInfo p{
	margin:5px 0px 5px 0px;
	}

#address{
	margin:20px 0px 20px 0px;
	}

#license{
	margin:20px 0px 20px 0px;
	}

#employedBefore{
	margin:20px 0px 20px 0px;
	}	

/* current employer*/

#currentEmpl{
	font-size:.8em;
	font-weight:bold;
	}

/*  second employer*/

#secondEmpl{
	font-size:.8em;
	font-weight:bold;
	}

/*  third employer*/

#thirdEmpl{
	font-size:.8em;
	font-weight:bold;
	}

/* margin to align employer information */

.margin{
	margin:20px 0px 20px 0px;
	}

#agreement{
	font-size:.8em;
	margin:10px 0px 10px 0px;
	}

#submit{
	margin:25px 0px 25px 0px;
	}

#fax{
	font-size:.8em;
	}

/* footer */

#footer{
	font-size:.7em;
	margin:15px 0px 15px 0px;
	}