@charset "utf-8";


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 800px;
	margin-bottom: 600px;
	text-align: left;
}
.FrontPage {
	background-color: #0E13C5;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background-image: url(../Images/System/BackgroundGradientBlackToBlue.jpg);
	background-repeat: repeat-x;
}

.FrontPage #container {
	width: 1025px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	top: 0px;
}

