.leftTop {
	text-align: left;
	vertical-align: top;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #180000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.contentBg {
	background-image: url(images/middleBg.jpg);
	background-repeat: repeat-y;
	text-align: center;
	vertical-align: top;
}
.contentBg2 {
	background-image: url(images/middleBg.jpg);
	background-repeat: repeat-y;
	text-align: left;
	vertical-align: top;
	padding: 23px;
}
.middleTableBg {
	background-image: url(images/middleTableBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	vertical-align: top;
	padding-top: 27px;
	padding-right: 13px;
	padding-left: 13px;
	height: 222px;
}
.centerTop {
	text-align: center;
	vertical-align: top;
}
.welcomeHeading {
	font-family: "Trebuchet MS", Helvetica;
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
	color: #780B07;
}
.content {
	font-family: "Trebuchet MS", Helvetica;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
	vertical-align: top;
}
