
BODY {
    margin:             0px;
    border-style:       solid;
    border-width:       0px;
    background-color:   #FFFFFF;
    padding:            20px;
    text-align:         center;
}  

#bodyPopup {
    margin:             0px;
    border-style:       solid;
    border-width:       0px;
    background-color:   #FFFFFF;
    padding:            20px;
    text-align:         center;
}  

HR {
    margin:             3px;
    color:              #006699;
}


/* HEADING TEXT */

SPAN.formxlarge #colHeadingText {
    margin:             0px;
    padding:            0px;
}


/* BOXES */

#boxOuter {
    display:            block;
    position:           relative;
    float:              unspecified;
    white-space:        normal;
    overflow:           visible;
    margin:             0px;
    border-style:       solid;
    border-width:       0px;
    border-color:       #006699;
    background-color:   transparent;
    padding:            0px;
    text-align:         left;
}

#boxLogo {
    display:            block;
    position:           relative;
    float:              static;
    white-space:        normal;
    overflow:           visible;
    margin:             0px;
    padding:            0px;
}

#boxCopyright {
    display:            block;
    position:           relative;
    float:              static;
    white-space:        normal;
    overflow:           visible;
    margin:             0px;
    padding:            3px 0px 0px 0px;
    text-align:         right;
}

#boxPopupOuter {
    display:            block;
    position:           relative;
    float:              static;
    white-space:        normal;
    overflow:           visible;
    margin:             0px;
    border-style:       solid;
    border-width:       1px;
    border-color:       #006699;
    background-color:   #F9FCFF;
    padding:            10px 25px 10px 25px;
    text-align:         center;
}

#boxHelpTop {
    display:            block;
    visibility:         hidden;
    position:           absolute;
    float:              unspecified;
    white-space:        normal;
    overflow:           hidden;
    margin:             0px;
    width:              1px;
    height:             1px;
    border-style:       solid;
    border-width:       0px;
    padding:            0px;
}

#boxMenu {
    display:            block;
    position:           static;
    float:              unspecified;
    white-space:        normal;
    overflow:           hidden;
    margin:             0px 0px 0px 50px;
    border-style:       solid;
    border-width:       0px;
    border-color:       #BCD8F0 #72AFE4 #72AFE4 #BCD8F0;
/*    background-color:   #BECDE8; */
    padding:            0px;
    text-align:         left;
    color:              #FFFFFF;
}

#boxContent {
    display:            block;
    position:           static;
    float:              unspecified;
    white-space:        normal;
    overflow:           visible;
    margin:             0px;
    min-height:         380px;
    border-style:       solid;
    border-width:       0px;
    border-color:       #BCD8F0 #72AFE4 #72AFE4 #BCD8F0;
    padding:            10px 10px 10px 60px;
    text-align:         left;
}

#boxPopupContent {
    display:            block;
    position:           static;
    float:              unspecified;
    white-space:        normal;
    overflow:           visible;
    margin:             0px;
    width:              670px;
    min-height:         345px;
    border-style:       solid;
    border-width:       2px;
    border-color:       #BCD8F0 #72AFE4 #72AFE4 #BCD8F0;
    padding:            10px;
    text-align:         left;
}

/* PAGE IMAGE */

#iconPage {
    margin:             0px;
    width:              160px;
    height:             40px;
}

/* ROWS */

DIV.row {
    display:            block;
    position:           static;
    float:              unspecified;
    white-space:        nowrap;
    overflow:           auto;
    margin:             0px 0px 15px 0px;
    width:              910px;
    border-style:       solid;
    border-width:       0px;
    border-color:       #FF0000;
    padding:            0px;
    text-align:         left;
}

#rowTop {
    margin-bottom:      0px;
}

#rowMiddle {
}

#rowBottom {
}

/* COLUMNS */

DIV.column {
    display:            inline;
    position:           static;
    float:              left;
    white-space:        normal;
    overflow:           auto;
    margin:             0px 20px 0px 0px;
    border-style:       solid;
    border-width:       0px;
    border-color:       #00FF00;
    padding:            0px;
    text-align:         left;
}

#colIcon {
/*
    Float page icon to the right
    float:              right;
*/
    width:              160px;
    background-color:   #EFF5FB;
    padding:            8px 14px 8px 14px;
}

#colHeading {
    overflow:           visible;
    margin-right:       0px;
    width:              695px;
    background-color:   transparent;
}

#colMenu {
/*
    Float menu to the right
    float:              right;
*/
    width:              188px;
}

#colContent {
    overflow:           visible;
    margin-right:       0px;
    width:              695px;
}

#colBottomLeft {
    width:              188px;
    text-align:         center;
}

#colBottomRight {
    margin-right:       0px;
    margin-top:         5px;
    padding:            0px;
    text-align:         right;
}


/* MENU BUTTON */

SPAN A.menubutton {
/*    width:              140px; */
    text-align:         left;
/*    background-color:   #99AED4; */
}

A.menubutton {
    float:              unspecified;
    display:            inline;
    margin:             5px 5px 0px 5px;
    border-style:       solid;
    border-width:       0px;
    border-color:       #002233;
    padding:            3px 5px 3px 5px;
    font-family:        "arial","sans-serif";
    font-size:          9pt;
    font-weight:        bold;
    text-align:         left;
    text-decoration:    none;
    color:              #FFFFFF;
}
A.menubutton:link {
    text-decoration:    none;
    color:              #006699;
}
A.menubutton:active {
    text-decoration:    none;
    color:              #006699;
}
A.menubutton:visited {
    text-decoration:    none;
    color:              #006699;
}


/* MENU BUTTON HOVER */

A.menubutton:hover {
    text-decoration:    underline;
    color:              #000000;
}

SPAN A.menubutton:hover {
/*    background-color:   #798EB6; */
}


