@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Courier, Verdana, Arial, Helvetica, sans-serif;
	background: white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 #container selector */
	color: #000000;
}

#main {
	width: 640px;
	height: 560px;
	margin-left: auto;
	margin-right: auto;
}

#bclogo {
	float: left; 
	width: 250px; 
	margin-top: 60px;
}

#bctext {
	float: right;
	width: 380px;
	color: #666666;
	font-size: 0.9em;
	text-align: left;
	line-height: 120%;
}

#bctext p {
	margin-top: 6px;
}

#bctext h3 {
	color: #990000;
	margin-bottom: 3px;
}