/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermasterTitle {
	width: 100%;
	border-right: #8f9092 0px solid; 
	border-top: #8f9092 0px solid; 
	border-left: #8f9092 0px solid; 
	border-bottom: #8f9092 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	background:transparent none norepeat;
}
.containerrow_Title
{
	background-color:transparent;
	background-image:none;
	padding-top:10px;
}
.BlueMaster_Title
{
    color:#00274d;
    font-family:Tahoma, Arial;
    font-size: 18px;
    font-style:normal;
    font-weight:Bold;
    letter-spacing: 0em;
    text-align:left;
    padding-left:0px;
    padding-bottom:2px;
    letter-spacing:0.2em;
}
.AWNContent
{
    color:#555353;
    font-family:Arial;
    font-size:12px;
    font-style:normal;
    text-align:left;
    padding-left:15px;
    padding-right:0px;
    padding-top:5px
}
a.AWNContent:link
{
    color:#003366;
    text-decoration:none;
}

a.AWNContent:visited
{
    color:#003366;
    text-decoration:underline;
}
a.AWNContent:active
{
    color:#003366;
    text-decoration:underline;
}
a.AWNContent:hover
{
    color:#003366;
    text-decoration:underline;
}

