/*******************/
/* General         */
/*******************/

HTML, BODY, DIV, P, H1, H2, H3, H4, H5, H6, SPAN, TD, FORM, IMG {
    padding:            0px;
    border:             0px;
    margin:             0px;
    font-size:          12px;
    font-family:        Arial, Verdana, "Times New Roman", Helvetica, sans-serif;
    color:              #000;
}

BODY {
    background-color:   #FFFFFF;
}

OL, UL, LI {
    font-size:          12px;
    font-family:        Arial, Verdana, "Times New Roman", Helvetica, sans-serif;
    color:              #000;
}

A, A:visited {
    color:              #3FA98C;
    text-decoration:    none;
}

A:hover, A:active {
    color:              #000000;
}

DIV.clear {
    clear:              both;
    height:             2px;
}

DIV.center {
    text-align:         center;
}

/*******************/
/* Layout          */
/*******************/

#paper {
    width:              774px;
    margin: 			10px auto 0px auto;
    text-align:         left;
    border:             1px solid #9E9EA1;
    background:         #F3E7D8 url(/et_static/background.gif) repeat;
}

#header {
    width:              100%;
    height:             95px;
    background-image:   url(/et_static/header.gif);
}

#headPic {
    width:              192px;
    float:              left;
}

#headMenu {
    float:              left;
    border-left:        1px solid #9E9EA1;
    margin-top:         78px;
}

#printHead {
    display:            none;
    visibility:         hidden;
}

DIV.utilityRow {
    clear:              both;
    width:              100%;
    height:             24px;
    border-top:         1px solid #9E9EA1;
    background-image:   url(/et_static/backgroundUtility.gif);
}

DIV.utilityRowLeft {
    float:              left;
    width:              192px;
    height:             24px;
}

DIV.utilityRowRight {
    float:              left;
    height:             24px;
    border-left:        1px solid #9E9EA1;
    color:              #7CBBAA;
}

DIV.utilityRowRight2 {
    float:              right;
    height:             24px;
    color:              #7CBBAA;
    padding-right:       15px;
}

DIV.utilityRowLeft IMG, DIV.utilityRowRight IMG {
    vertical-align:     baseline;
}

#main {
    width:              100%;
    border-top:         1px solid #9E9EA1;
}

#mainLeft {
    width:              192px;
    float:              left;
}

#mainMiddle {
    width:              18px;
    height:             400px;
    float:              left;
}

#mainRight {
    width:              548px;
    float:              left;
}

#content {
    padding:            16px 0px 16px 0px;
}
/*******************/
/* Menus           */
/*******************/

DIV.menuSpace {
    font-size:          5px;
}

A.off1, A.off1:visited {
    display:            block;
    line-height:        20px;
    height:             20px;
    padding:            0px 0px 0px 18px;
    border-bottom:      1px solid #FCF0E0;
    text-decoration:    none;
    color:              #606060;
    background:         #F2DFC7 url(/et_static/inactive.gif) no-repeat;
}

A.off1:hover, A.off1:active {
    background-color:   #BDBDC0;
    color:              #000000;
    text-decoration:    none;
}

A.on1, A.on1:visited {
    display:            block;
    line-height:        20px;
    padding:            0px 0px 0px 18px;
    border-bottom:      1px solid #FCF0E0;
    text-decoration:    none;
    color:              #000000;
    background:         #BDBDC0 url(/et_static/active.gif) no-repeat;
}

A.on1:hover, A.on1:active {
    color:              #000000;
    text-decoration:    none;
}


A.off2, A.off2:visited {
    display:            block;
    line-height:        16px;
    padding:            2px 0px 2px 27px;
    border-bottom:      1px solid #FCF0E0;
    text-decoration:    none;
    color:              #606060;
    background:         #F2DFC7 url(/et_static/activet2.gif) no-repeat;
}

A.off2:hover, A.off2:active {
    background-color:   #BDBDC0;
    color:              #000000;
    text-decoration:    none;
}

A.on2, A.on2:visited {
    display:            block;
    line-height:        16px;
    padding:            2px 0px 2px 27px;
    border-bottom:      1px solid #FCF0E0;
    text-decoration:    none;
    color:              #000000;
    background:         #BDBDC0 url(/et_static/activet2.gif) no-repeat;
}

A.on2:hover, A.on2:active {
    color:              #000000;
    text-decoration:    none;
}

A.off3, A.off3:visited {
    float:              left;
    display:            block;
    line-height:        17px;
    height:             17px;
    padding:            0px 9px 0px 18px;
    margin-right:       10px;
    text-decoration:    none;
    color:              #606060;
    background-image:   url(/et_static/inactive.gif);
    background-repeat:  no-repeat;
}

A.off3:hover, A.off3:active {
    background-color:   #BDBDC0;
    color:              #000000;
    text-decoration:    none;
}

/*******************/
/* Content         */
/*******************/

IMG.right {
    margin:             8px 0px 10px 10px;
    float:              right;
}

IMG.center {
    margin:             8px 0px 4px 0px;
}

IMG.left {
    margin:             8px 10px 10px 0px;
    float:              left;
}

IMG.list1 {
    margin:             6px 0px 0px 10px;
    float:              right;
}

SPAN.head {
    font-weight:        bold;
    font-size:          14px;
}

DIV.text {
    margin-top:         6px;
}

DIV.download {
    margin-top:         0px;
    margin-bottom:      6px;
}

DIV.list1 {
    width:              458px;
    float:              left;
}

DIV.text1 {
    float:              right;
    margin-top:         6px;
    margin-right:       40px;
}

DIV.text2 {
    margin-top:         6px;
    margin-left:        5px;
    margin-right:       5px;
    font-size:          11px; 
    color:              #606060;   
}