/* 
================================
 Container Styles for DotNetNuke
================================
*/   

body {
    font-family: Verdana,
    font-size: 11px;
    font-weight: normal;
}
blockquote {
    font-family: Verdana,
    font-size: 11px;
    font-weight: normal;
}
td {
    font-family: Verdana,
    font-size: 11px;
    font-weight: normal;
}
.containerMaster_green {
    width: 100%;
    background-color: transparent;
    font-family: Verdana, sans-serif; 
    color: #5B492D;
    font-size: 10px; 
    font-weight: normal; 
    font-style: normal;
}

.containerTitle_green {
    font-family: Verdana, sans-serif; 
    font-size: 12px;
    font-weight: bold;
    background-color: #563C21;
    color: #ffffff;
}

.containerMaster_green .Normal,
 {
    font-family: Verdana, sans-serif; 
    font-size: 10px;
    font-weight: normal;
    color: #5B492D;
}

.containerMaster_green TABLE,
 {
    font-family: Verdana, sans-serif; 
    font-size: 10px;
    font-weight: normal;
    color: #838383;
}

.containerMaster_green A:link,
.containerMaster_green A:visited,
.containerMaster_green A:active,
 {
    font-family: Verdana, sans-serif; 
    font-size: 10px;
    font-weight: normal;
    color: #727EB3;
}
.containerMaster_green A:hover
 {
    font-family: Verdana, sans-serif; 
    font-size: 10px;
    font-weight: normal;
    color: #B5933A;
}
.containerMaster_link A:link,
.containerMaster_link A:visited,
.containerMaster_link A:active,
 {
    font-family: Verdana, sans-serif; 
    font-size: 10px;
    font-weight: normal;
    color: #727EB3;
	
	background-image : url(arrow.gif);
	background-repeat : no-repeat;
	background-position : left top;
	padding-left : 13px;
	height : 16px;
	line-height : 16px;
}
.containerMaster_link A:hover
 {
    font-family: Verdana, sans-serif; 
    font-size: 10px;
    font-weight: normal;
    color: #B5933A;
	
	background-image : url(arrow.gif);
	background-repeat : no-repeat;
	background-position : left top;
	padding-left : 13px;
	height : 16px;
	line-height : 16px;
}
.LinkIcon{
	background-image : url(arrow.gif);
	background-repeat : no-repeat;
	background-position : left top;
	padding-left : 13px;
	height : 16px;
	line-height : 16px;
	border-top : solid 0px #658CCC;
	border-right : solid 0px #658CCC;
}
.containerSubNav .LinksClass,
.containerSubNav A.LinksClass:link,
.containerSubNav A.LinksClass:visited {
    color: #402B18;
    font-size: 10px;
    font-weight: bold;
    background: #CEB773;
    width: 195px;
    height: 25px;
    padding-top: 5px;
    padding-left: 20px;
    text-decoration: node;

}

.containerSubNav A.LinksClass:active,
.containerSubNav A.LinksClass:hover   {
    color: #402B18;
    text-decoration: node;
    font-size: 10px;
    font-weight: bold;
    background: #B5933A;
    width: 195px;
    height: 25px;
    padding-top: 5px;
    padding-left: 20px;
	text-decoration : none;
}








































































































