/* ================================
CSS STYLES FOR DotNetNuke
================================
/* GENERAL */
#Title {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight:normal;
color: #A32C22;
text-align: left;
height: 30px;
}
.blueH_left {
	background: url(blueH_left.png) no-repeat;
	width: 12px;
	height: 35px;
}
.blueH_right {
	background: url(blueH_right.png) no-repeat;
	width: 12px;
	height: 35px;
}
.blueH_bg {
	background: url(blueH_bg.png) repeat-x;
	height: 35px;
}
h1.white {
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}
h1.white2 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}
.contentpad {
	padding: 15px;
	background: url(blue_content_bg.png) repeat-x #ffffff;
	height: 300px;
}
.b_left {
	background: url(b_top_left.png) no-repeat;
	width: 13px;
	height: 39px;
}
.b_right {
	background: url(b_top_right.png) no-repeat;
	width: 13px;
	height: 39px;
}
.b_top {
	background: url(b_top_bg.png) repeat-x;
	height: 39px;
}
.b_lt_bg {
	background: url(b_lt_bg.png) repeat-y;
	width: 13px;
}
.b_rt_bg {
	background: url(b_rt_bg.png) repeat-y;
	width: 13px;
}
.b_lt_btm {
	background: url(b_btm_left.png) no-repeat right top;
	width: 13px;
	height: 11px;
}
.b_rt_btm {
	background: url(b_btm_right.png) no-repeat left top;
	width: 13px;
	height: 11px;
}
.b_btm {
	background: url(b_btm.png) repeat-x top;
	height: 11px;
}
.b_btm {
	background: url(b_btm.png) repeat-x top;
	height: 11px;
}
.b_content {
	background: url(b_grad.png) repeat-x #fefefe;
	padding-top: 10px;
}

