body {
	background-color: #FFFFFF;
	margin:0;
	margin-top: 10px;
	text-align: center;
	}
body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
h1 {
	font-size: 18px;
	color: #006699;
	}
h2 {
	font-size: 16px;
	color: #006699;
	}
h3 {
	font-size: 14px;
	color: #000000;
	margin: 0px;
	}
p {
	margin: 0;
	padding-left: 20px;
	text-align: justify;
	}
td.title, td.subHead {
	color: #006699;
	font-weight: bold;
	border-bottom: solid 1px #CCCCCC;
	}
td.title {
	font-size: 14px;
	}
td.subHead {
	font-size: 12px;
	color: #000000;
	}
#wrapper {
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
#header {
	background-image: url(images/header_topBar.png);
	background-repeat: no-repeat;
	height: 59px;
	}
#contentArea {
	width: 775px;
	background-image: url(images/contentArea_bkgrnd.gif);
	background-repeat: repeat-y;
	}
#leftNav {
	float: left;
	width: 179px;
	height: 444px;
	padding-top: 200px;
	background-image: url(images/leftNav_bkgrnd.jpg);
	background-repeat: no-repeat;
	border-right: 1px #000000 solid;
	}
#leftNav a {
	display: block;
	margin: 10px 0 10px 0;
	background-color: #006699;
	height: 24px;
	padding-top: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	}
#leftNav a:hover {
	background-color: #3B6D90;
	}
#content {
	float: left;
	width: 596px;
	padding: 5px 15px 5px 15px;
	}
#footer {
	clear: both;
	background-image: url(images/footer_bottomBar.png);
	background-repeat: no-repeat;
	height: 32px;
	padding-top: 8px;
	color: #FFFFFF;
	text-align: center;
	}
.notes {
	font-size: 10px;
	font-style: italic;
	}