/*================================
 Container Styles for DotNetNuke
================================*/   
h2{
	font-size:14px;
	line-height:1em;
}
#ContainerBase p{
	font-family:Verdana;
	font-size:12px;
	line-height:1.65;
}
#ContainerBase font{
	font-family:Verdana;
	line-height:1.65;
}
#ContainerBase td{
	font-family:Verdana;
	font-size:12px;
	vertical-align:top;
}
.Spacer{
	padding:10px 0px 0px 15px;
}
.SpacerTitleRight{
	padding-right:5px;
}
/*Container1.ascx**************************************************************/
.ContainerAll{
	width: 100%;
}
.ContainerTitleAll{
	background:url(images/cont1.jpg) no-repeat bottom left;
	border-bottom:3px #73C1B3 solid;
}
.ContainerTitleAll h2{
	font-weight:bold;
	margin:0px;
	padding:5px 0px 3px 15px;
	color#666666;
}
/*Container2.ascx**************************************************************/
.ContainerAll-2{
	width: 100%;
}
.ContainerTitleAll-2 {
	background:url(images/cont2_2.gif) bottom left;
	border-bottom:1px #DDDDDD solid;
}
.Cont2bg{
	background:url(images/cont2_1.gif) no-repeat bottom left;
}
.ContainerTitleAll-2 h2{
	font-weight:bold;
	margin:0px;
	padding:5px 0px 3px 15px;
	color#666666;
}
/*Container3.ascx**************************************************************/
.ContainerAll-3{
	width: 100%;
}
.ContainerTitleAll-3{
	background:url(images/cont3.gif) no-repeat bottom left #F3F4FF;
	border-bottom:2px #7D7F9A solid;
}
.ContainerTitleAll-3 h2{
	font-weight:bold;
	margin:0px;
	padding:5px 0px 3px 15px;
	color#666666;
}


