/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	
	
}
.containerrow1_blue {
	/*background-image: url(gradient_LtBlue.jpg);*/
}
.containerrow2_blue {
	/*background-color: #ffffff;*/
}



.contentarea_white {

	/*background-color: #ffffff;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;;
	color:#000000;
	
	
	

}


.containermaster_white {
	width: 100%;
	background-color:#F7F4E7;
	
	/*
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	*/
	margin-top:0px;
	
	
		
}

.normal
{

	background-color:#F7F4E7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;;
	color:#000000;
	

}


.Head
{
	width:75%;
	/*background-color:#0079B5;*/
	font-family:Verdana, Tahoma, Arial;
	font-weight:bold;
	font-size:12px;
	
	color:#000000;
	
	
	margin-left:-3px;

}


