body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border:0;
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#content {
	background-color:#FFFFFF;
	width: 860px;
	height:100%;
	padding: 20px;
}
#footer {
	position: relative;
	width: 860px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	text-decoration: none;
	text-align:center;
}
.callout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	border: 1px solid #000033;
	padding: 10px;
	margin: 20px;
	width: 800px;
	text-align:center;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.text a:link {
	color: #0000CC;
	text-decoration:none;
}
.text a:hover {
	color: #444444;
	text-decoration:none;
}
.text a:visited {
	color: #444444;
	text-decoration:none;
}
.text a:active {
	color: #0000CC;
	text-decoration:none;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

