BODY {
	background-color : #ffffff;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color : #000000;
	margin: 0;
	padding: 0;
}

#header	{

	height: 106px;
	background-image: url(care-background.jpg);
	background-position: right;
	background-repeat: no-repeat;
	
}

#logo	{
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

#text	{
	float: right;
	
}

#leftcol {

	clear: both;
	float: left;
	height: auto;
	width: 20%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #22097c;
	margin: 20px 5px;
	
}

#leftcol a {

	display: block;
	text-decoration: none;
	color: #22097c;
	padding: 3px;
	border-bottom: 1px solid #22097c;
	line-height: 150%;
}

#leftcol a:hover {

	background-color: #F8F7FB;
	text-decoration: underline;
	
}

#leftcol ul {

	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftcol ul li {

	display: inline;
	text-indent: 0;
}

.leftcolnolink {

	display: block;
	line-height: 150%;
	text-decoration: none;
	color: #22097c;
	background-color: #F8F7FB;
	padding: 0 3px 3px 3px;	
	border-bottom: 1px solid #22097c;
	
}

#center {

	float: left;
	width: 75%;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	margin-top: 20px;
	Margin-bottom: 20px;
	padding-left: 20px;
	
}

#footer	{

	
	float: right;
	width: 75%;
	border-top: 2px solid #22097C;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #22097C;
	margin-right: 10px;
	padding: 10px;
	text-align: right;
}

#footer a {

	
	color: #22097C;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {

	text-decoration: underline;
}

#footer ul {

	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer ul li {

	display: inline;
	text-indent: 0;
}

h1 {

	font-size: 1.2em;
	color: #22097c;
	font-weight: bold;
	font-family : Helvetica, Verdana, Arial, sans-serif;
}

h2 {

	font-size: 105%;
	color: #000000;
	font-weight: bold;
	font-family : Helvetica, Times New Roman, Arial, Verdana,  sans-serif;
}

strong {

	font-size: 100%;
	color: #000000;
	font-family : Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
	

.hide { 
	
	height: 0; 
 	width: 0; 
 	overflow: hidden; 
 	position: absolute;
 
} 

	
.hide a { 
 
	text-decoration: none;
}

img {
	border: 0;
}