body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 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: #202020;
}

#accentbarthing {
 background-color: #515259;
 padding: 0px;
 margin: 0px;
 height: 8px;
 font-size: 4px;
}
 
a {
	color: #515259;
	text-decoration: none;
}

h2 {
 color: #515259;
}

h3 {
 color: #444444;
}

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#content {
 margin: 20px;
}

#right_bar {
 width: 200px;
 height: 500px;
 margin-left: 15px;
 padding: 5px;
 float: right;
 background-color: #eee;
}

#footer {
	background-color: #E5E5E5;
	margin-top: 3em;
	padding: 20px;
	font-size: 12px;
	text-align: right;
}

.content {
 padding-left: 10px;
}

table {
 margin: 0px;
 padding: 0px;
}