@charset "utf-8";
body {
	font: 100% Arial, Verdana, Tahoma, sans-serif;
	background: #FFF;
	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;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
h1 {
	font: 100% Arial, Verdana, Tahoma, sans-serif;
	margin-top: 35px;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	margin-left: 25px;
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
.oneColElsCtrHdr #container {
	width: 1007px;
	margin: auto;
	text-align: left;
}
.oneColElsCtrHdr #header {
	width: 1007px;
	padding: 0;
	background-color: #313640;
	clear: both;
}
.oneColElsCtrHdr #mainContent {
	padding: 0 0px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 1007px;
	background-color: #FFF;
}
.oneColElsCtrHdr #textContainer {
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 850px;
	margin-left: 50px;
	font-size: 12px;
	background-color: #FFF;
}
.oneColElsCtrHdr #textContainer1 {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 725px;
	margin-top: 5px;
	margin-right: 30px;
	font-size: 12px;
	float: right;
	background-color: #FFF;
	font-weight: bold;
}
.oneColElsCtrHdr #imageContainer {
	width: 150px;
	margin-top: 5px;
	margin-right: 20px;
	float: left;
	background-color: #FFF;
	padding-top: 0px;
	padding-left: 50px;
	padding-bottom: 10px;
}
* html ..oneColElsCtrHdr #footermenu {
  line-height: -0;
  margin-bottom: -3px;
}
.oneColElsCtrHdr #footermenu {
	height: 22px;
	clear: both;
	
.oneColElsCtrHdr #container #mainContent #textContainer1 h3 strong {
	text-align: center;
}
.oneColElsCtrHdr #container #mainContent #textContainer1 h3 strong {
	text-align: center;
}
