/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.master {
	width: 100%;
	background-color: #ffffff; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	margin-top:15px;
	padding-left:10px;
	padding-right:10px;
}
.containerrow2 {
	background-color: #ffffff;
}
.content{
	font-family: Verdana, sans-serif;
	font-size:12px;
	color: #757575;
}
.title{
	font-family: "Trebuchet MS", sans-serif;
	font-size:30px;
	color:#000000;
}
hr{
	color:#CCCCCC;
}


