html, body{
	background-color:#ffffff;
	color:#000000;
	margin:0;
	padding:0;
	
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	
}

#main{
	width:99%;
	margin:0px auto;
}

#aclogo{
	position:static;
	float:left;
	width:102px;
	height:110px;
	margin-right:30px;
	background:none;
}
	#aclogo img{
		width:102px;
		height:110px;
	}

	#slogantop h1, #slogantop h2{
		display:block;
		margin:10px;
		width:600px;
		border:1px solid white;
	}
	#slogantop h1{
		padding-top:18px;
	}

	#slogantop{
		position:static;
		background:none;
		width:600px;
		top:0;
		left:0;
	}
#grayheader{
	display:none;
}



#content{
	padding-top:20px;
	clear:both;
}




p{
	margin:4px 0;
	line-height:160%;
	text-align:justify;
}
p img{
  margin:10px;
}

a img{
	border:none;
}

h2{
	color:#e98100;
	margin:10px 0 8px 0;
	font-size:14pt;
	font-weight:normal;
}


h3{
  color:#e98100;
  margin:10px 0 5px 0;
  font-size:11pt;
  font-weight:normal;
}

a, a:visited{
	color: #006ab1;
}
a:active, a:hover{
	color: #e67500;
}

#content{
	width:99%;
	float:none;
	margin-bottom:5px;
}
	
.render__content{
	width:99%;
}

ul li{
	list-style-type:image;
	list-style-image:url("../images/bull.png");
	margin:5px 0;
}


.part{
	padding-left:0px;
	background:none;
	overflow:visible;
}

#right-column{
	display:none;
}
#footer{
	width:99%;

	clear:both;
	height:25px;
	background:none;
	padding-top:20px;
	margin:17px auto 0 auto;
	overflow:visible;
}
#footer p{
	float:left;
	margin-left:28px;
	font-size:9pt;
}

	#footer h3{
		display:none;
	}
	#footer .hotlineimg{
		display:none;
	}
	#footer .hotline{
		display:block;
	}
#footer-links{
	display:none;
}
