body, table, td {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #666666;
    margin: 0px;
    border: 0px;
    padding: 0px;
    -moz-box-sizing:border-box;
	}

form {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
	
table {
	border-collapse: collapse;	
	}
	
table td {
	vertical-align: top;
	}

body {
	background-color: #e5e2e2;
	margin-top: 14px;
	height: 100%;
	margin-bottom: 14px;
	}

#body_table {
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	width: 830px;
	}
	
.nav_item {
	height: 18px;
	padding-top: 2px;
}

.subnav_item_selected {
	height: 20px;
	background-image: url(images/item_selected.jpg);
	background-repeat: no-repeat;
}

#breadcrumbs {
	font-size: 10px;
	height: 29px;
	padding-top: 8px;
	padding-left: 25px;
}

.title {
	font-size: 14px;
	color: #666;
	font-weight: bold;
	padding-bottom: 10px;
}

#main_body {
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 150px;
	line-height: 14px;
	width: 550px;
}

.label {
	padding-right: 10px;
	text-align: right;
	height: 25px;
}


/* FORM ELEMENTS ---------------------- */

.form_text {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif
    font-weight: normal;
    color: #000000;
	}
	
.form_text_bold {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif
    font-weight: bold;
    color: #000000;
	}

.form_text_red {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif
    font-weight: bold;
    color: #f00;
	}


.input_text {
	width: 180px;
	font-size: 11px;
    font-family: Arial, Helvetica, sans-serif
    font-weight: normal;
	border: 1px solid #666666;
	color: #000000;
	}
	
.input_textarea {
	width: 180px;
	height: 100px;
	font-size: 10px;
    font-family: Arial, Helvetica, sans-serif
    font-weight: normal;
	border: 1px solid #666666;
	color: #000000;
	}

.input_file {
	width: 270px;
	font-size: 11px;
    font-family: Arial, Helvetica, sans-serif
    font-weight: normal;
    cursor: pointer;
/*	border: 1px solid #666666;
	color: #000000; */
	}

.input_text_short {
	width: 100px;
	font-size: 11px;
    font-family: Arial, Helvetica, sans-serif
    font-weight: normal;
	border: 1px solid #666666;
	color: #000000;
	}		
	
.input_phone_type {
	height: 16px;
	font-size: 10px;
    font-family: Arial, Helvetica, sans-serif
    font-weight: normal;
	border: 1px solid #666666;
	background: #ffffff;
	color: #000000;
	}	
	
.input_company_type {
	height: 16px;
	font-size: 10px;
    font-family: Arial, Helvetica, sans-serif
    font-weight: normal;
	border: 1px solid #666666;
	background: #ffffff;
	color: #000000;
	}
	
.input_company {
	height: 16px;
	font-size: 10px;
    font-family: Arial, Helvetica, sans-serif
    font-weight: normal;
	border: 1px solid #666666;
	background: #ffffff;
	color: #000000;
	}	

.input_submit {
	font-size: 10px;
    font-family: Arial, Helvetica, sans-serif
    font-weight: normal;
    cursor: pointer;
	border: 1px solid #666666;
	background: #dddddd;
	color: #000000;
	}	
	
.input_select {
	height: 16px;
	font-size: 10px;
    font-family: Arial, Helvetica, sans-serif
    font-weight: normal;
	border: 1px solid #666666;
	background: #ffffff;
	color: #000000;
	}	

.body_label {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #666666;
	font-weight: bold;
}

.body_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}

.body_header {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00733f;
	font-weight: bold;
	font-style:italic;
}

.body_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.left_panel {
	height: 855px; 
	padding-top:15px; 
	padding-left:40px; 
	background-image: url(images/left_panel.jpg); 
	background-repeat: no-repeat;
}

.left_panel_header {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #008342;
	font-weight:bold;
}

.small_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color: #336600;*/
	color: #666666;
}

.left_panel_text {
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	font-weight:bold;
}

.footer_panel_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin:4px;
	text-decoration:none;
}

.footer_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

.footer_panel_header {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight:bold;
	margin:7px;
}

.read_more {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#008342;
	text-decoration:underline;
	margin:5px;
}

.nav_bar_on {
	height: 23px;
	background-image: url(images/navigator_bar_on.jpg);
	background-repeat: no-repeat;
	float:left;
}

.nav_bar_off {
	height: 23px;
	background-image: url(images/navigator_bar_off.jpg);
	background-repeat: no-repeat;
	float:left;	
}

.nav_item {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	height: 23px;
	float:left;
	padding-top:18px;
}
