@charset "UTF-8";
/* CSS Document */


body {
	background-color: #5e1668;
	margin: 0px;
	padding: 0px;
}
#outer {
	width: 1050px;
	background-image: url(images/flow.jpg);
	background-repeat: no-repeat;
	height: 800px;
	background-color: #FFFFFF;
	float: right;
	padding-right: 15px;
}
#hometext {
	float: right;
	width: 900px;
	text-align: center;
}
.menu {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #a9a2eb;
	border-bottom-color: #a9a2eb;
	font-size: 9pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 5px;
	background-image: url(images/menubg.gif);
	height: 50px;
	width: 650px;
	line-height: 22px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
}
.menu h1 {
	font-size: 10pt;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 20px;
}
.footer {
	font-size: 8pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 15px;
	width: 900px;
	color: #FFFFFF;
}
a:link {
	color: #9534A1;
	text-decoration: none;
}
a:visited {
	color: #9534A1;
	text-decoration: none;
}
a:hover {
	color: #333399;
	text-decoration: underline;
}
.footer a {
	color: #FF99FF;
	text-decoration: none;
}

