@charset "utf-8";
body {
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColLiqCtr #container {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColLiqCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
}
.oneColLiqCtr #pictureScroll {
	width: 100%;
	overflow: auto;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 280px;
}
.oneColLiqCtr #pictureScroll img {
	padding: 5px;
}


.oneColLiqCtr #logo {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.oneColLiqCtr #credit {
	text-align: right;
	width: 200px;
	float: right;
	margin-top: -15px;
	margin-right: 5px;
}
.oneColLiqCtr #credit a {
	color: #FFFFFF;
	text-decoration: none;
}







.oneColLiqCtr #navContainer {
	position: relative;
	left: 20px;
	top: 20px;
}
.oneColLiqCtr #bodyContainer {
	width: 560px;
	position: absolute;
	left: 460px;
	top: 20px;
}
.oneColLiqCtr #bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}


.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #C5CD8D;
}
.archDrawing {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 535px;
}
#bodyText table {
	position: relative;
	width: 100%;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#bodyText td {
	padding: 5px;
}
#form1 input {
	background-color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#form1 #Note {
	background-color: #333333;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
#form1 #Submit {
	background-color: #333333;
	border: 1px solid #FFFFFF;
}

