body {
	margin: 0 auto;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	}
body.landingpage {
	margin: 20px auto;
	width: 960px;
	}
#branding {
	text-align: center;
	clear: both;
	width: 800px;
	margin: auto;
	}
#branding h1 {
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	}
#branding p {
	color: #fff;
	font-size: 70%;
	line-height: 150%;
	}
.colhalf {
	width: 49%;
	color: #fff;
	font-size: 70%;
	text-align: center;
	}
.colhalf a, #mainflash a {
	color: #fff;
	font-weight: bold;
	}
#mainflash {
	width: 960px;
	margin: auto;
	color: #fff;
	font-size: 70%;
	text-align: center;
	}
.floatleft {
	float: left;
	}
.floatright {
	float: right;
	}