/* Affordable Housing Guide print CSS */

body { margin: 0; padding: 0; font: 0.8em Verdana,Arial,Helvetica,sans-serif; color: #101084; }

h1 { margin: 0 0 15px 0; color: #d64893; font-weight: normal; font-size: 1.4em; }
h2 { margin: 0 0 15px 0; font-size: 1.1em; color: #d64893; font-weight: normal; }
p { margin: 0 0 15px 0; font-size: 1em; }
hr { height: 1px; background: none; border: none; border-top: 1px solid #ccc; }

.textsmall { font-size: 0.8em; }
.textmedium { font-size: 1em; }
.textbig { font-size: 1.2em; }

a, a:link, a:visited, a:active { color: #d64893; text-decoration: none; }
a:hover { text-decoration: underline; }

#header { width: 100%; background: url('/images/site_bits/headerbg.gif') repeat-x; }
	#headerinner { width: 100%; height: 99px; margin: 0 auto 10px auto; position: relative; }
	#logo { position: absolute; top: 16px; left: 7px; }
	#skipnav, ul#nav, #searchwrapper, ul#subnav, #rightcol, #duoinfo { display: none; }


