@charset "utf-8";

.middleContainer {
	height: 1165px;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(bg.jpg);
}

.logo {
	position:relative;
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
}

.mainContent{
	padding-left:100px;
	padding-right:100px;
}

.header1{
	font-family:Palatino,Georgia, "Times New Roman", serif;
	font-size:xx-large;
	text-align:center;
	padding-top:0px;
	padding-bottom:15px;
}

.header2{
	padding-top:20px;
	font-family:Palatino,Georgia, "Times New Roman", serif;
	font-size:large;
	text-align:center;
}

.bodyText{
	padding-top:0px;
	font-family:Palatino, Georgia, "Times New Roman", serif;
	font-size:small;
	line-height: 25px;
}

.bodyTextCentered{
	padding-top:20px;
	font-family:Palatino, Georgia, "Times New Roman", serif;
	font-size:small;
	line-height: 25px;
	text-align:center
}

.buttons {
	text-align:center;
}

.footer{
padding-top:20px;
	text-align:center;
}

a:link {color: #000000;}
a:visited {color: #000000;}
a:hover {color: #000000;}
a:focus {color: #000000;}
a:active {color: #000000;}