body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    margin: 0 auto;
    padding: 0;
    background: #f7f7f7;
	color: #000000;
    width: 961px;
}

#page_wrapper {
	width: 100%;
}

#header {
	width: 961px;
	height: 148px;
	margin: 0;
}

img {
	border: none;
}

#content {
	width: 100%;
	float: left;
	padding: 4px;
}

#footer {
    clear: both;
    width: 100%;
	margin-top: 10px;
	padding: 18px 4px 4px 4px;
	text-align: right;
	height: 50px;
	color: #525252;
	font-size: 8pt;
	background: #e3e3e3;
	border-bottom: 5px solid #bbbbbb;
}

#footer a {
	color: #0266a6;
	text-decoration: none;
}

.lowercase {
	text-transform: lowercase;
}

#footer a:hover {
	text-decoration: underline;
}

.label {
	text-align: right;
	width: 25%;
	float: left;
}

.data {
	text-align: left;
	width: 75%;
	float: left;
}

.error {
	color: #ff0000;
}
