body {
	margin: 10px 0px 0px;
	padding: 0px;
	background-color: #aebbb1;
}
#container {
	margin: 0 auto;
	border: 1px solid #7b7b77;
	width: 800px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#footer {
	clear: both;
	font-size: 11px;
	text-align: center;
	padding: 10px;
	background-color: #9cb7a5;
	line-height: 150%;
}
#header {
	height: 80px;
	width: 800px;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ababab;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
	width: 800px;
	display: table;
}
#content {
	background-color: #FFFFFF;
	width: 800px;
	position: relative;
	
}
#innerContent{
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#hmLft {
	position: absolute;
	top: 20px;
	left: 30px;
	width: 589px;
	height: 339px;
}
#hmRt {
	float: right;
	width: 595px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #622582;
	font-size: 16px;
}
h2 {
	font-size: 14px;
	color: #719384;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #622582;
	font-size: 15px;
}
.smHdr {
	font-weight: bold;
	color: #064468;
}
.smHdr2 {
	font-size: 14px;
	font-weight: bold;
	color: #719384;
}
.hmTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #000000;
	width: 400px;
}
.small {
	font-size: 11px;
}
.padRt {
	padding-right: 10px;
}
a:link {
	color: #336699;
	text-decoration: underline;
}
a:visited {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #CE750F;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
#nav a:link {
	color: #000000;
	text-decoration: none;
}
#nav a:visited {
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	color: #ffffff;
	text-decoration: none;
}
#nav a:active {
	color: #CE750F;
	text-decoration: none;
}
.noline a:link {
	color: #336699;
	text-decoration: none;
}
.noline a:visited {
	color: #336699;
	text-decoration: none;
}
.noline a:hover {
	color: #CE750F;
	text-decoration: none;
}
.noline a:active {
	color: #000000;
	text-decoration: none;
}

.picturepadleft {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;

}
.picturepadright {
	float: left;
	padding:0px 20px 20px 0px;
}
ul.arrowList {
	list-style-position: outside;
	list-style-image: url(/images/arrow.gif);
	line-height: 120%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-left: 14px;
}
ul.arrowList a:link {
	color: #336699;
	text-decoration: none;
}

ul.arrowList a:visited {
	color: #336699;
	text-decoration: none;
}
ul.arrowList a:hover {
	color: #CE750F;
	text-decoration: none;
}
ul.arrowList a:active {
	color: #000000;
	text-decoration: none;
	}
.pop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #719384;
	margin: 20px;
	padding: 30px;
}.moreHeight {
	line-height: 150%;
}
