/* ================================
CSS STYLES FOR DotNetNuke
================================
/* GENERAL */
h1.dark_gray {
font-family: "Century Gothic", Arial, Helvetica;
	font-size: 20px;
	font-weight: bold;
	color: #222222;
	margin: 0px;
	padding:0px;
	line-height: 1.3em;
		background: transparent;
}
h1.gray {
font-family: "Century Gothic", Arial, Helvetica;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding:0px;
	line-height: 1.3em;
		background: transparent;
}
h1.blue {
font-family: "Century Gothic", Arial, Helvetica;
	font-size: 20px;
	font-weight: bold;
	color: #25408F;
	margin: 0px;
	padding:0px;
	line-height: 1.3em;
		background: transparent;
}
.bar_gradient_c {
	background: url(bar_gradient_c.png) repeat-x;
	height: 35px;
}
.blue_header {
	background: #333333;
	height: 30px;
}
.content_white {
	background: url(gradient_right_w.png) repeat-y right;
	padding: 10px;
}
.content_blue {
	background: url(gradient_right_b.png) repeat-y #F2F2F2 right;
	padding: 10px;
}
.content_tan {
	background: url(gradient_right_t.png) repeat-y #ffebb6 right;
	padding: 10px;
}
.content {
	padding: 10px;
}
h2.orange {
	color: #fff;
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding:0px 0px 0px 10px;
	line-height: 1em;
		background: transparent;
}
h2.blue {
	color: #25408F;
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding:0px 0px 0px 10px;
	line-height: 1em;
	background: transparent;
}
	




