@charset "utf-8";
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #5A47CC;
}
#wrapper #logodiv {
	height: 315px;
	background-image: url(Images/logo-banner2.gif);
}
#wrapper #textdiv {
	height: 740px;
	background-color: #C5EA83;
}
#wrapper #textdiv #maintextdiv {
	height: 680px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DAF1AF;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.titlefont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	color: #5A47CC;
}
.maintextfornt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #333333;
}
#wrapper #contactouterdiv {
	height: 700px;
	background-color: #C5EA83;
}
#wrapper #contactouterdiv #contactdiv {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #daf1af;
	height: 650px;
	padding-top: 5px;
	padding-left: 0px;
}
#wrapper #thankyououterdiv {
	height: 400px;
	background-color: #C5EA83;
}
#wrapper #thankyououterdiv #thankyoudiv {
	height: 300px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-left: 20px;
	background-color: daf1af;
}
.footertext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #30227D;
	text-decoration: none;
}
#wrapper #textdiv #footerdiv {
	height: 30px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #daf1af;
	padding-left: 10px;
	padding-top: 5px;
}
a:link {
	color: #663366;
}
a:hover {
	color: #5B47CC;
}

