body {
    font-family: arial, sans-serif;
}

table.layout {
    width: 980px;
}

h1 {
    color: #003783;
    font-family: "skia", "trebuchet ms", sans-serif;
    padding-bottom: 10px;
}

div.nav {
    padding-top: 30px;
    color: #6fc8d8;
    font-family: "skia", "trebuchet ms", sans-serif;
}

a {
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

table td {
    text-align: left;
}

td.back {
    background: 0 0 url(img/back.png) no-repeat;
    background-position: bottom;
    height: 586px;
    vertical-align: top;
}

div.content {
    padding: 0 20px 0 20px;
    width: 700px;
}

ul li {
    padding-bottom: 5px;
}

img.map {
    float: left;
    padding: 0 20px 100px 0;
}

a.emailLink {
    color: #003783;
}
