body{
    text-align: center;
    line-height: 140%;
    margin: 0;
    padding: 0;
    color: #666;
    background-position: center top;
    background: url(../img/ea-bg.png) repeat top center;
    }

img{
    border: 0;
    }

.header{
    height: 300px;
    }

.header h1{
    width: 635px;
    margin: auto;
    color: #999;
    text-align: left;
    font-size: 10px;
    font-weight: normal;
    }

#container{
    width: 640px;
    margin: 0 auto;
    text-align: left;
    background: #fff;
    border: 1px solid #ccc;
    }

.content{
    width: 640px;
    }

h2{
    margin: 30px 0 20px 0;
    padding: 10px 0 23px 60px;
    background: url(../img/ea-h2.png);
    background-repeat: no-repeat;
    font-size: 150%;
    font-weight: normal;
    color: #000;
    }

h3{
    margin: 24px 18px;
    padding: 10px;
    text-align: center;
    font-size: 130%;
    font-weight: normal;
    color: #000;
    border: 1px solid #000;
    }

.content p{
    padding: 0 30px 0 20px;
    font-size: 14px;
    }

.content a{
    font-size: 100%;
    }

.ea-bg{
    background-color: #fcfca2;
    }

.ea-dot{
    border-bottom: 1px dotted #666;
    }

.center{
    margin: 20px 0;
    text-align: center;
    }

table#ea-t1 {
    width: 94%;
    margin: 20px auto;
    border: 3px #cbcbcb solid;
    border-collapse: collapse;
    border-spacing: 0;
    color: #000;
    }

table#ea-t1 th {
    padding: 12px 5px 12px 5px;
    border: #e3e3e3 solid;
    border-width: 0 0 1px 1px;
    background: url(../img/ea-bg2.png) repeat;
    line-height: 120%;
    text-align: center;
    }

table#ea-t1 td {
    padding: 5px;
    border: 1px #e3e3e3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    }

table#ea-t1 td.left {
    padding: 10px 5px 10px 30px;
    border: 1px #e3e3e3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    background: #f0f2f7 url(../img/ea-arrow.png) no-repeat;
    background-position: 3% 50%;
    }

table#ea-t1 td.center {
    padding: 5px;
    border: 1px #e3e3e3 solid;
    border-width: 0 0 1px 1px;
    text-align: right;
    }

table#ea-t1 td.right {
    padding: 5px;
    border: 1px #e3e3e3 solid;
    border-width: 0 0 1px 1px;
    text-align: right;
    color: #e0001a;
    background: #feffdb;
    }

table#ea-t2 {
    width: 94%;
    margin: 20px auto;
    border: 3px #cbcbcb solid;
    border-collapse: collapse;
    border-spacing: 0;
    color: #000;
    }

table#ea-t2 th {
    padding: 12px 5px 12px 5px;
    border: #e3e3e3 solid;
    border-width: 0 0 1px 1px;
    background: url(../img/ea-bg2.png) repeat;
    line-height: 120%;
    font-size: 14px;
    text-align: center;
    }

table#ea-t2 td {
    padding: 10px 5px 10px 5px;
    border: 1px #e3e3e3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    }

table#ea-t2 td.left {
    padding: 10px 5px 10px 30px;
    border: 1px #e3e3e3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    background: #f0f2f7 url(../img/ea-arrow.png) no-repeat;
    background-position: 3% 50%;
    }

table#ea-t2 td.center {
    padding: 5px;
    border: 1px #e3e3e3 solid;
    border-width: 0 0 1px 1px;
    text-align: right;
    color: #e0001a;
    background: #feffdb;
    }

table#ea-t2 td.right {
    padding: 5px;
    border: 1px #e3e3e3 solid;
    border-width: 0 0 1px 1px;
    text-align: right;
    }

table#ea-t3 {
    width: 94%;
    margin: 10px auto;
    }

table#ea-t3 td {
    padding: 5px;
    }

.box{
    margin: 10px 20px 30px 20px;
    width: 595px;
    border: #cbcbcb double 3px;
    }

.ea-box{
    padding: 8px 0;
    margin-bottom: 2px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: url(../img/ea-box.png) no-repeat;
    }

.menu{
    padding: 0 0 10px 0;
    border-top: #ccc solid 1px;
    float: left;
    width: 640px;
    background: url(../img/ea-bg2.png) repeat top center;
    }

.ea-menu{
    padding: 20px 0 0 30px;
    width: 600px;
    font-size:120%;
    }

.content ul{
    margin: 5px 30px;
    padding: 2px 0;
    font-size: 14px;
    line-height: 200%;
    }

.content li{
    list-style: none;
    }

.footer{
    clear: both;
    background: #71b9d6;
    color: #fff;
    text-align: center;
    height: 20px;
    }

.footer p{
    font-size: 10px;
    }
