body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333333;
	margin: 20px 0px; padding: 0px;
	text-align: center;
	}

#container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	}
	
#topSectionA {
	float: left;
	width: 500px;
	height: 80px;
	margin: 0;
	}

#topSectionB {
	float: left;
	width: 250px;
	height: 80px;
	margin: 0;
	}
	
#navSection {
	float: left;
	border: solid 1px #444444;
	width: 749px;
	font-size: 12px;
	text-align:center;
	}

#imageSection {
	float: left;
	width: 750px;
	}
	
#bottomSection {
	float: left;
	width: 750px;
	min-height: 200px;
	padding: 0px;
	}

#leftContent {
	float: left;
	width: 500px;
	min-height: 200px;
	padding: 0px;
	text-align: justify;
	}
	
#rightContent {
	float: left;
	width: 250px;
	min-height: 200px;
	text-align: right;
	padding: 0px;
	}

#copyright {
	float: left;
	width: 730px;
	height: 16px;
	padding: 10px;
	text-align: center;
	}
	
.largeHeading {
	font-size: 18px;
	}
	
.leftBox {
	float: left;
	padding: 8px;
	border-top: #333333 1px solid;
	width: 234px;
	height: 18px;
	background-color: #444444;
	}
	
.middleBox {
	float: left;
	padding: 8px;
	border-top: #333333 1px solid;
	width: 232px;
	height: 18px;
	border-left: #333333 solid 1px;
	border-right: #333333 solid 1px;
	background-color: #444444;
	}

.rightBox {
	float: left;
	padding: 8px;
	border-top: #333333 1px solid;
	width: 234px;
	height: 18px;
	background-color: #444444;
	}
	
.content {
	padding-top: 12px;
	}
	
.whiteImpact {
	font-size: 18px;
	color: #FFFFFF;
	}
	
.blackImpact {
	font-size: 18px;
	color: #000000;
	}
	
.heading {
	font-size: 12px;
	font-weight: bold;
	}

A:link {text-decoration: none; color: #DABB00;}
A:visited {text-decoration: none; color: #DABB00;}
A:active {text-decoration: none; color: #DABB00;}
A:hover {text-decoration: underline; color: red;}
