#header
{
    background: #003366;
    color: White;
    height: 267px;
}
#topNav
{
    background: #003366;
    font-weight: bold;
    font-size: 16px;
}
#topNav ul
{
    margin-left: 3px;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}
#topNav ul .first
{
    border-left: none;
}
#topNav ul li
{
    display: inline;
    position: relative;
    padding: 0 1em 0 1em;
    list-style-type: none; /* border-left: solid 1px white; */
}
#topNav ul li a
{
    color: White;
    text-decoration: none;
}
#topNav ul li a:visited
{
    color: white;
}
#topNav ul li a:hover
{
    color: white;
    text-decoration: underline;
}
#searchBox { background: #006600; }
#searchBox input 
{
    border: solid 1px gray;
     float: left; 
     margin-right: 5px; 
}
#searchBox a.search-en
{
    background: url( '/Images/searchIcons-en.gif' ) 0 0 no-repeat;
    /*background: url( '/Images/btn-Search.gif' ) 0 0 no-repeat;*/
    display: block;
    float: left;
    width: 66px;
    height: 20px;
}

#searchBox a.search-en:visited
{
    background-position: 0 0;
    display: block;
    width: 66px;
    height: 20px;
}
#searchBox a.search-en:hover
{
    background-position: -77px 0;
    display: block;
    width: 66px;
    height: 20px;
}
#searchBox a.search-es
{
    background: url( '/Images/searchIcons-es.gif' ) 0 0 no-repeat;
    /*background: url( '/Images/btn-Search.gif' ) 0 0 no-repeat;*/
    display: block;
    float: left;
    width: 66px;
    height: 20px;
}

#searchBox a.search-es:visited
{
    background-position: 0 0;
    display: block;
    width: 66px;
    height: 20px;
}
#searchBox a.search-es:hover
{
    background-position: -77px 0;
    display: block;
    width: 66px;
    height: 20px;
}
#searchBox a.search-zh
{
    background: url( '/Images/searchIcons-zh.gif' ) 0 0 no-repeat;
    /*background: url( '/Images/btn-Search.gif' ) 0 0 no-repeat;*/
    display: block;
    float: left;
    width: 66px;
    height: 20px;
}

#searchBox a.search-zh:visited
{
    background-position: 0 0;
    display: block;
    width: 66px;
    height: 20px;
}
#searchBox a.search-zh:hover
{
    background-position: -77px 0;
    display: block;
    width: 66px;
    height: 20px;
}

#headPics { width: 965px; height: 221px; position: relative; }
#headPics img
{
    position: absolute;
    top: 0;
    left: 0;
}

#page
{
}

#mainNav
{
}
#content
{
}
#content p, #content h1, #content h2, #content h3
{
    padding: 10px 20px 10px 20px;
    line-height: 1.2em;
}
#footer
{
    clear: both;
    border-top: solid 1px gray;
    height: 30px;
    width: 705px;
    padding-top: 10px;
    text-align: center;
}
#footer .copyright
{
    font-size: 0.8em;
}
#footer ul
{
    text-align: center;
    margin: 0 0 3px 3px;
    padding: 0;
    width: 100%;
    list-style: none;
    white-space: nowrap;
}
#footer ul li
{
    display: inline;
    position: relative;
    padding: 0 .3em 0 .3em;
    list-style-type: none;
    border-left: solid 1px gray;
}
#footer a
{
    font-size: 8pt;
    color: #737373;
    text-decoration: none;
}
#footer a:visited
{
    color: #737373;
}
#footer a:hover
{
    color: #737373;
    text-decoration: underline;
}
#footer ul .first
{
    border-left: none;
}

#sidebar
{
    font-family: Georgia; 
    padding-bottom: 50px; 
    font-weight: normal;
    background: #dcd8bd;
    color: #006633;
}

#sidebar p
{
}






.button
{
    width: 40px;
    height: 22px;
    background: url(/Images/button.gif) 0 0 no-repeat #C0C0C0;
    color: #fff;
    line-height: 22px;
    margin: 8px 0 0 8px;
    border: none;
    float: left;
}
