body, table {
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
p {
	margin-left: 10px;
	}
ul {
	list-style-type: square;
	}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
	}
#header {
	margin-bottom: 2px;
	}
	* html #header {
		margin-bottom: 0px;
		}
#contentarea {
	width: 800px;
	overflow: hidden;
	background-image: url(images/bkGreens.gif);
	background-repeat: repeat-y;
	margin-bottom: 2px;
	}
#leftNav {
	width: 136px;
	float: left;
	padding: 5px 5px 10px 10px;
	}
* html #leftNav {
	width: 153px;
	}
	#leftNav a {
		font-size: 12px;
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
		}
	#leftNav a:hover {
		color: #ffbf3c;
		}
#leftNavB {
	width: 172px;
	float: left;
	}
#content {
	float: left;
	width: 459px;
	padding: 5px 5px 5px 10px;
	}
	* html #content {
		width: 475px;
		}
#footer {
	clear: both;
	width: 800px;
	text-align: center;
	background-color: #105d4a;
	padding: 5px 0px 5px 0px;
	color: #FFFFFF;
	}
	#footer a {
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
		}
	#footer a:hover {
		color: #ffbf3c;
		}
#tabbedAreaHead {
	width: 800px;
	background-image: url(images/bkTabs.gif);
	margin-bottom: 2px;
	height: 32px;
	}
#leftBoxHead {
	float: left;
	width: 192px;
	padding: 5px 0px 0px 5px;
	}
	* html #leftBoxHead {
		width: 197px;
		}
#middleBoxHead {
	float: left;
	width: 404px;
	padding: 5px 0px 0px 5px;
	}
	* html #middleBoxHead {
		width: 409px;
		}
#rightBoxHead {
	float: left;
	width: 184px;
	padding: 5px 0px 0px 5px;
	}
	* html #rightBoxHead {
		width: 189px;
		}
#tabbedArea {
	width: 800px;
	background-image: url(images/bkTabSpace.gif);
	margin-bottom: 2px;
	overflow: hidden;
	}
#leftBox {
	float: left;
	width: 187px;
	padding: 5px 5px 5px 5px;
	}
	* html #leftBox {
		width: 197px;
		}
#middleBox {
	float: left;
	width: 399px;
	padding: 5px 5px 5px 5px;
	}
	* html #middleBox {
		width: 409px;
		}
#rightBox {
	float: left;
	width: 179px;
	padding: 5px 5px 5px 5px;
	}
	* html #rightBox {
		width: 189px;
		}
.heading {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #085844;
	}
.subHeading {
	font-size: 12px;
	font-weight: bold;
	}
.bold {
	font-weight: bold;
	}
.logos {
	margin-top: 40px;
	}