body  {
    font: 100.01%/1.3 Verdana,Arial,sans-serif;
	background: #07A9AB;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 15px 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;
}
div#box{
	text-align: left;
	width: 900px;
	padding: 10px;
	margin:0 auto;
    background:#ffffff;
	color:#000
}
#container { 
	width: 95%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
}
#header, #footer {
	padding: 20px 0 20px 0;
	border-top: 3px solid #000080;
	border-bottom: 3px solid #07A9AB;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px 15px 0px;
	border: none;
}
#mainContent { 
	text-align: center;
	margin: 0 0 0 150px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px 20px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: center url(../../images/centaCarePages/common/waterMark.png) #ffffff no-repeat;

} 
#flashContent{
	width: 450px; 
	float:right;
}
#flashContent2{
	float: right;
}
.pic {
	padding: 2px;
}
.footnote{
	font-size: 9px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.headerText{
	float:left; 
	font-size: 20px; 
	line-height: 80px
}
.footerTextRight{
	float:right; 
	text-align:right; 
	font-size:9px; 
	vertical-align:bottom; 
	margin-right:15px;	
}
h1, h2, h3{
	font: lighter 200% "Trebuchet MS",Arial sans-serif;
	font-style: italic;
	color: #162E76;
	margin:0;
	padding: 0 20px;

}
h1{
	font-size: 22px;
}
h2, h3{
	font-size: 16px;
	line-height: 10px;
}
h3{
	text-align: left;
}
p{
	text-align: left;
	font: 15px "Trebuchet MS",Arial sans-serif;
}
p.center{
	text-align: center
}
ul, ol {
	text-align: left;
	font: 15px "Trebuchet MS",Arial sans-serif;
}
il {
	list-style:url(../../images/centaCarePages/common/centa-button.jpg) inside;
}
a:link {
	text-decoration: none;
	color: #162E76;
	font: 15px "Trebuchet MS",Arial sans-serif;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
	font: 15px "Trebuchet MS",Arial sans-serif;

}
a:link img {
	text-decoration:none;
	border:none;
}
a:visited img {
	text-decoration:none;
	border:none;
}
