@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFF00;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
#wrapper {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/center_back.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	width: 850px;
	padding-left: 20px;
	padding-right: 20px; 
	

}
#bottom	{
background-image:url(images/center_bottom.gif);
height:40px;
}
h1	{
	font-size: 20px;
	font-weight:bold;
	color: #ff0000;
	text-align:center;
}
h2	{
	font-size: 14px;
	font-weight:bold;
	color: #185AA8;
	text-align:center;
}
h3	{
	font-size: 16px;
	font-weight:bold;
	color: #185AA8;
	text-align:left;
}
/* footer */
#footer {
	padding:5px 0 20px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	line-height:16px;
	color:#000000;
	clear:both;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:000000;
	text-decoration:underline;
}
#footer a:hover {
	color:#000000;
	text-decoration:none;
}