@CHARSET "ISO-8859-1";

/* White space in the form to the right of the menu and under the header area.  Includes the content */
/* of the form.  Color can change but sizing needs to remain the same for form layout */
.smallHeadBody {
	background-color: #FFFFFF; 
	width: 640px; 
	height: 462px;
	}
.largeHeadBody {
	background-color: #FFFFFF; 
	width: 1055px; 
	height: 500px;
	}
.logonBody {
	background-color: #FFFFFF; 
	height: 459px; 
	width: 542px;
	}
.backColorDark {
	background-color: #c6c6c6; 
	}
.backColorMed {
	background-color: #f7f7f7;
	}
.backColorLight {
	background-color: #c4c4c4;
	}
	
body {
	text-align:center;
	background-color: #ffffff;
	margin: auto;
	}
#container {
	margin: 0 auto;
	}