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

* {
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 10px;
}
#topNav {
	background-color: #006600;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	padding: 0px;
}

#wrapper {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #topLogo {
	height: 150px;
	width: 840px;
}

#wrapper #bodyLeft {
	width: 160px;
	float: left;
}
#wrapper #bodyCenter {
	width: 520px;
	float: left;
}
#wrapper #bodyCenter #flashBox {
	background-color: #FF6600;
	height: 275px;
	width: 520px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}

#wrapper #bodyRight {
	width: 160px;
	float: right;
}
#wrapper #bodyCenter #bodyTextBox {
	width: 520px;
}
