/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_free {
	width: 100%;
	
}
.containerrow1_free
{
    	background-position: left top;
    	background-image: url(img10.gif);
    	background-repeat: repeat-x;
}
.containerrow
{
    padding-left: 30px;
	margin: 0;
	font: normal small Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #838B91;
}
.containerrow td
{
    font-size: 10px;
}

.containerrow h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #468259;
}

.containerrow h2 {
	padding-left: 20px;
	background: url(images/img07.gif) no-repeat left center;
	font-size: 22px;
}

.containerrow h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .9em;
	font-weight: bold;
}

.containerrow p, blockquote, ul, ol {
	margin-top: 0;
    color: #838B91;
   font-size: 13px;
} 

.containerrow blockquote {
	padding: 0 0 0 40px;
	font: italic small Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;
}

.containerrow a {
	text-decoration: none;
	color: #468259;
}

.containerrow a:hover {
	background: none;
	text-decoration: underline;
}










