

/*================================================================
	
	BLIS WEB AGENCY "PRINT" STYLESHEET
	
	The purpose of stylesheet is to format the appearance of the
	site for printing on an A4 page.
	
	RULES:
	1. Print formatting only

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



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

    
    .topPageGraphic h1
    {
        font-family: georgia, serif;
        font-size: 12px;
        font-weight: normal;
        color: #ABABAB;
    }
    
    h1
    {
        font-family: georgia, serif;
        font-size: 22px;
        font-weight: normal;
    }
    
    h2
    {
        font-family: georgia, serif;
        font-size: 16px;
        font-weight: normal;
    }
	    h3
    {
        font-family: georgia, serif;
        font-size: 14px;
        font-weight: normal;
    }

    
    p {
        line-height:18px;
	font-size:11px;
    }

    li {
    font-size:11px;
    }
	

	td {
	padding:2px;
	padding-bottom:5px;
	border-bottom: solid 1px #cccccc;}

    
    .webpage
    {
        width: 772px;
        background: white;
        height: 1060px;
    }
    
    .content_frame
    {
        background: white;
        width: 748px;
        margin: 20px;
    }

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


.index_1 {
	width:30%;
	float:left;
	padding:10px;
	border-right: solid 1px #efefef;
}
.index_2 {
	width:30%;
	padding:10px;
	float:left;
	border-right: solid 1px #efefef;
}
.index_3 {
	width:30%;
	float:left;
	padding:10px;
}
.index_wide {
	width:100%;
	float:left;
}

#col1 {
	width: 47%;
	padding:0px;
	float:left;
	padding:10px;
}
#col2 {
	width: 47%;
	padding:10px;
	float:left;
	border-left:dotted 1px #cccccc;
}

.clear
{	clear:both;}

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

    #header,
	#search,
    #footer,
    .footer,
    div.crumbs,
    div.top,
    div.goback,
    div.screenonly,
	#sidenav,
	#crumbs,
	#resize,
	.navigation,
	.sponsor_logo
    {
        display: none;
    }