/* 
================================
 Container Styles for DotNetNuke
================================
*/   
DIV {
	margin: 0px 0px 0px 0px;
}

.container {
	width: 100%;
	margin: 0px;
}
.buttons {
	
}

.container-green-top {
	background-color:#75DC95;
	color:#ffffff;
	width:569px;
	height:9px;
	margin:0px;
}
.container-green-maincontainer {
	width:569px;
	height: auto;
	background-image: url(container_greenhead_bg.gif);
}
.container-green-leftcol {
	width:25px;
	float:left;
	background-image: url(container_greenhead_left_round.gif);
}
.container-green-centercol {
	background-color: #43C36A;
}
.container-green-rightcol {
	width:25px;
	float:right;
	background-image: url(container_greenhead_right_round.gif);
}


.disease-news {
	width: 700;
	height: 300px;
	overflow: auto;
	border: 1px solid #81BAD1;
	padding: 5px;
}


/* ------------------ OVERRIDES -------------------- */
/* style for module titles */
.Head   {
	color:#ffffff;
	font-family: Arial, Helvetica, Verdana, Trebuchet MS, sans-serif;
	font-size:14px;
	background-color:#43C36A;
		font-weight:bold;

}

