body {
    font-size:12px;
}

#topNav { width:868px; }
#topNav select{ font-size:11px !important; }
#topNavMenu li a { font-size:11px; }

/* Style overrides for body content */

#leftColumn {
    font-family:Arial, Helvetica,sans-serif;
    color:black !important;
}

#leftColumn ul {
    font-size:12px;
    line-height:14px;
}

#leftColumn p {
    /*color:#312C2C;*/
    font-size:12px;
    color:#312C2C !important;
}

#leftColumn h1, #mainContent h1 {
    font-weight:bold;
    text-transform:uppercase;
    font-size:16px;
}

#leftColumn h2, #mainContent h2{
    font-family:"Palatino Linotype","Palatino",serif;
    font-size:16px;
    font-style:italic;
    color:black !important;
}

#leftColumn strong, #leftColumn h3, #mainContent strong, #mainContent h3 {
    font-size:12px;
    font-weight:bold;
    color:black !important;
}


/* Site content borders */
.siteBorder {
    height:100%;
    width:1px;
    position:absolute;
    z-index:2000;
    top:0;
    background-color:#CFC8A7;
}

#leftBorder {
    left:368px;
}

#rightBorder {
    right:368px;
}
/* End Site content borders */
