body {
	margin: 0px;
	text-align: center;
	font-family: "Georgia";
	font-style: normal;
	font-size: 12pt;
	color: #000000;
	background-image: url(images/purplebg1.jpg);
	background-repeat: repeat-x;
}

#container {
	position: relative;
	width: 800px;
	margin: 20px auto;
	background: #fbd7fc;
	border: 1px solid #7B027F;
}

#textbox {
	background: #FFFFFF;
	width: auto;
	padding: 4px;
}

#headbar {
	padding: 0px;
	margin: 0px;
	height: 100px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #7B027E;
	background: #ffffff;
	z-index: 1;
}

#leftcol {
	padding: 8px;
    float: left;
	text-align: left;
	background: #FFFFFF;
	width: 613px;
	border-right: 1px solid #7B027F;
}

#rightcol {
	float: left;
	width: 160px;
	text-align: right;
}

#footer {
	clear: both;
	height: 20px;
	padding: 1px;
	border-top: 1px solid #7B027F;
	text-align: center;
	font-family: "Georgia";
	font-style: normal;
	font-size: 10px;
	background: #ffffff;
}

a,
a:link,
a:hover,
a:visited,
mailto {
	font-family: "Georgia";
	font-weight: bold;
	color: #7b027f;
	text-decoration: underline;
}
