body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.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 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.footer {
	color: #333333;
	background-color: #E4BB34;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.bigborder {
	border: 8px solid #000000;
	display: table;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;

	padding-left: 5px;
}

p {
	padding-left: 20px;
}
.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #AE9C5F;
	font-size: 12px;
	padding: 2px;
}
.style1 {
	color: #FFFFFF
}
hr
{
	border: 0px;
	color: black;
	background-color: black;
	height: 1px;
width: 80%;
}
.sidebar hr
{
	color: white;
	background-color: white;
}
.sidebar a
{
	color: white;
}
.sidebar a.active
{
	color: white;
	font-weight: bold;
}
a
{
	color: #336699;
	text-decoration: none;
	
}
.content-cell
{
padding: 10px;
}