body {
	background: #fff repeat-x;
	font: .78em/160% Arial, Verdana, sans-serif;
	color: #000;
	text-align: center;
}

p { 
	font-size: 1em;
	margin-bottom: .95em; }

.smTxt {
	font-size: x-small;
}
blockquote { padding: 10px 10px 10px; }

/* links
=============================================*/
a:link { color: #000; text-decoration: underline; }
a:visited { color: #000; text-decoration: underline; }
a:hover { color: #000; text-decoration: none; }
a:active { color: #000; text-decoration: underline; }

/* headers
=============================================*/
h2 {
	font-weight: bold;
	font-size: 1.5em;
	padding-bottom: 15px; 
}

h3 {
	font-weight: bold;
	font-size: 1.3em;
	padding: 10px 0;
}

/* layout
=============================================*/

#nav, #home-logos, .hdr-img, #home-callouts, #home-logos {
	display: none !important;
}

#content-col {
	text-align: left;
}

#header h1 {
	display: none;
}

