html, body {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
}

div#layout {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

div#content-contents {
	padding: 0;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

div#subhead-container {
}

div#subhead-contents {
}

div#subhead-c1,
div#content-c1 {
	width: 165px;
	float: left;
}

div#subhead-c2,
div#content-c2 {
	width: 615px;
	float: left;
}

div#subhead-c1 {
	height: 71px;
}

div#subhead-c2 {
	height: 68px;
	border-bottom: 2px solid white;
	background-color: #212e37;
}

div#header-container {
	min-height: 196px;
	height: auto !important;
	height: 196px;
}

div#header-contents {
	height: 196px;
}

div#content-container {
	padding-bottom: 18px;
}

div#footer-container {
	position: absolute;
	bottom: 0;
	min-height: 18px;
	height: auto !important;
	height: 18px;
}

div#header-container,
div#footer-container {
	width: 100%;
}

div#menu-container {
	min-height: 42px;
	height: auto !important;
	height: 42px;
	z-index: 10;
}

div#menu-contents {
	padding-top: 1em;
	text-align: center;
}

div#footer-contents {
	text-align: center;
	padding: 20px 20px 16px 0;
}

div#footer-copyright {
	padding: 8px;
	text-align: center;
}

div#footer-copyright,
div#footer-copyright * {
	font-size: 9px;
}

div#footer-contents,
div#footer-copyright {
	width: 780px;
	margin: 0 auto;
}

div#content-container {
	width: 780px;
	margin: 0 auto;
}

img.subsect-header {
	position: relative;
	left: 24px;
	top: 36px;
}

div.hrule {
	width: 350px;
	margin: 0 auto 0 auto;
}

img.align-left-top {
	margin: 6px;
	float: left;
}

img.align-right-top {
	margin: 6px;
	float: right;
}

