html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */

body {
    font: 11px verdana, arial, helvetica, sans-serif;
}
h1 {
    color: #023A67;
    font-weight: normal;
    font-size: 16px;
    margin: .8em 0 .3em 0;
}
p.head {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
}
ul { 
    padding: 0px;
    background: #FFF;
    margin:0 0 0 0;
}
ul li {
    margin:0 0 0 20;
    list-style-position:outside;
    list-style-type: circle;
}
ul li em {
    color: #F33;
    font-style: italic;
    font-weight: bold;
}
div.headerText {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: normal;
}
div.headerText h2 {
    color: #118;
    font-size: 35px;
    font-weight: normal;
    line-height: 1.5em;
}
div.headerText h3 {
    color: #118;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.5em;
}
div.headerRight {
    position:relative;
    float: right;
    border: none;
    margin: 20 0 0 20;
}
div.test {
    background: #FFF;
}
div.enclose {
    width: 1024px;
}
div.enclose hr {
    z-index: 2;
    color: blue;
    width: 1024px;
}
div.tabPage {
    background: #FFF;
}
div.banner {
    z-index: 2;
    width: 300;
}

div.mainmessage {
    clear: both;
    position:relative;
    color: #005E5A;
    background: #FFF;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}
div.signinecho {
    position:relative;
    float: right;
    width: 600;
    bottom: 20px;
    color: #002929;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
}
div.welcometitle {
    color: #118;
    font-size: 35px;
    font-weight: normal;
}
div.welcometagline {
    color: #611;
    font-size: 22px;
    font-weight: normal;
}
div.welcometext {
    width:720;
    color: #111;
    font-size: 14px;
    font-weight: normal;
}
span.menuButton {
    width: 1024px;
    position:relative;
    float: right;
    border: none;
    background: #FFF;
    font: 18px verdana, arial, helvetica, sans-serif;
    text-align: right;
}
span.menuButton a {
    margin-left: 10px;
    padding: 0px 10px 0px 10px;
    color: #611;
    text-decoration: none;
}
div.messagebox {
    color: #F00;
    background: #FFF;
    font-weight: bold;
    text-align: center;
}
div.inputmessagebox {
    color: #F00;
    background: #EEE;
    font-weight: bold;
    text-align: center;
}


div.footer {
    position:relative;
    color: #222;
    background: none;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}
div.footer div {
    padding-top:10px;
    vertical-align:top;
}
div.footer img {
    float:right;
    margin-top:-20px;
    border: none;
}
div.subtitle {
    position:relative;
    font-size: 18px;
    left: 10px;
    padding: 0px;
    text-decoration: none;
    margin:10 0 5 0;
}
div.subtitle em {
    padding: 0px;
    color: #611;
    font-style: normal; 
    font-weight: bold;
}


