body {
	margin: 24px 35px;
}

* {
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

h1, h2 {
	font-size: 20px !important;
	padding: 15px 0 0 0;
	margin: 0 0 15px 0;
	color: #0089d9;
}

h1 span {
	border-bottom: 2px solid #e8e8e8;
}

h3 {
	background: none;
	padding-left: 0 !important;
}

#subhead {
	border-top: 4px solid #0089d9;
	border-bottom: 1px solid #cdcdcd;
	height: 90px;
}

#subhead #logo {
	margin: 7px 0 0 15px;
}


#left {
	width: 25%;
	float: left;
}

#center {
	width: inherit;
	display: inline;
	padding-left: 25%;
	padding-top: 20px;
}

#copyright {
	float: left;
	width: 25%;
}

#footer {
	width: inherit;
	background: none;
	border-top: 2px solid #005a8d;
}

#footer table {
	width: 100%;
	border: 0px solid white !important;
	border-collapse: collapse;
}

#footer table td.copyright-cell {
	width: 25%;
}

#footer table .copyright-inner {
	padding-left: 40px;
}

#footer table td {
	border: 0px solid white !important;
	font-size: 7pt;
}

#footer table td.breadcrumbs-cell {
	width: 100%;
}

