@charset "UTF-8";
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #contaåiner selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 38px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #666666;
}

#container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;	
} 

#header {
	background: #444444;
	padding: 0px;
	height: 100px;
	width: 800px;
} 

#flashBox {
	height: 500px;
	background-color: #444444;
}


#footer {
	padding: 0;
	font-size: x-small;
	color: #FFFFFF;
	background-color: #666666;
} 

#footer a:link {
	color: #FFFFFF;	
	text-decoration: none;
}

#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.contBold {
	font-size: 11px;
	font-weight: bold;
}

