@import url("healthcareHidden.css");

body {
	background-color: #999999;
	color: #dddddd;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* TEXT AND LINKS */ 
p {
   padding-right: 30px;
	padding-left: 30px;
	margin: 0.5em 0 0 0;
}	

	
A, A:LINK {
	color: #cad3df;
	text-decoration: underline;
}

A:VISITED {
	color: #b5c2d2;
	text-decoration: underline;
}

A:HOVER {
	color: #ffffff;
	text-decoration: none;
}

A IMG {
 border: 0;
}

.centerBold {
	text-align: center ! important;
	font-weight: bold;
}

A.sidebar:link {
	color: #eeeeee;
	text-decoration: underline;
}

A.sidebar:hover {
	color: #dddddd;
	text-decoration: none;
}

A.footer, A,footer:link {
	color: #eeeeee;
	text-decoration: underline;
}

A.footer:hover {
	color: #ffffff;
	text-decoration: none;
}

H1 {
	color: #eeeeee;
	font-size : 170%;
  	margin: 1em 0 0 0;
	padding: 0;
	text-indent: 30px;
}

H2 {
	color: #dddddd;
	font-size: 150%;
  	margin: 1em 0 0 0;
	padding: 0;
	text-indent: 30px;
}

H3 {
	color: #dddddd;
	font-size: 125%;
  	margin: 1em 0 0 0;
	padding: 0;
	text-indent: 30px;
}

H4 H5 H6 {
	font-size: 90%;
	font-weight: bold;
  	margin: 1em 0 0 0;
	padding: 0;
	text-indent: 30px;
}


HR {
    color: #eeeeee;
}
DD {
	text-indent: -20px;
}

.highlight {
	color: #ffffff;
	font-size: 98%;
	font-weight: bold;
}

.small {
	font-size: 11px;
}

OL, LI {
	margin-left: 60px;
	margin-right: 30px;
	margin-top: 0.5em;
}

DL, DT, DD {
	margin-left: 40px;
	margin-right: 30px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 120%;
}

.callout {
	background-color: #cad3df;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}