/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #FFFFFF;
	border-right: #333333 1px solid; 
	border-top: #333333 1px solid; 
	border-left: #333333 1px solid; 
	border-bottom: #7994cb 1px solid; 
}
.container {
	width:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #224466;
	border-top: 3px solid #B0B0B0;
}

.title{
font-family:Georgia, Times New Roman, Times, serif;
font-size:13px;
font-weight:bold;
padding:5 0 0 2;
}

a:link, a:visited, a:active{ color:#666666; text-decoration:underline; font-family:Georgia, Times New Roman, Times, serif;font-size: 11px;}
a:hover{ color:#003366; text-decoration:none; font-family:Georgia, Times New Roman, Times, serif;font-size: 11px;}
td {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #1A334D;
	text-decoration: none;
	padding: 0px;
}
.content {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
