#header {
	background-image: url(header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 145px;
	border-bottom-width: 25px;
	border-bottom-style: solid;
	border-bottom-color: #8cc641;
}

#content {
	border-width: 3px;
	border-style: solid;
	border-color: #999999;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top:25px;
	padding-left: 10px;
	padding-bottom: 25px;
}

#content .fieldset {
	margin-top: 8px;
}

#content .fieldset th {
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 2px;
	text-align: right;
}

#content .fieldset td {
	color: #161616;
	font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
	padding-bottom: 2px;
}


#footer-wrap {
	width: 495px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}

#footer {
	height: 110px;
}

#footer a.email {
	background-image:url(email_text.gif);
	width: 495px;
	display:block;
	height:38px;
	text-decoration:none;
	text-indent:-9000px;
	overflow: hidden;
	background-position: top left;
	outline:none;
}

#footer a.email:hover {
	background-position: bottom left;
}

#footer a.email-loggedin {
	background-image:url(email_text-loggedin.gif);
	width: 495px;
	display:block;
	height:38px;
	text-decoration:none;
	text-indent:-9000px;
	overflow: hidden;
	background-position: top left;
	outline:none;
}

#footer a.email-loggedin:hover {
	background-position: bottom left;
}

#utils a {
	color: #67aa35;
	font-weight: normal;
	font-size: 11px;
	background-image: url(arrow_green.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
	margin-left: 15px;
}

#utils a:hover {
	text-decoration: none;
}

.error {
	font-size: 12px;
	color: #FF0000;
}