@charset "utf-8";
/* CSS Document */

html {
	min-height: 100%; margin-bottom: 1px;
}
html, body {
	height: 100%;
}
body {
	background-color: #e3e3e3;
	padding: 0px;
	margin: 0px;
}
div#lb {
	width: 960px;
	margin: auto;
	position: relative;
}
div#lb_head {
	height: 206px;
}
div#lb_body {
	width: 960px;
	background-image: url(/images/layout/l_bgtile.jpg);
}
div#lb_foot {
	background-image: url(/images/layout/l_foot.jpg);
	height: 73px;
	clear: both;
}
div.anyspace {
	margin: 0px;
	padding: 0px;
}
div#lb_body_content {
	width: 702px;
	float: right;
	clear: right;
}
div#lb_body_menu {
	width: 258px;
	background-image: url(/images/layout/l_menutile.jpg);
	float: left;
	clear: left;
}
div#lb_body_content_head {
	background-image: url(/images/layout/l_contenthead.jpg);
	clear: both;
	height: 18px;
	width: 702px;
}
div#lb_body_content_body {
	clear: both;
	width: 632px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 30px;
	height: 100%;
}
div#lb_body_content_foot {
	clear: both;
	width: 702px;
}
div#lb_body_menu_foot {
	clear: both;
	width: 258px;
	height: 48px;
	bottom: 73px;
	position: absolute;
}
div#lb_menu_menubox {
	width: 258px;
}
div#lb_menubox_head {
	clear: both;
	background-image: url(/images/layout/l_menubox_head.jpg);
	height: 12px;
	padding-left: 35px;
	padding-bottom: 9px;
	padding-top: 13px;
}

div#lb_menubox_foot {
	background-image: url(/images/layout/l_menubox_foot.jpg);
	clear: both;
	height: 25px;
	width: 258px;
}
div#lb_body_menu_padder {
	height: 80px;
}
div#lb_body_foot {
	clear: both;
}

a.menuitem,a.menuitem_highlight {
	display: block;
	clear: both;
	height: 12px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 35px;
	cursor: pointer;
}
a.menuitem {
	background-image: url(/images/layout/l_menubox_itembgtile.jpg);
}
a.menuitem_highlight {
	background-image: url(/images/layout/l_menubox_itemhighlight.jpg);
}
div.menutitle {
	clear: both;
	height: 12px;
	background-image: url(/images/layout/l_menubox_subhead.jpg);
	padding-left: 35px;
	padding-bottom: 9px;
	padding-top: 9px;
}
#lb_foot_linkline {
	text-align: right;
	margin-right: 35px;
	margin-top: 27px;
	height: 12px;
	float: right;
}
hr {
	background-image: url(/images/layout/l_contenthr_left.jpg);
	height: 1px;
	width: 553px;
	border: none;
}
#lb_foot_featline {
	text-align: left;
	margin-left: 35px;
	margin-top: 27px;
	height: 12px;
	float: left;
	clear: none;
}

table.bordered_thin {
	border: 1px solid #333333;
	border-collapse: collapse;
	table-layout: fixed;
	empty-cells: show;
}
table.bordered_thin td {
	border: 1px dashed #AAAAAA;
}
table.bordered_thin td.noborder {
	border: none;
}
table.bordered_thin input.type_text, table.bordered_thin textarea.type_text {
	width: 98%;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.type_nav {
	width: 80px;
}
#subm_errors {
	border: 1px dashed #990000;
	padding: 20px 10px;
	margin-bottom: 20px;
}
#subm_errors ul {
	list-style-type: none;
	list-style-position: inside;
	padding-left: 20px;
}
#subm_errors li li {
	color: #990000;
}
#lb_body_content_body #twoColLeft {
	float: left;
	width: 400px;
}
#twoColRight #twoColSplitTop {
	height: 20px;
	width: 20px;
	background-image: url(/images/layout/splitter_top.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-left: -10px;
}
#lb_body_content_body #twoColRight {
	float: left;
	height: auto;
	width: 212px;
	background-image: url(/images/layout/splitter_tile.jpg);
	background-repeat: repeat-y;
	background-position: 10px 0%;
	padding-left: 20px;
}
#twoColRight #twoColRightText {
	background-image: url(/images/layout/splitter_bottom.jpg);
	background-position: 0px 100%;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 30px;
	margin-left: -10px;
	text-align: justify;
}
#twoColRight #twoColRightText .newsblock h3 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
