/* style.css */
/* This is the cascading style sheet page that links to any HTML page with a LINK to it */

body {
    /*background-color: white;*/
    background-image: url(images/bg.jpg);
    text-align: center;
}

table.main {
    width: 750px;
    background-color: lightgrey;
    text-align: center;
    margin: 0 auto;
}

table.contact {
    text-align: center;
}

table.middle-panel {
    text-align: center;
    background-color: #ffffff;
}

tr.footer {
    background-image: url("images/footer.jpg");
    height: 50px;
}

td.footer {
    color: #000000;
    font-size: 12pt;
}

tr.bottom-nav {
    background-image: url("images/red-spacer.jpg");
    height: 50px;
}

td.left-nav {
    background-color: lightgrey;
    width: 170px;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

td.middle-panel {
    background-color: #ffffff;
    width: 570px;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

td.right-side {
    background-color: lightgrey;
    width: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

td.footer {
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

td.contact {
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

dl.nav {
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 50px;
}

dt.nav {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

a.nav {
    color: #000000;
    font-family: Lucida Sans, Arial;
    font-size: 10pt;
    font-weight: bold;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    }

a.footer {
    color: #ffffff;
    font-family: Lucida Sans, Arial;
    font-size: 8pt;
    font-weight: bold;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

p.footer {
    color: #ffffff;
    font-family: Lucida Sans, Arial;
    font-size: 8pt;
    font-weight: bold;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

p.main {
    color: #000000;
    font-family: Lucida Sans, Arial;
    font-size: 12pt;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}

p.contact {
    color: #000000;
    font-family: Lucida Sans, Arial;
    font-weight: bold;
    font-size: 12pt;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}

p.italic-sm {
    color: #000000;
    font-family: Lucida Sans, Arial;
    font-style: italic;
    font-size: 8pt;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}

ul.main {
    color: #000000;
    font-family: Lucida Sans, Arial;
    font-size: 12pt;
    list-style-type: square;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}

li.main {
    color: #000000;
    font-family: Lucida Sans, Arial;
    font-size: 11pt;
    font-weight: bold;
    margin-left: 20px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

h1.main {
    color: #000000;
    font-family: Lucida Sans,  Arial;
    font-size: 18pt;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}

font.big-cap {
    color: #000000;
    font-family: Lucida Sans,  Arial;
    font-size: 28pt;
}

h1.sub-title {
    color: #000000;
    font-family: Lucida Sans, Arial;
    font-size: 16pt;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
}

INPUT.linkOnLong {
    background-image: url("images/link-on.jpg");
    background-repeat: no;
    background-align: center;
    width:145;
    height:26;
    color: white;
    font-family:Arial;
    font-size: 9pt;
    font-weight: bold;
    border: 0;
}

INPUT.linkOffLong {
    background-image: url("images/link-off.jpg");
    background-repeat: no;
    background-align: center;
    width:145;
    height:26;
    color: LightGrey;
    font-family:Arial;
    font-size: 9pt;
    border: 0;
}


