/* CSS Document */
#topBanner{
  background-image:url("/Giving/images/top_banner_giving.jpg");
	background-repeat: no-repeat;
	height: 98px;
	margin:0px;
	padding:0px;
	width: 780px;
}

#columnHeader{
	background-image: url("/Giving/images/header_bg_giving.jpg");
	background-repeat: no-repeat;
	width: 593px;
	height: 27px;
	margin: 0;
	padding: 0;    
}
#sideboxleft {
    background-image: url("http://www.bishops.com/Giving/images/makeyourgiftboxbg_03.jpg");
    background-repeat: no-repeat;
    width: 116px;
    height: 127px;
    margin: 0px 0px 5px 0px;
	padding: 41px 8px 0px 0px;
	float:left;
}   
#sideboxright {
    background-image: url("/Giving/images/makeyourgiftboxbg_03.jpg");
    background-repeat: no-repeat;
    width: 116px;
    height: 127px;
    margin: 0px 0px 5px 0px;
	padding: 41px 8px 0px 0px;
	float:right;
} 

.leftboximg {
    margin: 0px;
    padding: 2px 8px 1px 10px;
    float:none;
    width: 98px; 
}  

#infobox a:link 		{font-size: 10px; color: #990000; text-decoration:underline; text-transform:none;}
#infobox a:visited	    {font-size: 10px; color: #990000; text-decoration:underline; text-transform:none;}
#infobox a:active 	    {font-size: 10px; color: #990000; text-decoration:none; text-transform:none;}
#infobox a:hover		{font-size: 10px; color: #000000; text-decoration:none; text-transform:none;}

.clearright {
clear:right;
}
