html,body {
    font-family : Arial, sans-serif;
    font-size : medium;
    font-weight : bold;
    letter-spacing : 4px;
    text-align : justify;
    margin : 0;
    padding : 0;
    width : 100%;
    height : 100%;
}

body {
    background-color : white;
    color : black;
}



h1 {
    font-size : x-large;
    font-weight : bold;
    text-transform : uppercase;
}

h2 {
    font-weight : bold;
    font-size : large;
}

h3 {
    font-weight : bold;
    font-size : medium;
}


a {
   text-decoration : none;
   color : #FF0000;
}

a:visited {
   color : #FF0000;
}

a:hover {
   text-decoration : underline;
}

a img {
    border : none;
}




.right {
    float : right;
}

.left {
    float : left;
}

.clear {
    clear : both;
}





#header {
    overflow : hidden;
    position : absolute;
    top : 0;
    width : 100%;
    height : 220px;
    margin : 0;
    padding : 0;
    border : none;
}

#header table {
    margin : 0;
    padding : 0;
    border : none;
    border-collapse : collapse;
    width : 100%;
    height : 220px;
}

#header table tr, #header table tr td {
    margin : 0;
    padding : 0;
    border : none;
}

#header .hdrLeft {
    width : 196px;
    height : 220px;
}

#header .hdrLeft img {
    width : 100%;
    height : 100%;
}

#header .hdrSpaceLeft {
    width : auto;
    height : 220px;
}

#header .hdrSpaceLeft img {
    width : 100%;
    height : 100%;
}

#header .hdrCenter {
    width : 700px;
    height : 220px;
}

#header .hdrCenter img {
    width : 100%;
    height : 100%;
}


#header .hdrSpaceRight {
    width : auto;
    height : 220px;
}

#header .hdrSpaceRight img {
    width : 100%;
    height : 100%;
}

#header .hdrRight {
    width : 296px;
    height : 220px;
}

#header .hdrRight img {
    width : 100%;
    height : 100%;
}





#content {
    overflow : scroll;
    position : absolute;
    top : 220px;
    left : 0;
    right : 0;
    bottom : 96px;
    margin : 0;
    padding : 1em;
    letter-spacing : normal;
}




#footer {
    overflow : hidden;
    position : absolute;
    bottom : 0;
    width : 100%;
    height : 96px;
    clear : both;
    margin : 0;
    padding : 0;
    border : none;
}


#footer p.copyright {
    font-size : x-small;
    font-weight : bold;
    color : white;
    text-align : center;
    margin : 0;
    padding : 0;
}

#footer table {
    position : relative;
    margin : 0;
    padding : 0;
    border : none;
    border-collapse : collapse;
    width : 100%;
    height : 96px;
}

#footer table tr, #footer table tr td {
    margin : 0;
    padding : 0;
    border : none;
}

#footer .ftrSpaceLeft {
    background-image : url(images/foot01.jpg);
    background-repeat : repeat-x;
    width : auto;
    height : 96px;
}

#footer .ftrCenter {
    background-image : url(images/foot02.jpg);
    width : 1192px;
    height : 96px;
}

#footer .ftrSpaceRight {
    background-image : url(images/foot03.jpg);
    background-repeat : repeat-x;
    width : auto;
    height : 96px;
}

