/*******************/
/* 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:              #006DA1;
    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 #006DA1;
    background:         #ffffff url(/et_static/background.gif) repeat;
}

#header {
    width:              100%;
    height:             56px;
    background-image:   url(/et_static/header.jpg);
}

#headMenu {
    float:              right;
    display:            inline;
    margin:             34px 11px 0px 0px;
}

#printHead {
    display:            none;
    visibility:         hidden;
}

#main {
    width:              100%;
    border-top:         1px solid #006DA1;
}

#mainLeft {
    width:              242px;
    padding-top:        19px;
    float:              left;
}

#logos {
    padding-top:        30px;
}

#mainMiddle {
    width:              13px;
    height:             400px;
    float:              left;
}

#mainRight {
    width:              507px;
    float:              left;
}

#content {
    padding:            18px 0px 12px 0px;
}

#footer {
    clear:              both;
    width:              100%;
    height:             24px;
    border-top:         1px solid #006DA1;
    background-image:   url(/et_static/footer.jpg);
}

#footerLeft {
    float:              left;
    display:            inline;
    margin:             5px 0px 0px 9px;
}

#footerRight {
    float:              right;
    display:            inline;
    margin:             5px 9px 0px 0px;
}

#footerLeft IMG, #footerRight IMG {
    vertical-align:     baseline;
}
/*******************/
/* Menus           */
/*******************/

DIV.menuSpace {
    font-size:          5px;
}

A.off1, A.off1:visited {
    display:            block;
    line-height:        20px;
    height:             20px;
    padding:            0px 0px 0px 27px;
    border-top:         2px solid #F4F3EB;
    text-decoration:    none;
    color:              #606060;
    background:         #E5E3CE url(/et_static/inactive.gif) no-repeat;
}

A.off1:hover, A.off1:active {
    background-color:   #CCC8A2;
    color:              #000000;
    text-decoration:    none;
}

A.on1, A.on1:visited {
    display:            block;
    line-height:        20px;
    padding:            0px 0px 0px 27px;
    border-top:         2px solid #F4F3EB;
    text-decoration:    none;
    font-weight:        bold;
    color:              #606060;
    background:         #CCC8A2 url(/et_static/active.gif) no-repeat;
}

A.on1:hover, A.on1:active {
    font-weight:        bold;
    color:              #606060;
    text-decoration:    none;
}

A.logo {
    display:            block;
    margin:             20px 0px 0px 9px;
}

/*******************/
/* Content         */
/*******************/

IMG.right {
    margin:             8px 0px 10px 10px;
    float:              right;
}

IMG.center {
    margin:             3px 0px 4px 0px;
}

IMG.left {
    margin:             8px 10px 10px 0px;
    float:              left;
}

IMG.list1 {
    margin:             6px 0px 0px 10px;
    float:              right;
}

.head {
    font-weight:        bold;
    font-size:          14px;
}

DIV.text {
    margin-top:         6px;
}

DIV.list1 {
    width:              417px;
    float:              left;
}

DIV.projectList {
    padding:            0px 0px 0px 20px;
    margin-top:         6px;
    background-image:   url(/et_static/dotList.gif);
    background-repeat:  no-repeat;
}