@charset "UTF-8";
/* CSS Document */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
	clear: left;
}
#container {
	width: 948px;
	background: #FFF;
	overflow: hidden;
	position: relative;
	margin-top: 0;
	float: none;
	top: 12em;
}
#container h1 {
	display: none;
}
#container h2 {
	font-size: medium;
	font-style: normal;
	font-weight: normal;
}
#container h3 {
	font-size: medium;
	font-style: normal;
	font-weight: normal;
}	
#left_column, #center_column, #right_column {
	width: 200px;
	float: left;
	padding: 10px;
	position: relative;
	margin-right: 10px;
	margin-left: 40px;
}
#center_column, #right_column {
	margin-left: 10px;
	position: relative;
	font-size: small;
}
#container #center_column  a   {
	font-size: small;
	color: #000000;
	text-decoration: none;
}
#container #right_column a {
	font-size: small;
	color: #000000;
	text-decoration: none;
}
#container #main_text {
	font-size: small;
	width: auto;
	position: relative;
	clear: left;
	padding: 10px;
	margin-left: 40px;
}
#container #main_text a {
	font-style: normal;
	text-decoration: none;
	color: #FF0000;
}
