<!--
body {
	margin: 10px;
	padding: 0px;
	background-color: #3B565E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#top {
	width: 769px;
	height: 80px;
	margin: auto;
	padding: 0px;
	background-color: #FFFFFF;
}

#top img {
	margin: 0px;
	vertical-align: top;
}

#foot {
	width: 769px;
	height: 40px;
	margin: auto;
	padding: 0px;
	background-image: url(../imagesHome/internalBottom.gif);
	clear: right;
}

#foot p {
	width: 630px;
	margin: 0px 0px 0px 138px;
	padding: 0px;
	font-size: 12px;
	color: #333333;
}

#foot a:link { color: #00679E; text-decoration: none; font-weight: normal}
#foot a:visited { color: #00679E; text-decoration: none; font-weight: normal}
#foot a:hover { color: #FF4901; text-decoration: underline}
#foot a:active { color: #FF4901; text-decoration: underline}
-->