body {
    font: 8pt Arial, Helvetica, sans-serif;
    color: #000;
    margin: 0; /* Centers the container */
    padding: 0; /*background: #CCDDBB;*/
}
a {
    color: #006699;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
th {
    color: #880000;
    text-align: left;
}
p.heading2 {
    color: #880000; /*text-indent: 20px;*/
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
}
p.heading3 {
    /*text-indent: 10px;*/
    text-align: center;
    font-size: 9pt;
    font-weight: bold;
}
p.heading4 {
    text-align: center;
    font-style: italic;
    font-weight: bold;
}
h2 {
    color: #880000; /*text-indent: 20px;*/
    text-align: center;
}
h3 {
    /*text-indent: 10px;*/
    text-align: center;
}
h4 {
    text-align: center;
    font-style: italic;
}
p.horiRule {
    border-bottom: 1px solid red;
    font-size: 1px;
}
p.smallRule {
    border-bottom: 1px solid blue;
    font-size: 1px;
    margin-right: 100px;
    margin-left: 100px;
}
p.follow {
    text-indent: 20px;
}
p.listItem {
    text-indent: -10px;
    margin-left: 10px;
}
p.adRotatorItem {
    text-align: center;
}
img.iconButton {
    border-color: #cdb;
    vertical-align: middle;
    border-width: 2px;
}
#wrapper {
    width: 1000px; /* 780px is just wide enough to fill and 800px screen */
    margin: 0 auto; /* It's important to set the margin to auto if you want the layout to center */
    background: #fff; /*border: 1px solid #999;*/
    position: relative;
}

#headerLeft, #headerCenter, #headerRight, #column1, #column2, #column3, #footer {
    padding: 5px; /* This sets a 10px padding on all of our content boxes */
}
#header, #footer {
    background: #CCDDBB;
}
#header {
    margin: 0;
    color: #880000;
    height: 100px; /*headerLeft:height + bread:height + menu:height + ( 2 x Margin:width) */
}
#headerLeft, #headerCenter, #headerRight {
    position: absolute;
    top: 0;
    height: 90px;
}
#headerLeft {
    text-align: center;
    left: 0;
    width: 450px; /*border: solid 1px red;  */
}
#headerCenter {
    text-align: left;
    left: 460px; /* headerLeft:width + (2 x margin:width) */
    width: 300px;
    margin: auto; /*border: solid 1px yellow;  */
}
#headerRight tbody {
    text-align: right;
}
#headerRight {
    text-align: right;
    left: 770px; /* headerCenter:left + headerCenter:width + (2 x margin:width) */
    width: 220px; /* wrapper:width - headerLeft:width - headerCenter:width - (6 x padding) */ /*border: solid 1px blue;   */
}
#search {
    text-align: center; /*border: solid 1px black;   */
}
#title {
    font-size: 26pt;
    font-family: "Times New Roman" , Times, serif;
    margin-top: 0px;
}
#bread {
    position: absolute;
    top: 80px; /* #headerLeft:height + (2 x Margin:width*/
    height: 15px;
    width: 100%;
    text-align: right;
    background: #BBDDBB;
}
#menu {
    position: absolute;
    top: 95px; /* #headerLeft:height + bread:height + (2 x Margin:width*/
    height: 30px;
    width: 100%;
    background: #AADDBB;
}
#column1, #column3 {
    position: absolute;
    top: 100px; /* header:height */
}
#column1, #column2 {
    border-right: 3px solid #000;
}
#column1 {
    left: 0;
    width: 187px; /* 200 - border-right:width - ( 2 x margin:width) */
    background: #CCDDBB;
}
#column2 {
    position: relative; /* Sets column2 to push the footer down where it should be */
    left: 200px; /* column1:width + border-right:width  + ( 2 x margin:width) */
    width: 587px; /* 600 - border-right:width - ( 2 x margin:width) */
}
#column3 {
    width: 190px; /* 200 - border-right:width */
    left: 800px; /* column1:width + column2:width + (2 x border-right:width) + ( 4 x margin:width) */
    background: #CCFFFF;
}