body{
    font-family: arial;
    color: #444444;
}
.warn{
    font-weight: bold;
    color: red;
}
dt{
    font-weight:bold;
    font-size:large;
}
.centerContent{
    width:80%;
    margin: auto;
    min-width: 420px;
    max-width: 960px;
}
.header{
    height:100px;
}
.headerImg{
    width:25%;
}
.headerTitle{
    font-size: 60px;
    font-weight: lighter;
    text-align: right;
    vertical-align: middle;
    width: 70%;
    height:100px;
    display: table-cell;
}
.header img{
    float:left;
}
.footer{
    text-align: center;
}
