body {
	 background: #bdcbd9 url(images/page_background.gif) repeat-y center;
	 color: #444444;
	 font: 14px Georgia, "Times New Roman", Times, serif;
	 margin: 0 0 20px;
	 padding: 0;
}

a:link, a:visited {
	 color: #36628c;
	 text-decoration: none;
}

a:hover {
	 color: #4782bb;
	 text-decoration: underline;
}

#header {
	 width: 100%;
	 height: 125px;
	 margin: 0px;
	 padding: 0px;
	 background: #36628c;
}

#navigation {
	 text-align: center;
	 width: 960px;
	 padding: 0;
	 margin: 0 auto;
}

#navcontainer {
	 width: 960px;
	 background: #fbfbfb url(images/navigation_bg.gif) repeat-x;
	 text-align: left;
	 font: 13px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	 color: #36628c;
	 height: 145px;
}

#navcontainer ul {
	 list-style-type: none;
	 float: left;
	 left: -5px;
	 position: relative;
}

#navcontainer ul::first-line {
	 font-weight: bold;
	 font-size: 14px;
}

#content {
	 width: 900px;
	 min-height: 100%;
	 text-align: left;
	 line-height: 18px;
	 background-color: #fbfbfb;
	 margin: 0 auto;
	 padding: 30px;
}

#content blockquote {
	 display: block;
	 left: -20px;
	 position: relative;
	 top: -5px;
}

.content_header {
	 font-size: 20px;
	 color: #a7181d;
	 font-weight: bold;
}

.content_subheader {
	 font-size: 16px;
	 color: #a7181d;
	 font-weight: bold;
}

.content_red {
	 color: #a7181d;
	 font-weight: bold;
}

.content_subheader_gray {
	 font-size: 16px;
	 font-weight: bold;
}

.cfw {
	 font-weight: bold;
	 white-space: nowrap;
}

#content_footerlogo {
	 width: 960px;
	 height: 145px;
	 margin-left: auto;
	 margin-right: auto;
	 text-align: right;
	 color: white;
}

#content_footerlogo #cfwimage {
	 padding-right: 30px;
}

#content_footerlogo #pagetop {
	 position: relative;
	 top: 130px;
	 left: 30px;
	 font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	 float: left;
}