@charset "utf-8";
/* CSS Document */


body {
	background-color: #F2F0F9;
	font-family: "Century Gothic", Arial;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#Container {
	font-family: "Century Gothic", Arial;
	font-weight: bold;
	color: #FFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#Container #Navigation {
	background-color: #cfcae8;
	height: 33px;
	padding-left: 60px;
}
.ImgCenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.SmallText {
	font-size: 9pt;
}

.centertext {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}


#Container #Navigation a {
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #757199;
	display: block;
	background-image: url(Link.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 110px;
	height: 33px;
	line-height: 25px;
	padding-left: 30px;
}
#Container #Navigation a:hover {
	background-position: left bottom;
}
#Container #Footer {
	background-image: url(FINAL_bottombanner.png);
	height: 43px;
	text-align: center;
	font-style: italic;
	width: 800px;
	display: block;
	padding-top: 32px;
	font-size: 10pt;
	line-height: 19px;
}

#HomeImgSpace {
	margin-top: 20px;
	margin-bottom: 30px;
}
#Container #Content {
	margin-top: 25px;
	margin-bottom: 25px;

}
#Container #Content #Background #Text {
	margin-right: 250px;
	margin-left: 50px;
	height: 375px;
	margin-bottom: 50px;
	font-size: 10pt;
	font-weight: bold;
	overflow: auto;
}
.TitlePlacement    {
	padding-left: 75px;
	padding-bottom: 15px;
	padding-top: 20px;
}
.ReturnText {
	color: #FFF;
	font-weight: normal;
	font-size: 9pt;
	font-style: italic;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}


#Container #Content #Background {
	background-repeat: no-repeat;
	background-position: left top;
	height: 500px;
	background-image: url(final_layout.png);
}
td {
	vertical-align: top;

}
#Container #Content #Background #Text a {
	color: #EAFFB8;
	text-decoration: underline;
}
