body {
	margin: 0px;
	padding: 0px;
	overflow: auto;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
}

#header {
	margin:0 auto;
	text-align:left;
	width: 1014px;
	height: 200px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}

#subheader {
	margin:0 auto;
	text-align:left;
	width: 1014px;
	height: 20px;
	background-color: #D7998C;
	border-bottom: 1px solid #908886;
	padding-top: 3px;
	color: #333333;
}

#subheader a {
	color: #333333;
	text-decoration: none;
}

.errormessage {
	color: red;
}
#content {
	margin:0 auto;
	width: 1009px;
	overflow: auto;
	text-align: left;
	font-size: 11pt;
	padding-left:5px;
}

#content h1 {
	color: #C8431C;
	font-weight: normal;
	font-size: 25pt;
	font-family: Arial Narrow, Arial, sans-serif;
	text-align: left;
}

#content h2 {
	color: #C8431C;
	font-weight: normal;
	font-size: 16pt;
	font-family: Arial, Verdana, sans-serif;
	letter-spacing: -1px;
	text-align: left;
}

#content h3 {
	color: #C8431C;
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 0px;
}

#footer {
	margin:0 auto;
	width: 1014px;
	border-top: 1px solid gray;
	text-align: center;
	font-size: 10pt;
	margin-top: 20px;
	margin-bottom: 10px;
}

#left {
	padding: 5px;
	text-align: left;
}

#content a, #footer a {
	color: #C8431C;
	text-decoration: underline;
}

#content table {
	text-align:left;
}

#content .button {
	background-color: #FFFFFF;
	width: 170px;
	height: 50px;
	font-size: 11pt;
	color: #C8431C;
	white-space: pre;
}

#content .disabled {
	color: #CCCCCC;
}
