body {
	margin: 2% 10% 2% 10%;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: small;
	background-color: rgb(31,76,118);
}
#wrapper {
	position: relative;
	width: 800px;
	padding: 0;
	background-color: rgb(187,168,162);
}
#header {
	position: relative;
	width: 100%;
}
#leftnav {
	position: relative;
	text-align: center;
	width: 17%;
	float: left;
}
.buttonscontainer {
	width: 100%;
}
.buttons a {
	color: #ffffff;
	border: none;
	padding: 2px;
	padding-left: 3px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0px;
	width: auto%;
	text-align: left;
	
}
.buttons a:hover {
	border: none;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 1px;
	background-color: #FFFF99;
	color: #000000;
	text-decoration: none;
}
.leftnav_text {
	position: relative;
	width: 100%;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	padding: 20px 5px 0px 5px;
}
#main {
	position: relative;
	padding: 5px;
	text-align: justify;
	float: right;
	width: 80%;
	background-color: white;
	background-image: url(../images/background_logo.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
h3 {
  background-color: #00B3FE;
}
.sub_main1 {
	position: relative;
	float: left;
	width: 70%;
	padding: 15px 5px 15px 5px;
}
.sub_main2 {
	position: relative;
	float: right;
	width: 70%;
	padding: 15px 5px 15px 5px;
}
.sub_main3 {
  position: relative;
  float: none;
  width: 100%;
  padding: 15px 5px 15px 5px;
}
.sub_main4 {
  position: relative;
  float: none;
  width: 100%;
  text-align: center;
  padding: 15px 5px 15px 5px;
}
.image_right {
  position: relative;
  float: right;
  width: auto;
  padding: 15px 5px 15px 5px;
}
.image_left {
  position: relative;
  float: left;
  width: auto;
  padding: 15px 5px 15px 5px;  
}
.image_center {
  position: relative;
  text-align: center;
  width: auto;
  padding: 15px 5px 15px 5px;
}
.table_left {
  position: relative;
  float: left;
  width: 50%;
  padding: 20px 0px 20px 0px;
}
.table_right {
  position: relative;
  float: right;
  width: 50%;
  padding: 20px 0px 20px 0px;
}
.table_center {
	position: relative;
	float: left;
	width: 100%;
	padding: 10px 10px 10px 10px;
}
.table_head1 {
	font-weight: bold;
	background-color: #00B3FE;
}
#mapContainer {
	height: 450px;
	width: 510px;
}
#footer {
	position: relative;
	font-size: 12px;
	border-style: solid none solid none;
	border-color: black;
	border-width: thin;
	padding: 10px 0px 10px 0px;
	float: none;
	width: 100%;
	clear: right;
	background-color: white;
}