body {
	background-image: url(images/background_gradient.png);
	background-repeat: repeat-x;
	background-color: #B3B3B3;
	margin: 0px;
	padding: 0px;
}
.header {
	width: 808px;
	margin-right: auto;
	margin-left: auto;
	height: 183px;
	background-image: url(images/header_placeholder.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
.header a {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
.header a:hover {
	color: #176099;
}
.orange_background {
	background-image: url(images/orange_background.png);
	background-repeat: repeat-y;
}
.white_body {
	background-image: url(images/white_background.png);
	background-repeat: repeat-y;
}
.body_div {
	font-family: Verdana, Geneva, sans-serif;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10pt;
	color: #333;
	text-align: justify;
}
.white_body .body_div h1 {
	font-size: 16pt;
	font-weight: normal;
	color: #176099;
}
.orange_background .orange_body {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 9pt;
	font-weight: normal;
	text-align: right;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
.orange_background .orange_body h1 {
	font-size: 16pt;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	text-align: right;
}
.orange_background .orange_body h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #FFF;
}
.orange_background .orange_body h2 a {
	color: #FFF;
	text-decoration: underline;
}
.orange_background .orange_body h2 a:hover {
	color: #176099;
}

.orange_background .orange_body p a {
	color: #FFF;
	text-decoration: none;
}
.orange_background .orange_body p a:hover {
	color: #176099;
}
.white_body .body_div p a {
	text-decoration: none;
	color: #176099;
}
.white_body .body_div p a:hover {
	text-decoration: underline;
}
.white_body .body_div .copyright {
	color: #999;
	text-align: center;
	font-size: 7pt;
}

.hr {
	color: #999;
	background-color: #999;
	height: 1px;
}
.white_body .body_div ul li a {
	color: #1760A6;
	text-decoration: none;
}
.white_body .body_div ul li a:hover {
	text-decoration: underline;
}
