body {
	margin: 0px auto;
	text-align: center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	background-color: #a0a0a0;
}
form {
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
	color: #72502B;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #906536;
	text-decoration: none;
}
.footer {
	color: #333333;
	text-decoration: none;
	font-size: 8pt;
}
.dotted_line {
	border-bottom: 2px dotted #CCCCCC;
}
h1 {
	margin-bottom: 5px;	
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;	
	color: #664422;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #664422;
	margin: 0px 0px 0px 0px;
	}
h3 {
	color: #664422;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}
h3.sidebar {
	font-size: 8pt;
	color: #5C3F20;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 4px;
	padding-left: 30px;
	background: url(images/icon_edit.jpg) no-repeat left;
	height: 23px;
}
.hdr_link, .hdr_link:Link, .hdr_link:Visited {
	color: #5C3F20;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.hdr_link:Hover {
	color: #9D6A35;
}
.sub_link, .sub_link:Link, .sub_link:Visited {
	color: #AF743A;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.sub_link:Hover {
	color: #C58B52;
}
.box1 {
	padding: 15px 15px 15px 15px;
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
}
div.infobar {
	background-color: #222222;
	width: 97%;
	text-align: right;
	padding-right: 20px;
	color: White;
}
/* begin page layout styles */
table#page_frame {
	width: 800px;
	margin-top: 0px;
	margin-bottom: 4px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
}
td#body_content {
	padding: 0;
	background-color: white;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #333333;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #3E3E3E;
}
div#page_content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	overflow: auto;
}
td#body_outside_left {
	background-image: url(images/page_shadow_left.jpg);
	background-repeat: repeat-y;
	width: 20px;
	padding: 0;
}
td#body_outside_right {
	background-image: url(images/page_shadow_right.jpg);
	background-repeat: repeat-y;
	width: 20px;
	padding: 0;
}
table.main_body_table {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
}
table.main_body_table td.left_menu {
	width: 176px;
	background: #DADADA url(images/left_bar_bttm.jpg) no-repeat bottom;
	vertical-align: top;
	padding-top: 12px;	
}
td.left_menu a {
	font-weight: normal;
}

.scroll {
	overflow: auto; 
	height: 320px; }
/* end page layout styles */
/* Vertical Menu Code STANDARD */

.vertmenu {
	font-family: Tahoma, Verdana, MS Sans Serif; 
	font-weight: normal;
	font-size: 8pt;
	width: 180px;
	padding: 0px;
	margin: 0px;
	letter-spacing: 0px;
}

.vertmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
.vertmenu ul li {
	margin: 0px;
	padding: 0px;
}
.vertmenu ul li a {
	font-family: Tahoma, Verdana, MS Sans Serif; 
	font-size: 8pt;
	display: block;
	border-bottom: 1px solid #b4b4b4;
	padding: 1px 0px 1px 6px;
	text-decoration: none;
	color: Black;
	width: 180px;
}

.vertmenu ul li a:hover, .vertmenu ul li a:focus {
	color: Black;
	background-color: #ECECEC;
	text-decoration: none;
	}
	
.vertmenu .menu_current{	
	color: White;	
	background-color: #5275C9;
}	

.vertmenu .menu_current:hover{	
	color: White;	
	background-color: #5275C9;
}	

.vertmenu .menu_disabled {	
	color: #BEBEBE;	
	background-color: #F5F5F5;
}	

.vertmenu .menu_disabled:hover{	
	color: #BEBEBE;	
	background-color: #F5F5F5;
}
