@charset "utf-8";

body
{
	background: #D0D5F2;
	font: 12pt 100% Times New Times New Roman, Times, serifserif;
	margin: 0 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.box #container
{
	width: 800px;
	background: #FFFFFF;
	margin: 5px auto 0 auto;
	border: solid 1px #CCCCCC;
	font: 12pt 100% Times New Times New Roman, Times, serif;
}

.box #header
{
	height: 150px;
	border-bottom: solid 1px #CCCCCC;	
	background-image: url(Images/Header.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

.box #maincontent
{
	min-height: 400px;
	padding: 15px 15px 15px 15px;
	text-align: left;
}

.box #footer
{
	vertical-align: bottom;
	height: 20px;
	border-top: solid 1px #CCCCCC;
	background-image: url(Images/Footer_bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
