body  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	background: #f5f5eb;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}

a:link {
	color:#b26500;
	text-decoration:none;
}

a:active {
	color:#b26500;
	text-decoration:none;
}

a:visited {
	color:#b26500;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

.cmhwebservices #container { 
	width: 856px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background-image:url(../images/bkgd-content.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.cmhwebservices #header {
	background-image:url(../images/header.jpg);
	height:102px;
} 

.cmhwebservices #sidebar1 {
	float: right;
	width: 250px; /* since this element is floated, a width must be given */
	padding: 15px 20px; /* top and bottom padding create visual space within this div */
}
.cmhwebservices #sidebar1 h3, .cmhwebservices #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.cmhwebservices #mainContent {
	margin: 0 300px 0 35px;
} 

.cmhwebservices #mainContent h1 {
	color:#b26500;
}

.cmhwebservices #mainContent h3 {
	font-size:16px;
	color:#b26500;
}
.cmhwebservices #mainContent p {
	font-size:13px;
	line-height:20px;
}

.cmhwebservices #footer {
	background-image:url(images/footer.jpg);
	height:100px;
	
} 
.cmhwebservices #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 */
}

.cmhwebservices #footer .coy {
	text-align:right;
	padding-right:25px;
	padding-top:25px;
	font-size:10px;
	color:#F90;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
