body {
    background-color: #FFF;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 13px;
    margin:0;
}

a {
    color: #39566D;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


#head {
    background-color: #0C304C;
    color: #FFF;
    height: 95px;
    margin: 0px;
    padding: 0px;
}

#subhead {
    padding-top: 21px;
    margin-left: 42px;
}

h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
}

h2 {
    font-size: 12px;
    margin-top: 5px;
}

#navbar {
    /* height: 22px; */
}

#nav {
    margin: 0;
    background-color: #454E55;
    height: 18px;
    padding-left: 25px;
}

#nav li {
    /*font-size: 12px;
    margin-left: 15px; */
    text-transform:uppercase;
    font-weight: bold;
    list-style: none;
    display: inline;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
}

#nav a {
    color: #FFF;
    text-decoration: none;
    display: block;
    float: left;
    /*margin-left: 10px;*/
    padding: 0 15px;
    height: 18px;
}

#nav a:hover {
    text-decoration: none;
    background: #455E71;
}


#content {
    margin-right: 50px; 
    /*border-right: 230px #eeeeee solid;*/
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 1px;
    padding-bottom: 10px;

}

h3, h3 a {
    color: #315D7E;
    font-size: 18px;
    margin-top: 25px;
}

h3 a:hover {
    font-style: italic;
    text-decoration: none;
}

h4 {
    margin: 0px;
}

/*h4 a {
    color: #000
}*/

.list {
    margin-top: 10px;
    margin-bottom: 30px;
}

.blurb {
    margin-left: 25px;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 30px;
    margin-right: 20px;
    width: 550px;
}

#footer {
    background-color: #0C304C;
    font-size: 10px;
    color: #FFF;
    /*height: 15px;*/
    margin: 0;
    text-align: center;
    padding: 3px 0;
}

