html {
overflow-y: scroll;
}
body {
	background: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#wrapper {
	background: #FFF;
	text-align: left;
	margin: 0 auto;
	width: 994px;
}
#header {
	background: #FFF;
	margin: 0px;
	padding: 0px;
	height: 280px;
}
#navigation {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 994px;
	background: #B7CC4B;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	background-color: #B7CC4B;
}

#leftsidebar {
	background: #E9EED7;
	width: 170px;
	float: left;
	height: auto;
	font-size: small;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	text-align: center;
}
#leftsidebar a .img {
	text-decoration: none;
	border: 0;
}

#leftsidebar #emersonLink {
	font-size: medium;
}

#leftsidebar  .leftText {
	text-align: left;
}


#maincontent {
	background: #FFF;
	margin: 0px;
	width: 579px;
	height: auto;
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
h1 {
	padding-top: 10px;
}
h2 {
	font-size: large;
}


#maincontent img .left {

}
#maincontent img .center{
	text-decoration: none;
	text-align: center;
}
#maincontent a .nodecoration {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#maincontent table th {
	background: #540D1F;
	color: #FFF;
}
#maincontent table.td {
	background: #E9EED7;
}

#maincontent table td {
	background: #FFF;
}

#maincontent #heading_officePic {
	width: 555px;
	height: 145px;
	background-color: #FFF;
}
#maincontent #heading_officePic #dir_address {
	width: 340px;
	float: right;
	text-align: center;
	margin-bottom: 10px;
}

#maincontent #heading_officePic  #dir_img {
	 width: 204px;
	 margin-left: 5px;
	 float: left;
	 border: solid;
	 border-width: 2px;
	 border-color: #000;
}

#maincontent #heading_officeMap {
	width: 549px;
	height:  310px;
	background-color: #FFF;	
}

#maincontent #heading_officeMap #dir_link {
	width: 204px;
	float: left;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 0px;
}

#maincontent #heading_officeMap  #map_img {
	 width: 340px;
	 margin-left: 0px;
	 float: right;

}

#maincontent #directions {
	background-color: #FFF;
	width: 549px;
}

#rightsidebar {
	background: #6E1325;
	width: 170px;
	float: right;
	height: auto;
	color: #FFF;
	font-size: small;
	padding: 10px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B7CC4B;
}

#footer {
	margin: 0px;
	height: auto;
	clear: both;
	font-size: xx-small;
	text-decoration: none;
	background: #FFF;
	text-align: right;
	padding: 3px;
}
.navigationlink {
	color: #B7CC4B;
	text-decoration: underline;
	font-weight: normal;
}

