#head_container {
	background-image: url("img/page_head.jpg");
	height: 229px;
	width: 742px;
	overflow: hidden;
	margin: auto;
	padding: 0px;
	}

#body_container {
	background-image: url("img/page_bodybk.jpg");
	background-repeat: repeat-y;
	overflow: hidden;
	width: 742px;
	height: 100%;
	margin: auto;
	padding: 0px 0px 20px 0px;
	
	}

#foot_container {
	background-image: url("img/page_foot.jpg");
	overflow: hidden;
	width: 742px;
	height: 39px;
	margin: auto;
	padding: 0px;
	}

#menu_bar {
	margin: 0px;
	padding-top: 9px;
	padding-left: 8px;
	height: 24px;
	}

a.menu_item {
	font-family: 'trebuchet ms', Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	/*font-variant: small-caps;*/
	color: #FFF;
	text-decoration: none;
	width: 75px;
	height: 100%;
	display: block;
	text-align: center;
	float: left;
}

a.menu_item:hover {
	border-top: 1px solid lightblue;
	margin-top: -1px;
	}

a.right_col_item {
font-size: 8pt;
text-decoration: none;
display: block;
padding: 3px 0px 3px 0px;
border-top: 1px dotted #A0A0A0;
color: #505050;
width: 232px;
}

a.right_col_item:hover {
color: #000;
}

a.foot_item {
	color: white;
	}

#body_text_01, #body_text_02, #body_text_01a {
	font-family: 'Trebuchet MS',Arial,sans-serif;
	font-size: 8.5pt;
	color: #303030;
	height: 100%;
}

#body_text_01, #body_text_01a {
	margin-left: 45px;
	padding-left: 10px;
	text-align: justify;
	
}

#body_text_01 {
	margin-top: 20px;
	border-left: 6px solid #66685a;
	width: 404px;
	}

#body_text_01a {
	width: 369px;
	padding-right: 35px;
}

#body_text_02 {
	margin-left: 10px;
	width: 200px;
	text-align: left;
	}

#foot_text_00 {
	text-align: center;
	height: 100%;
	font-family: Arial;
	font-size: 7pt;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 5px;
	color: white;
	}

.body_title_01 {
	font-size: 18pt;
	display: block;
	}

.body_title_02 {
	display: block;
	padding-top: 10px;
	font-weight: strong;
	font-style: italic;
	font-size: 12pt;
}

.contact_block {
	display: block;
	float: clear;
	margin: auto;
	padding: 3px;
}

.contact_label {
	width: 100px;
	float: left;
	text-align: right;
	padding-top: 2px;
	margin: auto;
	padding-right: 5px;
}

.contact_input, .contact_input_txtarea {
	margin: auto;
	font-family: 'Franklin Gothic Medium', Arial;
	font-size: 9pt;
	color: #505050;
	border: 1px solid #A0A0A0;
}

.contact_input {
	height: 14px;
}

.contact_input_txtarea {
	width: 200px;
	overflow: auto;
	height: 150px;
}
