

#content {
    width : 1046px;
    border-bottom : 2px solid #808080;
    border-left : 2px solid #808080;
    border-right : 2px solid #808080;
    font-family : Helvetica, Arial san-serif;
    font-size : 12px;
    clear : left;
}

#wrapper {
    position : relative;
    background-color : #fff;
    width : 1050px;
    padding : 8px;
    text-align : left;
    top : 0;
}

#column {
    padding : 5px 10px;
}

a {
    text-decoration : none;
    color : #0000a0;
}

.class1 a:hover {
    text-decoration : none;
}

.class2 a:hover {
    text-decoration : underline;
}

.secHeader {
    text-align : left;
    border-top : 1px solid #999;
    clear : left;
    font-weight : bold;
    font-size : 13px;
    padding-bottom : 5px;
}

.wCol {
   % width : 70%;
    width : 735px;
    border-right : 1px solid #999;
    vertical-align : top;
    padding-right : 5px;
}

.rightContentColumn {
    text-indent : 10px;
  %  width : 30%;
    width : 315px;
    vertical-align : top;
}

#contact {
    color : #fff;
    font-size : 10px;
    line-height : 17px;
    background-color : #808080;
    height : 17px;
    font-family : Arial, Helvetica, san-serif;
    text-indent : 10px;
    width : 1050px;
}


