#Header {
	float: left;
	height: 225px;
	width: 950px;
}

#HorzNavBar {
	float: left;
	height: 40px;
	width: 950px;
	background-color: #788EA3;
}
#MainText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #788ea3;
	float: left;
	width: 950px;
}
#Footer {
	float: left;
	height: 107px;
	width: 950px;
}
#Wrapper {
	width: 950px;
	margin: auto;
	background-image: url(Images/WrapperBackground.jpg);
	background-repeat: repeat;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.memo {
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
}
a:link {
	color: #660000;
}
a:visited {
	color: #660000;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #CCCCCC;
}

