.header {
	background-image: url(images/headerBack.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	position: absolute;
	width: 103%;
	left: 0px;
	top: 0px;
	margin: 0px;







}
.pageContainer {
	text-align: justify;
	vertical-align: top;
	padding: 20px;
	margin-top: 30px;
	width: 600px;
	border: 1px solid #89A0A0;









}
.headerPic {
	text-align: right;
}
.logo {
	padding-left: 30px;
}
.headerBar {
	background-image: url(images/ivoryBar.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;

}
.navBar {
	background-image: url(images/navBack.jpg);
	background-repeat: repeat-x;
	text-align: center;

}
.button {
	margin: 0px;
	vertical-align: top;
	padding: 0px;
}
.pageBody {
	text-align: center;
	background-image: url(images/bodyback.jpg);
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	vertical-align: text-top;



}
.pageTitle {
	font-size: 16px;
	font-weight: bolder;
	height: 30px;
	padding: 5px;
}
.newsContainer {

	text-align: justify;
	vertical-align: top;
	padding: 20px;
	margin-top: 30px;
	width: 300px;
	border: 1px solid #89A0A0;
}
.signature {
	font-size: 9px;
	font-weight: lighter;
	text-align: right;
}
.wideContainer {
	text-align: justify;
	vertical-align: top;
	padding: 20px;
	margin-top: 30px;
	border: 1px solid #89A0A0;
	width: 700px;

}
