body{
    font-family: verdana;
    padding: 0;
    margin: 0;
}

#hWrapper{
    border-top: 5px solid #468ec9;
    background: url(../img/banner-bg.gif) bottom repeat-x;
    text-align: center;
    height: 266px;
}

#header{
    width: 800px;
    height: 266px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#header-left{
    width: 200px;
    float: left;
}

#nav ul{
    margin: 0;
    padding: 0;
}
#nav li{
    list-style: none;
    border-bottom: 1px #777 dotted;
    padding: 0;
    margin: 0;
}

#nav li.active, #nav li:hover{
    background: #fff;
}
#nav li a{
    display:block;
    font-size: 9pt;
    padding: 5px 0 5px 15px;
    margin: 0 0 0 5px;
    background: url(../img/mini-arrow.gif) no-repeat left center;
    text-decoration: none;
    color:#3988ca;
}

#header-right{
    width: 600px;
    float: left;
}

#header-right #top-tabs{
    float: right;
    height: 35px;
}

#header-right #top-tabs ul{
    list-style: none;
    margin: 0;
    padding:0;
}
#header-right #top-tabs li{
    float:left;
    margin-left: 2px;
    background: url(../img/top-tab-r.gif) bottom right no-repeat;
}
#header-right #top-tabs li a{
    display:block;
    background: url(../img/top-tab-l.gif) bottom left no-repeat;
    padding: 6px 10px;
    color: #dff;
    text-decoration: none;
    font-size: 9pt;
}
#header-right #main-image{
    clear:both;
    margin: 0 0 0 15px;
    height: 218px;
    width: 584px;
    overflow: hidden;
    background: url(../img/testbg.jpg);
}



#fWrapper{
    clear:both;
    margin-top: 30px;
    border-top: 30px solid #fff;
    text-align: center;
    width:100%;
    background: url(../img/footer-bg.gif) repeat-x #3a85c6;
}

#footer{
    width: 800px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
}

#footer p{
    font-size: 8pt;
    color: #fff;
    margin: 20px 0px;
}

#cWrapper{
    text-align: center;
    width: 100%;
}

#content{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#contact{
    width: 200px;
    padding: 10px 0 0 0;
    float: left;
}

#contact h2{
    display:block;
    font-size: 11pt;
    font-weight: bold;
    padding: 5px 0 5px 15px;
    border-bottom: 1px dotted #777;
    margin: 0 0 0 0px;
    background: url(../img/mini-arrow.gif) no-repeat left center;
    text-decoration: none;
    color:#3988ca;
}

#contact p{
    font-size: 7pt;
    color: #333;
    margin-left: 20px;

}

#contact a{
    font-size: 8pt;
    text-decoration: none;
    color: #777;
    display:block;
    padding: 5px 0 5px 0px;
    border-bottom: 1px dotted #eee;
}
#contact a.active{
    font-weight: bold;
}
#contact a:hover{
    background: #eee;
}

#main{
    width: 584px;
    margin: 5px 0 0 15px;
    float: left;

}

#main #callout{
    margin: 10px 0px;
    background: #4e80c1;
    width: 584px;
}
#main #callout img{
    margin: 0;
    padding: 0;
}
#main #callout #callout-top{
    background: url(../img/callout-top.png);
    height: 5px;
}

#main #callout #callout-bot{
    background: url(../img/callout-bottom.png);
    height: 5px;
}
#main #callout #callout-main{
    background: url(../img/callout-mid.png);
    margin: 0;
    padding: 5px 10px;
    width: 584px;
}

#main a
{
    color: #1560ff;
    text-decoration: none;
}



#main #callout #callout-main h2{
    margin: 0;
    padding: 0 10px;
    color: #fff;
    font-size: 14pt;
    font-weight: normal;
}

#callout-main p{
    padding: 0px 10px;
    font-size: 11pt;
    color: #fafafa;
    font-style:italic;
    margin: 5px 0px;
}

#thecontent{
    padding: 0px 20px 0px 20px;
}
#thecontent h1{

}
#thecontent p{
    font-size:9pt;
}
#thecontent h2{

}
#thecontent h3{
    font-size: 11pt;
    font-weight: normal;
}
#thecontent ul{
    list-style-image: url(../img/mini-arrow.gif);

    line-height: 1.2em;
}

#thecontent li{
    font-size: 9pt;
    font-style: italic;
}

/** Print specific settings **/
#print-logo{
    display: none;
}
#print-info{
    text-align: right;
    display: none;
}

#print-info h1{
    font-size: 14pt;
    margin: 5px 0 0 0;
    padding: 0;
}
#print-info p{
    margin: 0;
    padding: 0;
    font-size: 9pt;
}
