body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #023A06;
	background-image: url(../Images/background_02.gif);
}
.oneColElsCtr #container {
	width: 700px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 1000px;
	position: relative;
	background-color: #023B06;
}
.oneColElsCtr #container #mainContent #address {
	position: absolute;
	left: 207px;
	top: 9px;
	width: 489px;
}
.oneColElsCtr #container #mainContent #fax {
	position: absolute;
	left: 570px;
	top: 32px;
	font-size: small;
	color: #FFF;
}
.oneColElsCtr #container #mainContent #white {
	position: absolute;
	left: -14px;
	top: 680px;
	width: 725px;
	height: 89px;
	background-color: #FDFEFD;
}
.oneColElsCtr #container #mainContent #content-txt {
	position: absolute;
	left: 333px;
	top: 74px;
	width: 372px;
	height: 36px;
	font-size: x-large;
	font-weight: bold;
}
.oneColElsCtr #container #mainContent #content-txt2 {
	position: absolute;
	left: 332px;
	top: 126px;
	width: 354px;
	height: 155px;
	font-size: small;
	color: #FFF;
}
.oneColElsCtr #container #mainContent #pics {
	position: absolute;
	left: 48px;
	top: 485px;
	width: 501px;
	height: 173px;
}
.oneColElsCtr #container #mainContent #pics table {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.oneColElsCtr #container #mainContent #pics table {
	height: 170px;
	width: 550px;
}










.oneColElsCtr #mainContent {
	padding: 0 px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 678px;
	position: absolute;
	width: 700px;
	top: 231px;
	left: 0px;
}





.formtxt {
	font-size: medium;
}
.oneColElsCtr #container #mainContent #logos {
	position: absolute;
	height: 411px;
	left: 32px;
	width: 39px;
	top: 61px;
}
.oneColElsCtr #container #mainContent #nav {
	position: absolute;
	left: 49px;
	top: 58px;
	height: 401px;
	width: 230px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}
.oneColElsCtr #container #mainContent #nav table {
	height: 401px;
	width: 229px;
}
.oneColElsCtr #container #mainContent #emergecy-photo {
	position: absolute;
	left: 335px;
	top: 308px;
	width: 202px;
	height: 152px;
}
.oneColElsCtr #container #mainContent #emergecy-photo img {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

