@charset "utf-8";
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:large;
	}
p {
	font-size:85%;
	margin:0 0 5px 25px;
	max-width: 650px;
	}
p {
	font-size: small;
	color: #304863;
}

form {
	width:600px;
	margin:15px auto 10px 20px;
	}
label {
	display:block;
	font-weight:bold;
	}
textarea {
	width:400px;
	height:150px;
	}
.textInput {
	width:250px;
	text-align: left;
	margin-left: -2px;
	
	}
/* Rules added when inserting checkboxes */
.chkRad {
	float: left;
	margin-bottom: 8px;
	margin-left: 30px;
}
.chkRad label {
	display:inline;
	}
.clearIt {
	clear:both;
	}
select {
	margin:5px 0 8px 30px;
	}
.position {
	margin-left: -2px;
}
/* Add this style for warning messages */
.warning {
	font-weight:bold;
	color:#FF0000;
	font-size: x-small;
	}
#main h3 {
	font-size: small;
	color: #165454;
	margin-bottom: 40px;
	text-align: center;
}
#main a {
	color: #0000CC;
	text-decoration: none;
}
#main a:hover {
	color: #0000D5;
	text-decoration: underline;
}

