/* CSS Document */
 /*{
	width: 100%;
	display: block;
	text-align: left;
	padding: 0px 0px 0px 2px;
	background: #333366;
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.HealthTopics{
	display: block;
	background:#FFFFFF;
	margin-bottom: 20px;
	width: 100%;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	float: left;
}
.HealthTopics a {
	display: block;
	border-bottom: 1px solid #999999;
	text-align: left;
	padding: 3px;
	background: #ECECFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333366;	
}
.HealthTopics a:hover {
	background-color: #FFFFCC;
	display: block;
	text-align: left;
	padding: 3px;
}
*/

/* Thumbnail hover to enlarge CSS- Barry */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}




.Column_70
{
	width: 65%;
	display: block;
	float: left;
}
.Column_30
{
	float: right;
	width: 30%;
	display: block;
	margin: 0px;
	padding: 0px;
}
.HealthTopics {
	margin: 0px 0px 15px 15px;
	width: 100%;
	padding: 0px;
	float: right;
	border: thin solid #333366;
}
.HealthTopics a {
	display: block;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	padding: 5px;
	background: #F5F5F5;
	
}
.HealthTopics a:hover {
	background-color: #FFFFCC;
	display: block;
	text-align: left;
	padding: 5px;
}

.HealthTopics_Header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #333366;
	color: #FFFFFF;
	font-weight: bolder;
	margin: 0px;
	padding: 2px;
}
.HealthTopics_Top {

}
.HealthTopics_Top a {
	display: block;
	border-bottom: 1px solid #999999;
	text-align: right;
	padding: 5px;
	background: #F5F5F5;
	
}
.HealthTopics_Top a:hover {
	background-color: #FFFFCC;
	display: block;
	text-align: right;
	padding: 5px;
}

.HealthTopics_Indent {
}

.HealthTopics_Indent a{
	display: block;
	border-bottom: 1px solid #999999;
	text-align: left;
	padding: 5px 5px 5px 30px;
	background: #F5F5F5;
}

.HealthTopics_Indent a:hover {
	background-color: #FFFFCC;
	display: block;
	text-align: left;
	padding: 5px 5px 5px 30px;
}

.HealthTopics_Indent2 {
}

.HealthTopics_Indent2 a{
	display: block;
	border-bottom: 1px solid #999999;
	text-align: left;
	padding: 5px 5px 5px 60px;
	background: #F5F5F5;
}

.HealthTopics_Indent2 a:hover {
	background-color: #FFFFCC;
	display: block;
	text-align: left;
	padding: 5px 5px 5px 60px;
}