BODY {
    margin:             0px;
    font-family:        Verdana, Arial, sans-serif;
    font-size:          11px;
    color:              #990000;
    background-color:   #FFFFFF;
}
P {
    line-height:        20px;
    padding-left:       10px;
    text-indent:        20px;
}
LI {
    line-height:        18px;
}

LI.error {
    margin-left:        30px;
    color:              red;
    font-size:          11px;
    text-transform:     uppercase;
    font-weight:        bold;
}

INPUT,TEXTAREA {
    font-family:        Verdana, Arial, sans-serif;
    font-size:          11px;
    color:              #000;
    background-color:   #FFFFFF;
    padding:            5px;
    padding-top:        2px;
    padding-bottom:     3px;
    width:              400px;
    color:              #990000;
    border:             1px solid #990000;
}
TD.contactDesc {
    color:              #990000;
    padding-right:      20px;
    text-align:         right;
}
.leftBg {
    background-image:   url('../i/bg_left.gif');
    background-position:top right;
    background-repeat:  repeat-y;
    height:100%;
}

.rightBg {
    background-image:   url('../i/bg_right.gif');
    background-position:top left;
    background-repeat:  repeat-y;
}
.footerBg {
    background-image:   url('../i/bgFooter.gif');
    background-position:top left;
    background-repeat:  repeat-x;
}
.headerBg {
    background-image:   url('../i/bgHeader.gif');
    background-position:top left;
    background-repeat:  repeat-x;
}
.content {
    padding:            20px;
    text-align:         justify;
    min-width:          1000px;
}
.menuBg {
    background-image:   url('../i/bgMenu.gif');
    background-position:top left;
    background-repeat:  repeat-x;
}
.mainTable {
    height:             100%;
    min-height:         100%;
}

#links {
    position:           relative;
    display:            block;
    text-align:         center;
    top:                -5px;
}
