body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p {
	margin: 10px;
	padding: 0px;
}
a {
	color: #557cac;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
li {
	padding-bottom: 5px;
}
strong {
	color: #557cac;
	font-size: 12px;
}
.mainTable {
	border: 1px #f89722 solid;
	margin-top: 20px;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
}
.headerRow {
	width: 760px;
	height: 161px;
	background-image: url(images/header_navigation_backer.jpg);
	background-repeat: no-repeat;
}
.headerNavigation {
	color: #fff;
	position: relative;
	top: 7px;
	left: 220px;
}
.headerNavigation a {
	color: #fff;
	text-decoration: none;
}
.headerNavigation a:hover {
	text-decoration: underline;
}
.homeLink {
	position: relative;
	top: -25px;
	left: 0px;
}
.homeLink img {
	height: 100px;
	width: 300px;
}
.sideColumn {
	width: 215px;
	background-image: url(images/side_photo_background.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
}
.content {
	vertical-align: top;
	padding: 20px 20px 30px 0px;
}
.pageTitle {
	width: 510px;
	height: 31px;
	background-image: url(images/page_title_backer.jpg);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 17px;
	font-style: italic;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.subNav {
	width: 500px;
	height: 50px;
	margin-top: -15px;
	padding: 5px 10px 5px 10px;
	background-image: url(images/sub_nav_backer.jpg);
	background-repeat: no-repeat;
	color: #557cac;
}