@charset "UTF-8";
/* CSS Document */

body {
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	line-height: 16px;
	font-color: #666666;
	letter-spacing: normal;
	vertical-align: top;
	font-weight: normal;
	color: #666;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}


	

#container {
	width: 922px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	height: auto;
	
}
#header {
	height: 34px;
	background-color: #D31145;
	
}
#whitebar {
	height: 8px;
	background-color: #FFFFFF;
	
}
#logo {
	height: 225px;
	background-color: #FFFFFF;
	vertical-align: top;
		
}
#nav {
	height: 259px;
	background-color: #FFFFFF;
	
}
#space {
	height: 15px;
	background-color: #FFFFFF;
		
	
}
#info {
	height: 215px;	
		
}
#maincontent {
	height: auto;
	background-color: #FFFFFF;
	
}
#footerspace {
	height: 17px;
	background-color: #FFFFFF;	
}
#footer {
	height: 35px;
	width: 922px;
	font-size: 9px;
	font-color: #D31145;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #D31145;
