

/*================================================================
	
	BLIS WEB AGENCY "PRINT" STYLESHEET

================================================================*/



/* FORMAT PAGE
----------------------------------------------------------------*/
    body
    {
        color: black;
        background: #999999;
        padding: 18px;
        font-family:Arial, Helvetica, sans-serif;
    }
    

    
    .topPageGraphic h1
    {
		display:none;
    }
    
    h1
    {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 26pt;
        font-weight: bold;
    }
    
    h2
    {
        font-family: georgia, serif;
        font-size: 16pt;
        font-weight: bold;
    }
    
    p { font-family: Arial, Helvetica, sans-serif;
        line-height:22pt;
	font-size:14pt;
    }

    li { font-family: Arial, Helvetica, sans-serif;
    font-size:14pt;
	 line-height:22pt;
    }
    
    .webpage
    {
        width: 772px;
        background: white;
        height: 1060px;
    }
    
    .content_frame
    {
        background: white;
        width: 748px;
        padding: 12px;
    }

    a
    {
        color: black;
        text-decoration: none;
    }
    
    .photo img
    {
        border: 1px solid #000000;
    }
    



/* TURN OFF SCREEN ONLY FEATURES
----------------------------------------------------------------*/

    #header,
    #footer,
    .footer,
    div.crumbs,
    div.top,
    div.goback,
    div.screenonly,
	.random_image_header,
	.navigation
    {
        display: none;
    }