* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-color: #dfdfdf;
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;
}
#outer {
	text-align: center;
	height: auto;
	width: 100%;
}
#banner {
	background-color: #dfdfdf;
}
#inner {
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	background-color: #FFFFFF;
}
#mainContent {
	width: 700px;
	margin-left: 85px;
}
#macrobanner, #welcome {
	margin-bottom: 20px;
}
#macrobanner {
	background-color: #dfdfdf;
	margin-bottom: 0px;
}
#introParagraph {
	width: 80%;
}
p {
	line-height: 14px;
	margin-bottom: 10px;
}
h2 {
	font-weight: bold;
	margin-bottom: 10px;
}
h3 {
	font-weight: bold;
	margin-bottom: 10px;
}
hr {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #010066;
}
.formTD {
	padding-top: 5px;
	padding-bottom: 5px;
}
.textField, .select, .textFieldSmall {
	padding: 2px;
	height: 15px;
	width: 75%;
	border: 1px solid #D5D5D5;
}
.textFieldSmall {
	width: 10%;
}
.textFieldArea {
	padding: 2px;
	border: 1px solid #D5D5D5;
}
.select {
	margin-bottom: 5px;
	height: 20px;
}
.fileUpload {
	padding: 2px;
	height: 20px;
	border: 1px solid #D5D5D5;
}
