#header {
	position: absolute;
	width: 700px;
	left: 0px;
	top: 0px;
}
#newHeader {
	position: absolute;
	left: -1px;
	top: 0px;
	background-color: #FFFFFF;
	z-index: 10;
}
#menu {
	position: absolute;
	width: 181px;
	left: 0px;
	top: 105px;
	z-index: 3;
}
#backer {
	position: absolute;
	width: 700px;
	left: 0px;
	top: 200px;
	z-index: 1;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 88%;
	color: #9C66A3;
	position: absolute;
	left: 208px;
	top: 105px;
	z-index: 5;
	margin-right: 5px;
	width: 560px;
}
body {
	background-image: url(images/purple.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
h2 {
	margin-bottom: -10px;
	font-size: 100%;
	font-weight: normal;
	padding-bottom: 0px;
}
h1 {
	font-size: 150%;
	text-transform: uppercase;
	color: #9c66a3;
	font-weight: normal;
}
li {
	list-style-image: url(images/bullet-b.gif);
	padding-bottom: 10px;
}
a:link {
	color: #722399;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #0000CC;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
.source {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	float: none;
	font-size: 90%;
}
#headline {
	width: 496px;
}
.minitext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.buttonSubmit {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.textSubmit {
	display: block;
	width: 100px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-bottom: 5px;
}
#clientArea {
	display: block;
	padding: 2px;
	width: 106px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	float: right;
	margin-right: 6px;
}
label {
	color: #9C66A3;
	font-weight: bold;
	font-size: 14px;
}

