body {
	background-image: url('./images/texture01.jpg');
	margin: 20px 10px 10px 10px;
	padding: 0px;
	font-family : Arial, Helvetica, sans-serif; 
	font-style : normal;	
	font-size : 11px;
	}

.top{
	background: #FFFFFF;
	width: 744px;
  	position: relative;
	margin-left: auto; 
	margin-right: auto;
}

.header_left{
	height: 30px;
	margin: 0px;
	background: #FFFFFF;
	text-align: left;
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 28px; 
	font-weight: bold; 
	text-decoration: none;
	position: absolute;
	left: 0;
	width: 50%;
	padding-left: 4px;
}

.header_right{
	height: 30px;
	margin-top: 10px;
	background: #FFFFFF;
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-style: italic; 
	font-weight: bold; 
	text-decoration: none;
	position: absolute;
	right: 0;
	width: 50%;
	text-align: right; /* right allignment */
	padding-right: 4px;
}

.green_line_top{
	position: relative;
	top: 26px;
	width: 746px;
	height: 6px;
	background: #2E8B57;
}

.green_line_bottom{
	position: relative;
	top: 390px;
	width: 746px;
	height: 6px;
	background: #2E8B57;
}

.menu_bar_top{
	position: relative;
	top: 27px;
	width: 742px;
	height: 18px;
	margin-top: 1px;
	margin-left: auto; 
	margin-right: auto;
	padding-top: 4px;
	background: #E7E7E7;
	color: #336699; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: none;
	text-align: center;
	border: thin groove #747170;
}

.menu_bar_bottom{
	position: relative;
	top: 388px;
	width: 742px;
	height: 20px;
	margin-top: 1px;
	margin-left: auto; 
	margin-right: auto;
	padding-top: 4px;
	background: #E7E7E7;
	color: #006400; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: none;
	text-align: center;
	border: thin groove #747170;
}

.link {
	color: #336699; 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
	font-weight: bold;
}

.link:hover {
	color: #5CB3FF; 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: underline;
	font-weight: bold;
}

.body_left{
	height: 386px;
	position: absolute;
	left: 0;
	top: 82px;
	width: 62%;
	padding-left: 8px;
	padding-right: 6px;
	margin: 0px;
	background: #FFFFFF;
	text-align: justify;
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none;
}

.body_right{
	height: 386px;
	position: absolute;
	right: 0;
	top: 82px;
	width: 36%;
	text-align: right; /* right allignment */
	vertical-align: middle;
	padding-right: 4px;
	padding-left: 0px;
	margin: 0px;
	background: #FFFFFF;
}

.body_bottom{
	height: 20px;
	position: relative;
	right: 0;
	top: 386px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
	background: #FFFFFF;
}

table {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none;
}
