/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_yellow {
	width: 100%;
	background-color: #FAFAE6;
	BORDER-RIGHT: #E08C0B 0px solid; 
	BORDER-TOP: #E08C0B 1px solid; 
	BORDER-LEFT: #E08C0B 0px solid; 
	BORDER-BOTTOM: #E08C0B 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containerrow1_yellow {
	BACKGROUND-IMAGE: url(gradient_MidCream.jpg);
}
.containerrow2_yellow {
	background-color: #FFFFFF
}
.Head   {
    font-family: Arial, Helvetica;
    font-size:  14px;
    font-weight: bold;
	color: black;
}

.SubHead   {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
    text-decoration: none;
    color: #CC6600;
}

.SubSubHead   {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: black;
}

.Normal {
font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight: normal;
	color: black;
}
.SubNormal {
font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight: normal;
	color: black;
}
UL
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    margin-left: 2 px;	
}
LI
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    margin-left: 2 px;	
}
UL LI
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    margin-left: 2 px;	
}