/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
}
.containerrow2_blue {
	background-color: #FFFFFF
}

.Title{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #586989;
	text-transform: uppercase;
	width: 100%;
	border-bottom: 1px solid #666666;
}

#ContentArea td a:link{
	color:#4C576B;
	text-decoration: underline;
}

#ContentArea td a:visited{
	color:#805B7E;
	text-decoration: underline;
}

#ContentArea td a:hover{
	color:#80705B;
	text-decoration: underline;
}

#ContentArea td a:active{
	color:#4C576B;
	text-decoration: underline;
}

body, td, p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#MemberTables table{
margin-top: 20px;
border-bottom: 1px solid #7B858F;
}

#MemberTables table th{
	text-align: left;
}










