body {
	margin: 0px;
	text-align: center;
}

div, p {
	font-family: Verdana, Geneva, Arial, Helvetica;	font-size: 12px; text-align: left;
	line-height: 18px;
}

h1 {
  color: #8D6398;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
h2 {
  color: #8D6398;
  font-size: 15px;
  font-weight: bold;
  margin: 20px 0 0 0;
}
h3 {
  color: #8D6398;
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0 0 0;
}
h4 {
  color: #8D6398;
  font-size: 12px;
  font-weight: bold;
  margin: 20px 0 0 0;
}
p {
	margin: 7px 0 7px 0;
}

a {
	color: #000099;
	text-decoration: none;
}

a:hover {
	color: #000099; text-decoration: underline;
}

#wrapper {
	position: absolute; width: 960px; left: 50%; margin-left: -480px; top: 0px;
	border-left-style: solid; border-left-width: 1px;
	border-right-style: solid; border-right-width: 1px;
}

img {
	border: 0px;
}

/* top banner */

#TopBannerWrapper {
	width: 960px; height: 130px;
}

#TopBannerLeft {
	float: left; height: 125px; width: 760px;
	background-color: #FFFFFF;
}
#FloatLeft {
	float: left; height: 125px; width: 240px;
}
#FloatRight {
	float: right; height: 125px; width: 364px;
}

#TopMenu {
	float: right; height: 125px; width: 200px;
	background-color: #340065;
}
#Title {
	position: relative; top: 10px; left: 8px; width: 180px;
	font-size: 14px; font-weight: bold; color: #FFFFFF;
	margin-bottom: 14px;
}

/* Top right navigation menu*/
.cssnav {
	position: relative; display: block; width: 200px; height: 22px; margin-top: 1px;
	background-color: #A270AA;
	font-weight: bold;
	white-space: nowrap;
}

.cssnav a:link {
	display: block; width: 190px; height: 22px;
	color: #FFFFFF;
	text-decoration: none;
}

.cssnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.cssnav img {
	width: 200px; height: 22px; border: 0
}

* html a:hover {
	visibility:visible
}

.cssnav a:hover img {
	visibility:hidden
}

.cssnav span {
	position: absolute; left: 5px; top: 2px; margin: 0px; padding: 0px;
	cursor: pointer;
}
/*End top right navigation menu*/

#BannerFooter {
	clear: both; width: 960px; height: 5px;
	background-color: #340065;
}

/* End top banner */

/* Middle three columns */

#MainContentWrapper {
	clear: both; width: 900px; padding: 10px 20px 0 40px;
	background-color: #FFFFFF;
}

/* End middle three columns */

/* Footer */

#Line {
	width: 960px; height: 2px; background-color: #8E5D9D;
	clear: both;
}
#Footer {
	width: 940px; height: 110px; padding: 5px 10px 5px 10px;
	background-color: #FFFFFF;
	font-size: 11px; text-align: center; line-height: 12px;
}
.Copyright {
	float: left; width: 400px; text-align: left;
}
.SiteManagedBy {
	float: right; width: 400px; text-align: right;
}
/* End footer */

/* Taken from old styles */

td.se {
	background : #F2EDF3;
	font-size : 11px;
}

tr.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	background-color: #8D6398;
	background-position: left center;
}

.bust {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #8D6398;
}

/* End taken from old styles */

.ErrorMessage {
	color:#C00
}