/*
================================
 Container Styles for DotNetNuke
================================
*/   
.containermain {
 width:100%;
 /*BORDER-RIGHT: #000000 2px solid;
	BORDER-TOP: #000000 1px solid;
	BORDER-LEFT: #000000 1px solid;
	BORDER-BOTTOM: #000000 3px solid;
	moz-border-radius-bottomleft: 7px; 
	moz-border-radius-bottomright: 7px; 
	moz-border-radius-topleft: 1px; 
	moz-border-radius-topright: 1px;
	filter: alpha(opacity= 95);
	-moz-opacity: .95;*/

}
.containermaster_green {
    color: black;
    width: 98%;
	background-color:  #DCDCB8;
	
}
.containerrow1_green {
	background-color:  #9EAE5E;
   white-space:nowrap;

}
.containerrow2_green {
	background-color: #FFFFFF;
    color: white;
}
.ContTitle {
  font-family: "Times New Roman";
	font-size: large;
	color: #FFFFCC;
font-style: italic;
  font-weight: bold;
  margin: 0;
  padding-left:15px;
padding-right:15px;
line-height:normal;
text-align: center;
/*width: 100%;*/
}

.h2Cont {
margin: 0;

}


