body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* 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: #FFF;
}

.oneColElsCtr #container {
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 90%;
	text-align: center;
}

.oneColElsCtr #container #mainContent h1 {
	font-size: 90%;
}

#mSearchResults {
width: 220px; 
text-align: left;
margin-left: auto;
margin-right: auto;
padding: 6px;
border-top:#009 solid 1px;
}

#mSearchResultsCount {
width: 220px; 
margin-left: auto;
margin-right: auto;
padding: 6px;
margin-bottom: 10px;
border-top:#009 solid 1px;
}

#mDirectionsTo {
width: 220px; 
text-align: left;
margin-left: auto;
margin-right: auto;
padding: 0px;
}

#mDirections {
width: 220px; 
text-align: left;
margin-left: auto;
margin-right: auto;
padding: 0px ;
}

#mDirections ol {
padding: 0px;
margin: 0px;
font-weight: bold;
list-style-position: inside;
}

#mDirections li {
margin: 0 0 8px 0;
padding: 0px;
}

#mDirections li span {
font-weight: normal;
}
.mHrule {
border: 0;
background-color: #009;
height: 1px;
}