body {
	margin: 20px 0;
	padding: 0;
	color: #444444;
	
	text-align : center;
	background :  #fff url(images/back2.png);
	background-repeat : repeat-x;
}

img {
	border: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
	color: #447c97
}

a {
	color: #447c97;
}

a:hover {
	text-decoration: none;
}

.img{
	float: left;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 8px;
}

.img2{
	float: right;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 8px;
}
.img3{
	float: left;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: 8px;
	margin-right: 2px;
}
/* header */

#header {
	width: 728px;
	height: 150px;
	background: #4d7acf url(images/care2-h.jpg);
}
#header a{

    
   font-size: 3.5em;
	text-align : left;
	display:block;
}

#header * {
	margin: 0;
	padding: 0;
	background: transparent;
	text-decoration: none;
	color: #fff;
}

#header h1 {
	text-align : right;
	padding: 0px 0px 0px 30px;
	font-size: 0.8em;
}

#header h2 {
	text-align : left;
	padding: 20px 0 10px 50px;
	font-size: 0.8em;
	font-weight: bold;
	color: #ffffff
}
#nav {
	clear:both;
	width : 728px;
	background: #fff;
	padding-top: 3px;
	padding-bottom: 10px;
	font-size: 13px;
	text-align : left;
}
#nav ul {
	padding: 0;
	margin: 0;
	background: #86c2ff;
	color: #fff;
	float: left;
	width: 100%;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	padding: 0.2em 1em;
	background: #86c2ff;
	color: #fff;
	float: left;
	border-right: 1px solid #fff;
}
#nav ul li a:hover {
	background: #336699;
	color: #fff;
	
}
#active a:link, #active a:visited, #active a:hover {
	background: #336699;
	color: #fff;
}

/* content */

#content {
	text-align : left;
	width: 728px;
	margin: 0 auto;
	background: #fff;
}

/* main */

#main {
	float: left;
	width: 500px;
	padding: 0 10px 0 15px;
}

#main  p {
	font-size: 13px;
	line-height : 140%;

}

.div.scroll { 
	overflow : auto;
	height : 150px;
	width : 450px;
	padding : 5px;
	margin: 10px 0 20px 0;
	border : 1px solid #86abf1;
	background : inherit;
	color: #006666;
	font-size : 13px;
	letter-spacing: 0.1em;
	line-height : 140%;
}

/* side */

#side {
	float: right;
	width: 212px;
	margin: 0 15px 0 0;
}

#side ul {
	margin: 0;
	padding-bottom: 15px;
	list-style: none;
}

#side li {
}

#side li li {
	height: 24px;
	padding: 7px 0 7px 10px;
	background: #fff url(images/img3.gif) repeat-x;
	font-size: 0.9em;
}

#side h3 {
	height: 30px;
	padding: 5px 0 0 10px;
	background: #457ee9 url(images/img2.gif) repeat-x;
	letter-spacing: 0.1em;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}

#side a {
	text-decoration: none;
}

#side a:hover {
	text-decoration: underline;
}

#side .sidetext {
	width: 212px;
	padding: 5px;
	margin-bottom:10px;
	font-size: 0.8em;
	line-height : 130%;
	border: 1px solid #457ee9;
}

/* footer */

#footer {
	width: 728px;
	height: 36px;
	margin: 0 auto;
	padding: 10px 0 0 10px;
	background: #457EE9 url(images/img2.gif) repeat-x;
	text-align: center;
	font-size: x-small;
	font-weight: bold;
}

#footer p {
	margin: 0;
	color: #006699;
}

#footer a {
	color: #006699;
}
