﻿/* Body styles */

body {
	background: #6f6363;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.bodycontainer{
	width: 850px;
	background-color:#ffffff;
	margin-left: 0px;
	margin-top: 5px;
	position:relative;
}
.textcontainer{
	width: 530px;
	margin-left: 0px;
	background-color: #ffffff;
	vertical-align: top;
}
.texttable {
	background-color: #ffffff;
	width: 500px;
	vertical-align: top;
}
.bottomleftcontainer {
	width: 320px;
	background-color: #ffffff;
}
.bottomrightcontainer {
	width: 480px;
	background-color: #ffffff;
	vertical-align:bottom;
}
.maroonbg {
	background-color: #d00000;
}
.lightgreybg {
	background-color: #e9e9e9;
}
.rowright {
	text-align:right;
}
.rowleft {
	text-align:left;
}
.rowcenter {
	text-align: center;
}
