@import "BizContent.css";

/* white curved background */
#contentContainer{background-image:url(images/bgCenterMiddle2Col.gif);}
#centerTop{background-image:url(images/bgCenterTop2Col.gif);}
#footerContainer{background-image:url(images/bgCenterBottom2Col.gif);background-position:202px top}
.IE #footerContainer{background-position:202px top}
/* zones */
#centerZone{width:650px;}
#rightZone{display:none}

#centerZone .FilmstripThumbs div{margin-left:11px;margin-right:11px;}	

/*==== TEXT EDITOR DROP DOWNS to be repeated in all called css files ====*/
h1{color:#212e84;font:24px Georgia,"Times New Roman", serif;margin:10px 0;}/* page title */
h2{color:#212e84;font:16px Georgia,"Times New Roman", serif;}
h3{color:#212e84;font:14px Georgia,"Times New Roman", serif;margin-bottom:10px;}
h4{color:#212e84;font-size:12px;margin-bottom:5px;}
h5{color:#363636;font-size:12px;}
h6{color:#666;font-size:12px;}

.floatLeft{float:left;margin:0 7px 0 0;}	 
.floatRight{float:right;margin:0 0 0 7px;}


.bgDiagonal{background:url(images/bgDiagonal.gif);padding:10px;}
.bgDiagonal a{color:#d9531e;text-decoration:underline;}
.bgDiagonal a:hover{color:#212e84;}
