/* CSS Document */

.hmSlpash {
	position:relative;
	float:left;
	}
	
.hmMsgBox {
	position:relative;
	float:left;
	width:650px;
	margin-top:10px;
	}
.hmMsgBoxTop {
	position:relative;
	height:21px;
	background-image:url(../images/hm_messagebox_top.gif);
	}
.hmMsgBoxBottom {
	position:relative;
	height:21px;
	background-image:url(../images/hm_messagebox_bot.gif);
	}
.hmMsgBoxBody {
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	background-color:#f1f1f2;
	padding:0px 20px;
	height:155px;
	}
.hmMsgBoxBody a, .hmMsgBoxBody a:visited {
	display:block;
	padding:4px 2px;
	text-decoration:none;
	color:#303030;
	font-size:96%;
	width:220px;
	}
	
.hmMsgBoxContainer {
	position:absolute;
	top:21px;
	left:240px;
	width:380px;
	height:155px;
	background-color:#FFFFFF;
	padding:5px;
	}
.cntTitle {
	margin-top:0px;
	font-weight:bold;
	color:#186ab4;
	border-bottom:1px solid #186ab4;
	padding-bottom:1px;
	font-size:100%;
	}
.cntFooter {
	text-align:center;
	color:#186ab4;
	}
.hmMsgBoxContainer p {
	font-size:95%;
	margin:6px 0px;
	line-height:14px;
	}
	
.hmExtraBox {
	position:relative;
	float:left;
	width:306px;
	margin:20px 7px;
	}
.hmExtrBTop {
	position:relative;
	height:4px;
	font-size:1px;
	background-image:url(../images/hm_extra_boxs_top.gif);
	background-repeat:no-repeat;
	}
.hmExtrBBottom {
	position:relative;
	height:4px;
	font-size:1px;
	background-image:url(../images/hm_extra_boxs_bot.gif);
	background-repeat:no-repeat;
	}
.hmExtrBody {
	padding:0px 4px;
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	height:80px;
	padding-top:3px;
	padding-bottom:2px;
	}
.hmExtrBody img {
	margin-right:4px;
	}

.homeMenu {
	position:relative;
	float:right;
	width:300px;
	margin-top:45px;
	padding-right:10px;
	}
.gwTitle {
	border-bottom:1px solid #000000;
	margin-bottom:10px;
	}
/*gateway buttons */
#homeGW {
	margin:0;
	padding:0;
	list-style:none;
	width:195px;
	float:left;
	}
#homeGW li {
	display:block;
	height:21px;
	margin-bottom:4px;
	}
#homeGW a, #homeGW a:visited {
	display:block;
	width:170px;
	height:13px;
	background-image:url(../images/oncology/homeGW.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:4px 6px;
	text-decoration:none;
	color:#FFFFFF;
	line-height:11px;
	overflow:hidden;
	}
#homeGW a:hover {
	background-position:bottom left;
	}
	
#txtDiv {
	position:relative;
	height:200px;
	border-bottom:1px solid #808080;
	margin-bottom:30px;
	overflow:hidden;
	}
#txtDiv h3 {
	font-size:110%;
	font-weight:bold;
	color:#186ab4;
	border-bottom:1px solid #808080;
	}
	
.contentDiv {
	border:1px solid #FF0000;
	}


