﻿.body {
	background-color: #000080;
	background-image: url('images/flagbackgrndfades.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}
.topleftcorner {
	background-image: url('images/documentbackleftcorner.png');
	background-position: left top;
	background-repeat: no-repeat;
	height: 55px;
	width: 30px;
}
.toprightcorner {
	background-image: url('images/documentbackrightcorner.png');
	background-repeat: no-repeat;
	background-position: right top;
	height: 65px;
}
.background775 {
	background-position: center;
	background-image: url('images/documentback775.png');
	background-repeat: repeat-y;
	background-color: #FEFDF0;
}
.bottombackground {
	background-image: url('images/documentbackbottom.png');
	background-position: 50% bottom;
	background-repeat: repeat-x;
	text-align: center;
	height: 57px;
}
.bottomrightcorner {
	background-image: url('images/documentbackbotmright.png');
	background-repeat: no-repeat;
	background-position: 50% bottom;
	height: 165px;
	width: 32px;
}
.topbackground {
	background-position: 50% top;
	background-image: url('images/documentbacktop.png');
	background-repeat: repeat-x;
	width: 715px;
	text-align: center;
	color: #800000;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: xx-large;
	text-decoration: underline;
	height: 55px;
}
.bottomleftcorner {
	background-image: url('images/documentbackbottomleft.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}
.doublelinesunder {
	border-bottom-style: double;
	border-bottom-width: thin;
	border-bottom-color: #800000;
}
