body {
	margin: 0px;
	padding: 0px;
}
#Container {
	width: 966px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #368CCB;
} 
div.scroll {
height: 200px;
width: 300px;
overflow: auto;
border: 1px solid #666;
background-color: #ccc;
padding: 8px;
}
.scrollText {
	position:relative;
	padding-right:10px;
	padding-bottom:15px;
	margin-bottom:0px;
	line-height:17px;
	width:603px;
	height:366px;
	overflow:auto;
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	color: #368CCB;
	font-size: 14px;
}
.spacer10  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#Container .scrollText h3 {
	margin: 0px;
	padding: 0px;
}
.scrollForm {
	position:relative;
	width:750px;
	height:335px;
	overflow:auto;
}

/* All Link Tags */
a:link, a:visited {
	color: #4B2630;
	text-decoration: underline;
}
a:active, a:hover {
	color: #4B2630;
	text-decoration: underline;
}
a.linkFooter:link, a.linkFooter:visited {
	font-weight: bold;
	color: #886D6B;
	text-decoration: none;
}
a.linkFooter:active, a.linkFooter:hover {
	color: #886D6B;
	text-decoration:underline;
	font-weight:bold;
}
a.linkSubNav:link, a.linkSubNav:visited {
	color: #4B2630;
	text-decoration: none;
}
a.linkSubNav:active, a.linkSubNav:hover {
	color: #4B2630;
	text-decoration:underline;
}
a.linkNav:link, a.linkNav:visited, a.linkNav:active  {
	text-decoration:none;
	font-size: 10px;
	line-height: 15px;
}
a.linkNav:hover {
	text-decoration:none;
	color: #000000;
}
.formField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.formButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #886D6B;
	background-color: inherit;
	border: 1px solid #886D6B;
}
#Container #Copyright {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #368CCB;
	background-color: #ECAB57;
	padding-top: 4px;
	padding-bottom: 2px;
	font-weight: bold;
	padding-left: 133px;
}
#Container #Phone {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #ECAB57;
	background-color: #0f3f76;
	padding-top: 4px;
	padding-bottom: 2px;
	font-weight: bold;
}
#Employment {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #368CCB;
	background-color: #ECAB57;
	padding-top: 4px;
	padding-bottom: 2px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 6px;
}
#EmploymentLower {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #368CCB;
	background-color: #FFF7E7;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
}
a:link {
	color: #368CCB;
}
a:visited {
	color: #368CCB;
}
a:hover {
	color: #000000;
}
a:active {
	color: #368CCB;
}
