/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #ffffff;
	BORDER-RIGHT: #686868 0px solid; 
	BORDER-TOP: #686868 0px solid; 
	BORDER-LEFT: #ffffff 0px solid; 
	BORDER-BOTTOM: #686868 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}

.containermaster_yellow {
	width: 100%;
	background-color: #FFD700;
	BORDER-RIGHT: #686868 0px solid; 
	BORDER-TOP: #686868 0px solid; 
	BORDER-LEFT: #ffffff 0px solid; 
	BORDER-BOTTOM: #686868 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containerrow1_blue {
	background-color: #FFFFFF;
}
.containerrow2_blue {
	background-color: #FFFFFF;
}
a:link {
	text-decoration:none;
	font:11px Arial;
	text-decoration : none; 
	font-weight : bold;  
	line-height : 120%; 
	color : #33166A;
}
a:active {
	text-decoration:none;
	font:11px Arial;
	font-weight : bold;  
	text-decoration : none; 
	line-height : 120%; 
	color : #33166A;
}
a:visited {
	text-decoration:none;
	font:11px Arial;
	text-decoration : none;
	font-weight : bold;  
	line-height : 120%; 
	color : #33166A;
}
a:hover {
	text-decoration:none;
	font:11px Arial;
	font-weight : bold; 
	text-decoration : none; 
	line-height : 120%; 
	color : #D3AF2D;
}


a.SLink:link {
	text-decoration:none;
	font:11px Arial;
	font-weight : bold; 
	text-decoration : none; 
	line-height : 120%; 
	color : #33166A;
}
a.SLink:active {
	text-decoration:none;
	font:11px Arial;
	font-weight : bold; 
	text-decoration : none; 
	line-height : 120%; 
	color : #33166A;
}
a.SLink:visited {
	text-decoration:none;
	font:11px Arial;
	font-weight : bold; 
	text-decoration : none; 
	line-height : 120%; 
	color : #33166A;
}
a.SLink:hover {
	text-decoration:none;
	font:11px Arial;
	font-weight : bold; 
	text-decoration : none; 
	line-height : 120%; 
	color : #D3AF2D;
}

a.PLink:link {
	text-decoration:none;
	font:11px Arial;
	text-decoration : none; 
	line-height : 120%; 
	color : #33166A;
}
a.PLink:active {
	text-decoration:none;
	font:11px Arial;
	text-decoration : none; 
	line-height : 120%; 
	color : #33166A;
}
a.PLink:visited {
	text-decoration:none;
	font:11px Arial;
	text-decoration : none; 
	line-height : 120%; 
	color : #33166A;
}
a.PLink:hover {
	text-decoration:none;
	font:11px Arial;
	text-decoration : none; 
	line-height : 120%; 
	color : #D3AF2D;
}

