/* 
================================
 Container Styles for DotNetNuke
================================
*/   
#icon{
	background-image: url(icon.jpg);
	background-repeat: no-repeat;
	height: 17px;
	width: 16px;
	vertical-align:bottom;
}
#underline{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.DudeTitle{
	font-family: "Trebuchet MS";
	color:#91adc3;
	font-weight:bold;
	font-size:20px;
}
.DudeContent{
	font-family: "Trebuchet MS";
	color:#464646; 
	font-weight:bold;
	font-size:20px;
	line-height: 0.35cm !important;
	line-height: 0.4cm;
}
.DudeContent strong{
	font-family: "Trebuchet MS";
	color:#91adc3;
	font-weight:bold;
	font-size:14px;
	line-height: 0.35cm !important;
	line-height: 0.4cm;
}
.DudeContent b{
	font-family: "Trebuchet MS";
	color:#91adc3;
	font-weight:bold;
	font-size:14px;
	line-height: 0.35cm !important;
	line-height: 0.4cm;
}


.LeftHeaderTitle{
	font-family: "Trebuchet MS";
	color:#ffffff;
	font-weight:bold;
	font-size:20px;
}
.LeftHeaderContent{
	font-family: "Trebuchet MS";
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
	line-height: 0.35cm !important;
	line-height: 0.4cm;
	margin-left:10px;
}
.LeftHeaderContent strong{
	font-family: "Trebuchet MS";
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
	line-height: 0.35cm !important;
	line-height: 0.4cm;
}
.LeftHeaderContent b{
	font-family: "Trebuchet MS";
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
	line-height: 0.35cm !important;
	line-height: 0.4cm;
}


