* {
 background-color: white !important;
 background-image: none !important;
 overflow: visible !important;
 }
 body{font:13px/1.231 arial,helvetica,clean,sans-serif;}
 img {
 	border: none;
 }
 a {
 	color: #002c60;
	text-decoration: underline;
}

 /* removing certain sections from layout */ 
#ZFDebug_debug { display: none;}

#user,
#page-header-topline-info,
#main-image-holder, 
#breadcrumbs,
#sidebar-holder,
#menu,
#ft,
#menuSecondary,
#footer_copyright {display: none;}

#page-header-logoline {
    background:none repeat scroll 0 0 #012C61;
    color:#F6F4AA;
    height:41px;
    padding:32px 20px;
}

/* homepage categories */
    #category-list {
        margin: 10px 0px;
        clear: both;
    }
    .category {
        width: 225px;
        height: 130px;
        float: left;
        text-align: center;
    }
    .category a {
        font-weight: bold;
        text-decoration: none;
    }
    .category a span {
        display: block;
    }
    
    .catColLast {
        border-right: 0px;
    }
    .catRowLast {
        border-bottom: 0px;
    }