/* CSS Document */
body {
    color: #663333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

h1 {
    font-size:24px;
    color:#663333;
    margin:10px 0 10px 0;
}

h2 {
    font-size:16px;
    color:#663333;
    margin:5px 0 5px 0;
    font-family: Georgia;
}

p {
    font-size:12px;
    color:#663333;
    margin:0 0 5px 0;
}

h3, h3 a{
    font-size:13px;
    color:#663333;
    margin:5px 0 5px 0;
    font-family: Times New Roman;
}

a, a:visited, a:active, a:hover {
    text-decoration: none;
    color: #00204E;
}

a:hover {
    text-decoration: underline;
}

#headerLinks, #headerSearch{
    text-align:right;
}

#homeContent {
    font-family: Georgia;
    line-height: 1.6
}

#centerPane ul{
    padding:5px 5px 5px 30px;
}

#footer {
    text-align:right;
    font-size: 9px;
}

#mapLink a {
    font-size: 12px;
}

.services li {
font-size:12px;
}