/************************************************

Use: 		    Styles for Print Layout
Project Name: 	President's Challenge
Project Owner: 	Hanson Dodge Creative
Author: 	    Ivor D. Addo :: Web Consultant 
Last Updated: 	8-2-2007

**************************************************/

/*Load CSS Reset template for all browsers
-------------------------------------------------*/

@import "reset.css";


/*General styles not really related to the forms
-------------------------------------------------*/

body {
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#404040;
	background:#FFF;
	}

h1 {
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
	color:#3066a3;
	}
a, a:hover, a:active, a:visited {
  color:#3066a3;
  text-decoration:underline;
    }
    
    #header { display: none; }
    #sidebar { display: none; }

