@import url(structure.css);
@import url(subpage.css);
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.3;
	color: #000;
	font-weight: normal;
	background: white;

}
#container{ width: 750px; background: transparent;  }
#icons, #menu, #menu_bg, #subNav, #footer{ display: none; }
#leftCol { float: none !important; width: 100%; background: transparent; }
#bar { height: 3px; width: 100%; }
#quote {width: 100%; height: auto;}
#mainContent { margin-top: 2em; float: none !important;width: 100%; background: transparent;}
#mainContent h1, #mainContent h1.pageTitle{
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 16pt;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
}

#mainContent h2 { 
	color: #ff9933;
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 8px;
	}
a {color: #000; text-decoration: underline; }	
#mainContent a:link:after, #content a:visited:after {
   content: " (http://www.highpointechurch.org" attr(href) ") ";
   font-size: 90%;
   }


