body {
	background-color: #fff;
}
#content {
	background-color: #fff;
	width: 955px;
	margin: 20px auto 0;
	line-height: 150%;
}
#top {
	border: solid #c6c8c7;
	border-width: 1px 1px 0;
}
#middle {
	padding: 15px 0 30px;
	color: #646567;
	border: solid #c6c8c7;
	border-width: 0 1px 1px;
	margin-bottom: 20px;
	background-image: url("../images/layout/main_bg.gif");
	background-position: bottom;
	background-repeat: repeat-x;
}
#left { width: 225px; border-right: 3px solid #0051a0; padding: 0 10px; }
#navFile { padding: 0 10px; }
#center {
	padding-top: 10px;
	border-top: 19px solid #598ec0;
	width: 485px;
}
#bottom {
}
#bottom, #bottom a {
	color: #58585a;
}
#bottom .copy {
	text-align: right;
}
#bottom .copy a {
	color: #00519d;
}
#bottom .copy a:hover {
	color: #39f;
}
#bottom .footnav {
	padding: 15px 0 5px;
	text-align: right;
	text-transform: uppercase;
}
#bottom .footnav .selected {
	text-decoration: underline;
}

#logo {
	display: block;
	padding: 20px 20px 10px;
	width: 200px;
}

#footlogo {
	display: block;
	float: right;
	margin-right: 10px;
	margin-left: 40px;
}

#sitecontrol {
	padding-top: 5px;
	padding-right: 40px;
	text-transform: lowercase;
	color: #58585a;
	text-align: right;
	float: right;
}

#sitecontrol * { color: #818183; }
#sitecontrol A:hover {
	text-decoration: underline;
}
#sitecontrol A.sel {
	text-decoration: underline;
}

#headnav {
	float: right;
	border-top: 20px solid #d9e5f1;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 5px;
}
#headnav a {
	color: #818183;
	text-transform: uppercase;
}
#headnav a:hover {
	text-decoration: underline;
}
#headnav a.selected, #headnav a.open {
	color: #00529e;
	text-decoration: underline;
}

#center .centerTitle {
	margin-bottom: 15px;
}
#center .centerTitle h1 {

}

.subTitle h2 {
	padding-left: 10px;
	color: #c2000a;
}

