/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 	2px;
	padding-top: 7px;
}




.Head                        
{ font-family: Times New Roman; 
font-weight: normal;
font-style: italics;
font-size: 18px; 
line-height: 24px;
color: #7b3d0b; 
padding: 0px; 
margin: 0px; }


.BrownHead                    
{     font-family: Arial;
    font-size: 12px;
    font-weight: bold;
	color: #59402f;
}


/* linky linky */

.SubHead 
{
color: #59402f;
font-size: 12px;
font-family: Arial;
font-weight: bold;
}

a.SubHead:link, a.SubHead:visited {
font-family: Arial;
	color: #89470c;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a.SubHead:hover, a.SubHead:visited:hover {
color: #59402f;
font-size: 12px;
font-family: Arial;
text-decoration: none;
font-weight: bold;
}

a, a:link, a:visited {
	font-family: Arial, Tahoma, Verdana;
	color: #711313;
	font-size: 12px;
	text-decoration: none;
}

a:hover, a:visited:hover {
	font-family: Arial, Tahoma, Verdana;
	color: #89470c;
	font-size: 12px;
	text-decoration: none;
}















