body
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 68.75%; /* Reset font-size to 11px */
    background-color: #fff;
}

/* Heading */
h1,h2,h3,h4,h5,h6 { font-weight:bold; margin: 0 0 0.25em 0; page-break-after:avoid; }
h1 { font-size: 200.00% }                       /* 22px */
h2 { font-size: 163.64% }                       /* 18px */
h3 { font-size: 136.36% }                       /* 15px */
h4 { font-size: 118.18% }                       /* 13px */
h5 { font-size: 100.00% }                       /* 11px */
h6 { font-size: 100.00%; font-style:italic; }   /* 11px */

/*  Main  */
#main {
    width: 1002px;
    margin: auto;
}
/*  Header  */
#header 
{
	float: left;
	width: 100%;
	height: 122px;
	position: relative;
}
.header-print
{
    background: transparent url(../img/header.jpg) no-repeat top left;
}
#header .logo
{
    position: absolute;
    top: 15px;
    left: 40px;
}
#header .logo a
{
    float: left;
    width: 480px;
    height: 100px;
}
#header .logo a span
{
    visibility: hidden;
}
#header .logo a,
#header .logo a:hover
{
    text-decoration: none;
}
/* Nav */
#nav
{
    background: transparent url(../img/nav-bg.gif) repeat-x;
    float: left;
    width: 100%;   
    border-top: solid 1px #fff;
}
#nav ul
{
    float: left;
    margin: 0;
    padding: 0;
    padding-left: 40px;
}
#nav ul li
{
    background: transparent url(../img/nav.gif) no-repeat top left;
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
    margin-left: 3px;
    padding-left: 3px;
    height: 32px;
    color: #000;
    font-weight: bold;
}
#nav ul li.active
{
    background: transparent url(../img/nav-active.gif) no-repeat top left;
    color: #fff;
}
#nav ul li div
{
    background: transparent url(../img/nav.gif) no-repeat bottom right;
    float: left;
    padding: 2px 25px 3px 28px;
    line-height: 27px;
}
#nav ul li.active div
{
    background: transparent url(../img/nav-active.gif) no-repeat bottom right;
}
#nav ul li a,
#nav ul li a:hover
{
    color: #000;
}
#nav ul li.active a,
#nav ul li.active a:hover
{
    color: #fff;
}
/* Date text */
#nav .date
{
    float: right;
    white-space: nowrap;
    line-height: 27px;
    padding: 2px 20px 3px 5px;
    font-size: 11px;
    color: #002e62;
    visibility: hidden;
}
/* Toolbar */
#toolbar
{
    background: transparent url(../img/toolbar-bg.gif) repeat-x;
    float: left;
    width: 100%;
    height: 31px;
}
#toolbar .weblink-box
{
    float: left;
    padding-left: 30px;
    padding-top: 5px;
    width: 250px;
}
#toolbar .weblink-box .slt
{
    width: 175px;
}
#toolbar .search-box
{
    float: left;
}
#toolbar .search-box .icon
{
    background: transparent url(../img/search-icon.gif) no-repeat;
    float: left;
    height: 30px;
    padding: 4px 8px 0px 25px;
    font-weight: bold;
    color: #fefefe;
}
#toolbar .search-box .kw
{
    float: left;
    margin-top: 5px;
}
#toolbar .search-box .kw input
{
    margin: 0;
    padding: 0;
    width: 400px;
    height: 14px;
}
#toolbar .search-box .btn
{
    background: transparent url(../img/search-btn.gif) no-repeat;
    float: left;
    width: 39px;
    height: 17px;
    text-align: center;
    margin-top: 6px;
    margin-left: 4px;
    cursor: pointer;
    color: #000;
}
#toolbar .search-box .btn a,
#toolbar .search-box .btn a:hover
{
    color: #000;
}
#toolbar .search-box .advance
{
    float: left;
    padding: 6px 10px;
}
#toolbar .search-box .advance a,
#toolbar .search-box .advance a:hover
{
    color: #fff;
}
/* Nav bottom */
.nav2
{
    background: #e3ecf3 url(../img/nav2-bg.gif) repeat-x top left;
    float: left;
    width: 100%;
    padding-top: 5px;
}
.nav2 .container
{
    float: left;
    width: 452px;
    padding: 0px 275px;
    text-align: center;
}
.nav2 .container .item
{
    background: transparent url(../img/nav2-sep.gif) no-repeat center right;
    padding: 0px 7px 0px 5px;
    line-height: 10px;
    white-space: nowrap;
}
.nav2 .container .last
{
}
.nav2 .container .item a,
.nav2 .container .item a:hover
{
    color: #036ab5;
}
/* body-content */
#body-content
{
    float: left;
    width: 100%;
    padding: 5px 0px;
}
#body-content .side-left
{
    float: left;
    width: 198px;
    margin: 0;
    padding: 0px 3px 0px 2px;
}
#body-content .side-content
{
    float: left;
    width: 620px;    
}
#body-content .side-content.page-detail
{
    padding: 0px 3px;
    width: 614px;
}
#body-content .side-content.page-large
{
    padding: 0px 6px;
    width: 787px;
}
#body-content .side-right
{
    float: left;
    width: 174px;
    padding: 0px 2px 0px 3px;
}
#body-content .page-detail-small
{
    float: left;
    padding: 0px 12px;
    width: 590px;
}
#footer
{
    background-color: #2c9ae9;
    border-top: solid 1px #5898c4;
    float: left;
    width: 100%;
    margin-top: 1px;
    overflow: hidden;
}
#footer .container
{
    padding: 15px;    
}
#footer .container div
{
    line-height: 14px;
    color: #fff;
}
