@charset "UTF-8";
/* CSS Document */

body {
	font : 12px / 15px Verdana, Arial, Helvetica, sans-serif;
	color : #333;
	background-image: url(../images/bgrd2.jpg);
	background-repeat: repeat-y;
	background-position: center 0;
	text-align : center;
	margin: 0;
	padding: 0; }

div#header {
	background-image: url(../images/care07header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width : 800px;
	height:118px;
	overflow: auto;
	margin : 0 auto;
	padding:0;
	}
.headertext {
	font-weight: bold;
	background-position: 0 bottom;
	text-align: right;
	vertical-align: text-bottom;
	padding-top: 25px; }
div#separator {
	width : 800px;
	height: 10px;
	margin : 0;
	padding : 0;
	color:#ffffff;
	background-color: #30437a; }

div#container {
	background-color: #fff;
	width:800px;
	overflow:auto;
	margin : 0 auto;
	padding : 0;
	text-align : left;
	border: solid 1pt #30437a; }

div#content {
	background-color: #fff;
	background-image: url(../images/menubox160.gif);
	background-repeat: repeat-y;
	width : 100%;
	overflow:auto; }

div#maincontent {
	background-color: transparent;
	background-repeat: repeat-y;
	float: right;
	width:620px;
	margin : 0;
	padding: 10px; }

div#menu {
	float: left;
	width : 160px;
	margin : 0;
	padding : 0;
	color:#ffffff;
	background-color: #30437a;
	height: auto;
	}

.menutext {
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
	margin-top: 0.3em;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 0; }

div#site_info {
	width:640px;
	float: right;
	border-top: 1px solid #30437a; }

div#site_info p a {
	color: #30437a; }

.footer {
	text-align:left;
	color:#30437a;
	letter-spacing:normal;
	padding: 10px;
	font-size:10px;
	font-weight: bold; }

.clear {clear:both;}

p {
	margin:0 5px 0 0;
	padding:2px 0 5px;
	}

h1 {
	color: #009;
	padding:5px 0;
	font-size:16px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0; }
h1.Col2 {
	color: #009;
	padding:5px 0;
	font-size:16px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 12px; }
h2 {
	margin:0 0 0 0;
	font-size:14px;
	font-weight: bold;
	padding: 5px 0; }


h3 {
	margin:0 0 0 0;
	font-size:12px;
	font-weight: bold;
	padding: 0 0 1px; }
	
a:link {
	color: #00c;
	text-decoration: underline;
	}

a:visited {
	color: #009;
	text-decoration: underline; }

a:hover { color: #00c }
a:active { color: #00c; text-decoration: none }

.byline {
	margin:0 1em 0 0.75em;
	font-size:12px;
	font-weight: bold;
	font-style: italic;
	padding: 0.25em 0 1em; }

.twocollist p {
	width: 400px;
	height: 1%;
	margin: 0;
	padding: 0 0 0 150px; }

.twocollist label{
	float: left;
	margin-left: -150px; /*width of left column*/
	width: 150px;
	padding-right: 10px;
	padding-left: 15px; /*width of labels. Should be smaller than left column to create some right margin*/
	}
.twocollist span.secondcol{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 275px;
	padding-left: 15px; }
	
ul.simplelist li {
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	margin: 0 0 0 -25px;
	padding: 0;
	list-style-type: none; }
	
.indent { margin-left: 36px }
.halfindent { margin-left: 18px }
.bullet    { font-weight: normal; margin-top: -10px }
.smaller { font-size: 10px }
.pictureboxR {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
	padding: 5px;
	outline: solid 1px #ccc; }

.pictureboxL {
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	padding: 5px;
	outline: solid 1px #ccc; }
.pictureboxM {
	margin: 2px 0 2px 0;
	padding: 5px;
	outline: solid 1px #ccc; }
.caption {
	font-size: 10px;
	font-style: italic;
	margin-top: 5px;
	margin-left: 5px; }
.pictureL {
	margin-right: 10px;
	margin-bottom: 2px; }
.pictureR {
	margin-bottom: 2px;
	margin-left: 10px; }
.Q {
	font-weight: bold;
	vertical-align: super;
	margin-bottom: 3px;
	list-style-image: url(../images/Q.gif);
	 }

.A {
	margin-bottom: 15px;
	list-style-image: url(../images/A.gif); }

