@charset "utf-8";

body {
	background-image: url(/images/Background1.jpg);
	background-repeat: repeat;
	background-position: center;
	margin-top: 0px;
}

.MainBody {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1;
	white-space: normal;
	background-position: top;
	background-repeat: no-repeat;
}
.MainHeader {
	margin-top: -20px;
}
.MainContent {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
.BodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.PicPad-Right {
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 0px;
}
.PicPad-Left {
	float: left;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.SubTitle {
	margin-left: -25px;
	margin-bottom: -25px;
}
.Divider {
	margin-top: -30px;
	margin-bottom: -40px;
	margin-left: 0px;
	text-align: center;
}

