body{
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 0.8em;
    background: #E7E7E7;
}

a{
    text-decoration: none;
    color: #B60400;
}

a:hover{
    color: #808080;
}

a img{
    border: 0;
}

h3{
    font-size: 1.3em;
    margin: 0 0px 0px 0;
    padding: 0px 0px 0px 0px;
    border-bottom: 2px solid #eee;
}

.blue{
    color: #286ea0;
}

span.title{
    font-weight: bold;
    color: #B60400;
}

span.textfiller{
    color:#6B6B6B;
    line-height:1.6em;
    margin:9px 10pt 10px;
    padding:3px 10px 5px;
    width:130px;
}

table.bg{
    width: 760px;
    height: 100%;
    margin: 0px auto;
    padding: 0px;
    border: 0px;
    border-color: black;
    border-collapse: collapse;
}

table.bg td{
    vertical-align: top;
}

table.bg tr.r1{
    background: url(../images/r1.gif) no-repeat;
}

table.bg tr.r2{
    background: url(../images/r2.gif) repeat-y;
}

table.bg tr.r3{
    background: url(../images/r3.gif) no-repeat;
    height: 80px;
}

table.topTitle{
    width: 738px;
    height: 50px;
    padding: 5px 25px 0px 0px;
    margin: 12px 0px 0px 10px;
    border-bottom: 2px solid #eee;
    background: #FFF url(../images/fade.gif) repeat-x;
}

table.topTitle td{
    vertical-align: middle;
    padding: 0px 0px 0px 15px;
}

table.main{
    width: 750px;
    padding: 0;
    margin: 0;
}

table.main td{
    vertical-align:top;
    padding: 0;
    margin: 0;
}

table.main td.leftdark{
    width: 150px;
    padding: 0px 0px 0px 10px;
    border-right: 2px solid #CCCCCC;
}

table.main td.leftlight{
    text-align: center;
    width: 150px;
    padding: 0px 0px 0px 5px;
    border-right: 2px solid #EEEEEE;
}

table.main td.column{
    text-align: justify;
    padding: 0px 15px 0px 10px;
    color:#5D5D5D;
}

table.nav li a:hover{
    color: #286ea0;
}

table.main td.columnright{
    width: 200px;
    padding: 0px 10px 0px 10px;
    border-left:1px solid #DDDDDD;
    color:#5D5D5D;
}

.columnright a{
    border-bottom:1px dotted #CCCCCC;
    display:block;
    margin-bottom:2px;
    padding-bottom:4px;
    font-size:0.8em;
}

table.nav{
    width: 100%;
    height: 146px;
    padding: 0;
    margin: 0;
}

table.nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.1em;
}

table.nav li{
    margin-bottom: 4px;
    padding: 0px 5px 0px 0px;
}

table.nav li a{
    font-size: 9pt;
    font-weight: bold;
    text-align: right;
    height: 20px;
    text-decoration: none;
    color: #808080;
    display: block;
    padding: 4px 5px 0px 0px;
    background: #fff;
    border-bottom: 1px dotted #ccc;
}

table.nav li a:hover{
    color: #286ea0;
}

table.pic{
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    height: 146px;
    width: 576px;
    border-bottom: 3px solid #819CD7;
    border-left: 2px solid #ccc;
}

table.pic h2{
    margin: 0px;
    padding: 5px 0 2px 5px;
    font-size: 12pt;
    color: #3A6794;
}

table.pic p{
    margin: 0;
    padding: 0 0 0 5px;
    color: #5488BC;
    width: 260px;
}

table.footer{
    width: 726px;
    height: 40px;
    color: #808080;
    background: #FFF;
    font-size: 0.8em;
    padding: 9px 10px 9px 0;
    margin: 0px 0px 15px 0px;
    border: 1px solid #ccc;
}

table.footer td{
    text-align: center;
    vertical-align: middle;
}

table.footer a{
    text-decoration: underline;
    color: #3A6794;
}

table.footer a:hover{
    color: #000;
}

input{
    width: 300px;
}

textarea{
    width: 300px;
    height: 100px;
}

select{
    width: 150px;
}

input.btn{
    width: 130px;
}