/* CSS Document */
#subpage_area {
	/*height: 400px;*/
	width: 814px;
	background-image: url(img/subpage_bg.jpg);
	background-repeat: repeat-x;
	background-color: #72695A;
	margin-left:1px;
	padding-bottom:8px;
	padding-top:4px;
}
#submenu {
	background-image: url(img/subnav_mid.jpg);
	background-repeat:repeat;
	height: 53px;
	width: 790px;
	margin-left:12px;
}
#submenu_leftborder {
	background-image: url(img/subnav_left.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 53px;
	width: 6px;
}
#subpage_content {
	background-image: url(img/subpage_content_center.jpg);
	background-repeat: repeat-y;
	/*height:auto;*/
	width: 806px;
	margin-left:8px;
	background-color: #F2F6FA;
}
#subpage_content_toprow {
	width: 806px;
	margin-left:0px;
	background-image: url(img/subpage_content_top.jpg);
	background-repeat: no-repeat;
	height:3px;
}
#subpage_content_column {
	margin-left: 38px;
	padding-left:4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B6A999;
	width: 756px;
}

#subpage_content_bottomrow {
	clear:both;
	width: 806px;
	margin-left:0px;
	background-image: url(img/subpage_content_bottom.jpg);
	background-repeat: no-repeat;
	height:3px;
}
#subpage_title {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	height: 26px;
	text-indent:20px;
	line-height: 26px;
	clear:both;
}
#submenu_rightborder {
	background-image: url(img/subnav_right.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 53px;
	width: 6px;
}
.submenu_btnoff {
	background-image: url(img/subnav_btn.jpg);
	float: left;
	height: 42px;
	line-height: 16px;
	width: 104px;
	margin-top: 5px;
	margin-left: 6px;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:4px;
	padding-right:4px;
	color:#61431A;
	cursor:pointer;
}
.submenu_btnon {
	background-image: url(img/subnav_btn_on.jpg);
}
.submenu_btnover {
	background-image: url(img/subnav_btn_over.jpg);
}
.submenulink {
	text-decoration:none;
	/*color:#61431A;*/
	color:#233A56;
	white-space:normal;
}
