a {
	color: #224177;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #224177;
	font-weight: normal;
	text-decoration: underline;
}
a.footer {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a.footer:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
body {
	background-color: #224177;
	font-family: trebuchet, helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	color: #000;
}
body, html {
	margin: 0;
	padding: 0;
}
div, table, tr, td {
	font-size: 10pt;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px auto;
}
div.body_wide {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #EEEEEE;
	text-align: center;
}
div.footer_layer {
	width: 950px;
	text-align: left;
}
div.footer_wide {
	width: 100%;
	clear: both;
	height: 200px;
	background-color: #224177;
	text-align: center;
}
div.header_layer {
	width: 950px;
	text-align: left;
}
div.header_wide {
	background-color: #FFF;
	text-align: center;
}
div.navigation_layer {
	width: 950px;
	text-align: left;
}
div.navigation_wide {
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #224177;
	text-align: center;
}
form {
	margin: 0px;
}
h2 {
	color: #224177;
	font-size: 22pt;
	font-weight: normal;
}
h3 {
	color: #224177;
	font-size: 18pt;
	font-weight: normal;
}
h1,h2,h3,h4,h5 {
	font-family: georgia, georgia, serif;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
p {
	clear: both;
}
table.application_table {
	width: 100%;
	margin-top: 10px;
	border: #000 1px solid !important;
	background-image: url('images/white.jpg');
}
table.application_table tr td {
	font-size: 8pt;
	vertical-align: top;
}
table.body_table {
	width: 950px;
}
td.body_content {
	width: 680px;
	vertical-align: top;
	text-align: left;
}
td.body_divider {
	width: 30px;
	vertical-align: top;
	text-align: left;
}
td.body_sidebar {
	width: 240px;
	vertical-align: top;
	text-align: left;
}
th.row_title {
	font-size: 12pt;
	font-weight: bold;
}