﻿BODY
{
    margin: 0px;
    font-family: Arial;
    color: #FFF;
    font-size: 12px;
    padding-top: 0px;
    background-color: #397A92;
}

IMG
{
    border-bottom: medium none;
    border-left: medium none;
    border-top: medium none;
    border-right: medium none;
}

#wrapper
{
    width: 100% /*1020px*/;
    margin: 0px /*auto;*/;
}
#head
{
    z-index: 1;
    position: absolute;
    background-color: #FFFFFF /*#397A92*/;
    width: 1000px;
}

#nav
{
    position: relative;
    left: 0px;
    width: 200px;
    min-height: 300px;
    height: auto;
    float: right;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 999;
}
#nav TABLE TD
{
    z-index: 1000;
}
#nav A
{
    font-weight: bold;
    text-transform: lowercase;
}

.adjustZindex
{
    z-index: 1001;
}
#contentwrap
{
    z-index: 0;
    position: relative;
    min-height: 300px;
    height: auto;
    width: 1000px;
    top: 0px;
}
#content
{
    position: relative;
    background-color: #FFF;
    min-height: 300px;
    width: 1000px;
    height: auto;
    overflow: hidden;
}
#content P
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: 600;
    color: #555;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
#content H3
{
    line-height: 20px;
    text-transform: none;
    margin-top: 30px;
    color: #609f0a;
    margin-left: 30px;
    font-size: 15px;
}
#content H1
{
    line-height: 20px;
    text-transform: lowercase;
    margin-top: 30px;
    color: #999;
    margin-left: 30px;
    font-size: 15px;
}
#content H2
{
    line-height: 12px;
    margin-top: 4px;
    font-family: Arial;
    color: #397A92;
    margin-left: 50px;
    font-size: 12px;
    font-weight: bold;
    margin-right: 10px;
}
#content UL
{
    margin-top: 0px;
    margin-bottom: 10px;
    color: #666;
}
#content LI
{
    line-height: 22px;
    color: #666;
    margin-left: 40px;
    margin-right: 30px;
}

#WarningDiv
{
    position: relative;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    min-height: 400px;
    width: 400px;
    float: left;
    height: auto;
}

#WarningDiv p
{
    font-family: Verdana;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #FEFEFE;
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#footer
{
    background-image: url(../../Images/bl_footer.jpg);
    background-position: left;
    background-repeat: no-repeat;
    width: 1000px;
    height: 50px;
    position: relative;
    text-align: left;
    font-weight: bold;
    float: left;
    padding-left: 15px;
    padding-top: 10px;
}
#footer a:link
{
    color: #FFF;
    text-decoration: none;
    text-transform: lowercase;
}

#footer a:visited
{
    color: #FFF;
    text-decoration: none;
    text-transform: lowercase;
}

#footer a:hover
{
    color: #FFF;
    text-decoration: underline;
    text-transform: lowercase;
}

.table
{
    font-family: Verdana;
    font-size: 12px;
    color: #333333;
    width: 448px;
    margin-left: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-top: solid 1px #556437;
    border-right: solid 1px #556437;
}

.cell1
{
    background-color: #98AE77;
    border-bottom: solid 1px #556437;
    border-left: solid 1px #556437;
}

.cell2
{
    border-bottom: solid 1px #556437;
    border-left: solid 1px #556437;
}

.Top
{
    margin-top: 65px;
}

/***********************/
/* Publication details */
/***********************/

#PublicationList
{
    position: relative;
    top: 0px;
    margin-left: 0px;
    min-height: 310px;
    width: 240px;
    float: left;
    height: auto;
    padding-top: 60px;
}

#PublicationList p
{
    font-size: 8pt;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

#PublicationList p a:link
{
    color: #556437;
    text-decoration: none;
    margin-right: 10px;
}

#PublicationList p a:visited
{
    color: #556437;
    text-decoration: none;
    margin-right: 10px;
}

#PublicationList p a:hover
{
    color: #ffffff;
    background-color: #556437;
}

#PublicationList h2
{
    font-family: Verdana;
    font-size: 10pt;
    line-height: 12px;
    font-weight: 500;
    color: #636466;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.Publications1
{
    font-family: Verdana;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #000000;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}


a
{
    text-decoration: none;
}
a:link
{
    color: #777777;
}
a:visited
{
    color: #777777;
}
a:hover
{
    color: #599AB2;
}
