@charset "UTF-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	background-color: #a5c3b4;
	line-height: 16px;
	
}
a:link {
	color: #002e25;
}
a:visited {
	color: #065A49;
}
a:hover {
	color: #5E8AB3;
}
a:active {
	color: #00CC66;
}
#container {
	text-align: left;
	padding: 0px 10px 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 857px;
	background-color: #FFFFFF;
}
#navBar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #065A49;
	text-align: center;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #065A49;
	padding-top: 10px;
	padding-bottom: 5px;
	background-image: url(../images/navbarBg.jpg);
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-left: 10px;
	}
.clearFloat { 
	clear: both;
}

#mainContent {
	padding-top: 20px;
	padding-right: 10px;
	text-align: left;
	clear: both;
	margin-left: 10px;
}
#container #pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: lowercase;
	color: #000000;
	letter-spacing: 2px;
	text-align: right;
	clear: both;
	margin-bottom: 10px;
	padding-left: 270px;
}
#container #mainContent #rightCol {
	float: right;
	width: 560px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #065B48;
}
#contactBox {
	float: right; 
	text-align: right;
	margin-top: 30px;
}
p ul {
	color: #000000;
	list-style-type: square;
	list-style-position: outside;
	text-indent: 0px;
	margin-bottom: 4px;
}
#mainContent #leftCol {
	float: left;
	width: 230px;
	padding-top: 480px;
}

#emsTable td {
	font-size: 12px;
	line-height: 22px;
}
h4 {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
}

