html, body {
	margin:0;
	padding:0;
	font-family:Georgia, serif;/*Arial, Helvetica, sans-serif*/
	font-size:1em;
	height:100%;
	text-align:center;
}
body {
	background:#eae8ea url("/images/bg.jpg") top left repeat-x;
}
#pageTop, #pageBanner, #pageMiddle {
	display:none;
}
#page {
	width:872px;
	margin:20px auto 0;
}
#mainHeader {
	position:relative;
	margin:0 0 10px 0;
}
#mainHeader h1 {
	width:548px;
	height:53px;
	background:url("/images/logo2.jpg") top left no-repeat;
	float:left;
	margin:0;
}
#mainHeader h1 a {
	width:305px;
	height:53px;
	display:block;
	text-decoration:none;
}
#mainHeader h1 span {
	visibility:hidden;
}

#loginBadge {
	position:absolute;
	bottom:0; right:0;
	padding:0 5px 0 0;
	color:white;
}
#loginBadge a {
	color:white;
	font-weight:bold;
	font-size:0.8em;
	text-decoration:none;
}
#pageBodyContent {
	width:100%;
	border-top:1px solid gray;
	border-right:1px solid gray;
	border-left:1px solid gray;
	padding:20px 10px;
	background-color:white;
}
#pageBodyContent.common {
	font-family:Georgia, serif;	
}
#pageFooterWrapper {
	border-bottom:1px solid gray;
	border-right:1px solid gray;
	border-left:1px solid gray;
	background:url("/images/footerbg.jpg") repeat-x bottom left;
	padding:0 10px; 
	height:39px;
	width:100%;
}
#footerCopyright {
	color:white;
	text-align:center;
	font-size:0.9em;
	line-height:39px;
	margin:0;
}
#footerCopyright ul {
	margin:0;
	padding:0;
	height:auto;
	clear:both;
}
#footerCopyright ul li {
	display:inline;
}
#footerCopyright a {
	color:white;
}
div.formError {
	text-align:center;
	color:red;
	font-weight:bold;	
}
input.prefill {
	color:gray;
	font-style:italic;
}
.hide {
	display:none;
}
.clear {
	clear:both;
	height:0;
	font-size:1px;
}
.success {
	color:green;	
}
.error {
	color:red;
	font-weight:bold;
}
.warning {
	color:red;
}
a img {
	border:0;
}