body {
	margin:0;
	padding:0;
	background-attachment: scroll;
	background-image: url(../images/gradientbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
}

#container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border-left:1px #D5D6D6 solid;
	border-right:1px #D5D6D6 solid;
	border-bottom:1px #D5D6D6 solid;
}

#content {
	z-index:2;
	position:relative;
	margin:20px 70px 20px 40px;
}

#footer {
	background-image:url(../images/footer.jpg);
	height:61px;
	position:relative;
	clear:both;
}

a {
	color:#C8202F;
}

a:hover {
	color:#000000;
}

#credits {
	text-align:right;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:20px;
	color:#000000;
	font-size:11px;
}

#credits a {
	color:#333333;
	text-decoration:none;
}

#credits a:hover {
	text-decoration:underline;
}

#display {
	line-height: 18px;
	font-size: 12px;
	margin: 25px;
	padding: 15px;
	width: 225px;
	background-color: #F1F1F1;
}
.displayOK {
	border: 1px solid #999;
}
.displayErr {
	border: 2px solid #F00;
}
.required {
	color: red;
	font-weight: bold;
}