/* CSS Document */

body {
	background-image: url();
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e9e9e9;
	text-align:center;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}
a {
	color: #04568F;
	text-decoration: none;
}
div#navigation {
	width:612px;
	text-align:center;
	margin: 10px 0 10px 0;
}

div#PDF {
	margin: 0 auto;
	text-align:left;
	border: 2px solid #ffffff;
	width:612px;
	height:792px;
}
.line {
	display:block;
	clear:both;
	text-align:center;
	margin: 300px auto 0 auto;
}
.frontPageLogo {
	margin:180px 0 0 20px;
}
.backPageLogo {
	margin: 590px 0 0 50px;
}
.thumbs {
	margin:65px 0 0 0;
	float:right;
}
.line {
	text-align:center;
}
div#blueTop {
	background-color: #00467F;
	margin:0;
	width:inherit;
	height:40px;
}
div#whiteBack {
	background-color: #FFFFFF;
	margin:0;
	width:inherit;
	height:752px;
}
.bottomRight {
	margin: 20px 0 0 auto;
}