/*------- Use this style sheet for tabled 2column layout with 5px borders ----------------
--------- This overides content widths and restests the #content table font sizesings ----
--------- Set background colors in the td ------------------------------------------------
--------- use fullwidth for the td that runs 570px (the full content width ---------------
--------- Leftcolumnz is 380px wide and right is 190px wide ----------------------------*/


#content {
margin: 0px 0px 0px 0px !important;
}

td.fullwidth {
vertical-align: top;
border: 5px solid #ffffff;
border-bottom: 0px solid #ffffff;
font-size: 100% !important;
}

.fullwidth h1, .fullwidth h2, .fullwidth h3, .fullwidth p {
margin-left: 28px;
margin-right: 28px;
}

td.leftcolumnz {
width: 380px;
vertical-align: top;
border: 5px solid #ffffff;
border-bottom: 0px solid #ffffff;
font-size: 100% !important;
}

td.rightcolumnz {
width: 190px;
border-top: 5px solid #ffffff;
border-right: 5px solid #ffffff;
vertical-align: top;
font-size: 100% !important;
}

.leftcolumnz h1, .leftcolumnz h2, .leftcolumnz h3, .leftcolumnz p {
margin-left: 28px;
margin-right: 28px;
}

.rightcolumnz h1, .rightcolumnz h2, .rightcolumnz h3, .rightcolumnz p {
margin-left: 8px;
margin-right: 8px;
}

.rightcolumnz ul {
margin-left: 18px;
margin-right: 8px;
}
.leftcolumnz ul {
margin-left: 28px;
margin-right: 28px;
}
.whitie h1, .whitie h2, .whitie h3, .whitie p, .whitie ul, .whitie a:link, .whitie a:visited {
color: #ffffff !important;
}
.whitie li {
list-style-image: url(http://www.banffcentre.ca/common/images/listarrow_white.gif) !important;
}

td.leftcolumnz h1, td.leftcolumnz h2, td.leftcolumnz h3, td.rightcolumnz h1, td.rightcolumnz h2, td.rightcolumnz h3, td.fullwidth h1, td.fullwidth h2, td.fullwidth h3 {
font-family: Arial, Helvetica, sans-serif;
line-height: 100% !important;
}


