/*print styles*/
div#main-nav, div#top-fma,div#search-box,div#header, div#content-two-column-left, div#content-three-column-left ul,div#content-three-column-left img, div#content-three-column-right {display:none;}
div#wrapper{width:570px;margin:0 auto;}

body{
font-family:arial;
}

h1,h2,h3,h4,h5 {
font-family:Georgia;
}
/*as h2 is used as the page title we compensate for that here*/
h2 {
font-size:24px;
}

h1 {
font-size:18px;
}
div.home-features-bottom a, div.home-features-bottom img{display:none;}

img#main-logo {
height:0;
width:0;
}

img#footer-logo {
display:none;
}

#footer {
border:none;
height:50px;
width:100%;
font-size:9px;

}
/* get around the bg graphics off default on most browsers*/
/* hack suggested by Andreas @ http://www.web-graphics.com/mtarchive/001703.php*/

#footer {                                  
	display: list-item;                
	list-style-image:  url(../_images/HRClogo_printlogo.jpg);
	list-style-position: inside;                    
	}

img#main-logo {
height:0;
width:0;
margin:0 0 24px 0;
display: list-item;                
list-style-image:  url(../_images/MahoganyLogo_printlogo.jpg);
list-style-position: inside; 
}