body {
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0px;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(http://www.actionboxinc.com/images/back.gif);
}
body, td, th {
	color: #000000;
}
.oneColLiqCtrHdr #container {
	width: 948px;
	margin: 0 auto;
	text-align: left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}
.oneColLiqCtrHdr #header {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	width: 948px;
	margin: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColLiqCtrHdr #leftDiv {
	left: 0;
	text-align: left;
	position: relative;
	width: 270px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.oneColLiqCtrHdr #rightDiv {
	right: 0;
	text-align: left;
	position: relative;
	width: 300px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.oneColLiqCtrHdr #mapDiv {
	left: 0;
	text-align: left;
	position: relative;
	width: 318px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
h2 {
	color: #990000;
	text-transform: uppercase;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-indent: 10px;
}
h3 {
	color: #000066;
	text-transform: uppercase;
	font-size: 14px;
}
h4 {
	color: #000000;
	font-size: 12px;
}
.DivText{
	font-size: 16px;
	color: #990000;
	text-transform: capitalize;
	font-style: normal;
	font-weight: normal;
	text-indent: 10px;
	vertical-align: bottom;
}
.14pxblack{
	font-size: 14px;
	color: #000033;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	vertical-align: bottom;
	text-decoration: none;
}
