body {
    text-align: center;
    font-family: arial;
    font-size: 12px;
    background-image: url(../images/backrep.jpg);
    background-repeat: repeat-x;
}
#container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 0px;
    line-height: 18px;
}

#headlogo {
    float: left;
    margin-top: 50px;
}

#headtxt {
    float: left;
    padding: 17px;
    text-align: left;
    margin-top: 30px;
    line-height: 20px;
}
#headerimage {
    float: left;
    width: 400px;
    height: 230px;
    margin-left: 40px;
}
#headerimage img {
    border: 1px solid #18B2FA;
}
#menu {
    margin: 20px 0px 20px 0px;    
}
#menu a {
    margin: 0px 10px 0px 0px;    
}
#menu a img {
    border: 0 none;
}
#content {
    width: 960px;
}

.clear {
    clear: both;
}

h1, h2 {
    color: #00007e;
    font-weight: normal;
    font-size: 18px;
}

h2 {
    font-size: 14px;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #00007e;
}
img.floatright {
    float: right;
    margin: 0px 0px 20px 20px;
}