body  {
	font: 100% Geneva, Arial, Helvetica, sans-serif;
	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;
}
img {
	border:0;
}
h1 {
	margin-top:10px; 
	margin-bottom:10px; 
	padding:0; 
	font-size:1.9em; 
	font-family:Geneva, Arial, Helvetica, sans-serif; 
	color:#841212;
}
strong {
	color:#841212;
}
#container { 
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/bg.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #4f4f51;
	margin:0;
	padding:0;
}
#header h1 {
	display:none;
}
.sidebar {
	float: left;
	width: 228px;
	background: #4f4f51;
	margin:0;
	padding: 10px 5px 0 0;
	color:#fff;
}
.sidebar ul {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:.9em;
	padding-left:10px;
}
.sidebar a {
	color:#ccc;
}
.sidebar a:hover {
	color:#666;
}
#content { 
	margin: 0 13px 10px 246px;
	padding: 0 20px;
} 
#content p {
	text-align:justify;
	font-size:.9em;
}
#content ul li {
	font-size:.9em;
}
#content h2 a {
	color:#841212;
	text-decoration:none;
}
#footer { 
	background:#c3c4c6; 
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	text-align:center;
	font:normal 12px Geneva, Arial, Helvetica, sans-serif #333333;	
}
#footer a {
	color:#333333;
	text-decoration:none;
}
#footer a:hover {
	color:#000;
}
h6 {
	font-size:1.3em;
	margin:0;
	margin-bottom:5px;
	padding-top:20px;
}
.leftSectionHeading {
	margin-left:10px;
	margin-top:0px;
	margin-bottom:0px;
}
.searchbox {
	margin:0px;
	padding:0px;
}
.searchBox input[type=text]{
	margin-left:10px;
}
