/* ================================
CSS STYLES FOR DotNetNuke
================================
/* GENERAL */
#title_blue {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #2c7dd0;
text-align: left;
text-indent: 6px;
}
.top_left_cb
{
    background: url(top_left.png) no-repeat bottom;
	width:16px;
	height: 14px;
}
.top_right_cb
{
    background: url(top_right.png) no-repeat bottom;
	width:16px;
	height: 14px;
}
.top_cb
{
    background: url(top.png) repeat-x bottom;
	height: 14px;
}
.btm_cb
{
    background: url(btm.png) repeat-x;
	height: 14px;
}
.left_btm_cb
{
    background: url(left_btm.png) repeat-y;
	width:16px;
}
.right_btm_cb
{
    background: url(right_btm.png) repeat-y;
	width:16px;
}
.btm_right_cb
{
    background: url(btm_right.png) no-repeat;
	width:16px;
	height: 14px;
}
.btm_left_cb
{
    background: url(btm_left.png) no-repeat;
	width:16px;
	height: 14px;
}
.brown_bg_c {
	background: url(brown_bg_c.png) repeat-x #42210b;
}
.line_cb {
	background: url(line_c.png) repeat-x;
	height: 20px;
}
.line_cp2 {
	background: url(line_cp.gif) repeat-x;
	height: 20px;
}
H1
{
	font-family:"Century Gothic", Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #FBB03B;
	margin: 0px;
	padding:0px;
	line-height: 1em;
}
H2
{
	font-family:"Century Gothic", Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #42210B;
	margin: 0px;
	padding:0px;
	line-height: 1em;
}
.light_text .Normal {
	color: #F2E4C7;
}
.light_text .Normal option, select {
	color: #ffffff;
	background: #b47d44;
}
