/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.contactparent {
	width: 258px;
/*	background-color:#C2A586;*/
	background-image:url(/portals/38/containers/container1/images/contact2.gif);
	background-repeat:repeat-y;
	margin-left:5px;

}
.contacttop {
	height:28px;
	background-image:url(/portals/38/containers/container1/images/contact1.gif);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:8px;
}
.contactmiddle {
}


.offwhiteparent {
	width: 499px;
/*	background-color:#C2A586;*/
	background-image:url(/portals/38/containers/container1/images/offwhite2.gif);
	background-repeat:repeat-y;
	margin-right:5px;

}
.offwhitetop {
	height:30px;
	background-image:url(/portals/38/containers/container1/images/offwhite1.gif);
	background-repeat:no-repeat;
	text-align:left;
	padding-left:15px;
	padding-top:8px;

}
.offwhitemiddle {
padding-right:15px;

}