/* PRINT STYLES */


/* exclusions */
#nav_main, #content-top, #branding h5, #branding h6 {
display:none;
}

/*  show a background image for print  */
#br\anding { /* escaping ie5 */                                
display: list-item;                
list-style-image: url(../images/layout/branding.jpg); 
list-style-position: inside;       
letter-spacing: -1000em;          
font-size: 1pt;                    
color: #fff;
height:200px;
float:right;                      
}

/* layout */
#wrapper, #footer	{
width:95%;
margin:0 auto;
}

#content	{
clear:both;
}


/* text formatting */
* { color:#000; text-decoration:none; }

body, p	{
margin:10pt 0;
font-family:arial;
font-size:11pt;
}

h1, h2, h3	{
font-family:arial;
}

h1	{
font-size:16pt;
margin:4pt 0;
}

h2	{
font-size:14pt;
margin:4pt 0;
}

h3	{
font-size:12pt;
margin:4pt 0;
}

h4	{
font-size:12pt;
margin:4pt 0;
}

h5, h6	{
font-size:12pt;
margin:4pt 0;
}

#branding h5	{
font-size:20pt;
}

#branding h6	{
border-bottom: 2px solid #000;
padding:0 0 4pt 0;
margin:0 0 6pt 0;
}





