@charset "utf-8";
.header {
	background-image: url(Images/top_blueheader.jpg);
	background-repeat: repeat-x;
}
.background {
	background-image: url(Images/background.jpg);
	background-repeat: repeat-y;
}
.bottomdivider {
	background-image: url(Images/bottom_bluefooter.jpg);
	background-repeat: no-repeat;
}
.welcome {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: auto;
	padding: 6px;
}
.picturetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #2069b1;
	margin: auto;
	padding: 6px;
}
.bluerectangle {
	background-image: url(Images/bluerectangle.jpg);
}
