body, html {
	margin: 0 auto;
	text-align: center;
	font-size: 0.9em;
	background-color: #CCCCCC;
	color: black;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding:0px;

}

.topBar {
	width: 728px;
	height: 60px; 
	float: left;
	background-color: #666666;
}

.mainContent {
	width: 728px;
	float: left;
	background-color: #ffffff;
}

.leftBar {
	width: 116px;
	float: left;
}

.centerBar {
	width: 496px;
	float: left;  
	padding: 10px;
	text-align: left;
}

.rightBar {
	width: 88px;
	float: left; 
}

.menuBar {
	width: 728px;
	float: left;
	background-color: #6C7680;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#FFFFFF;
}

.menuBar a  {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.menuBar a:hover {
	text-decoration: underline;
}

h1 {  
	font-size: large; 
}

a {  
	font-weight: normal; 
	color: #006600; 
}

.footerBar {
	width: 728px;
	float: left;
	background-color: #6C7680;
	text-align: center;
	color: #FFFFFF;
	height: 55px; 
	padding-top: 5px;
}

.footerBar a  {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.footerBar p  {
	margin: 0px;
}

.footerBar a:hover {
	text-decoration: underline;
}


