/* Main */
body {
    margin: 0;
    background: #eee;
}

/* Container */
#container {
    margin: 0 auto 0 auto;
    width: 774px;
    padding: 0;
    background: #fff;
}

/* Header */
#header {
    margin: 0 auto 0 auto;
    padding: 0;
    text-align: center;
    height: 143px;
    width: 774px;
    background: url(images/header.jpg);
} 

#header h1 {
    position: relative;
    color: #005082;
    z-index: 1;
    margin: 0 auto 0 auto;
    width: 500px;
    font-family: serif;
    font-size: 2.8em;
    line-height: 1.2em;
} 

/* Layout */
#content {
    padding: 0 20px 0 20px;
}

/* Menu */
#menu {
    text-align: center;
    font-family: sans-serif;
}

#menu ul {
    padding: 1em 0 0 0;
    margin: 0;
    list-style-type: none; 
}

#menu ul li {
    display: inline;
    border-right: 1px solid black;
    padding: 0 1em 0 1em;
}

#menu ul li.end {
    border: none;
}

#menu ul li a {
    font-size: 1.2em;
}

/* Formatting */
body {
    font-family: sans-serif;
    line-height: 1.8em;
    font-size: 90%;
}    

a {
    font-weight: bold;
    color: #00355a;
}

h2 {
    font-family: garamond, sans-serif;
    font-size: 1.5em;
    font-style: italic;
    display: block;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 1em;
}

#footer {
    clear: both;
    font-size: 0.8em;
    color: #888888;
}

/* Sentences */
.sentences {
    background: #f3f3f3;
    text-align: center;
    font-family: verdana;
    font-size: 0.8em;
}

.sentences p {
    padding: 10px;
    margin: 0;
    border: 2px solid #ddd;
    border-top: 0;
}

/* Primary Links */
.primary_links {
    position: relative;
/*  background: url(images/gradient_bg.png) repeat-x 0 100%; */
/*  border-bottom: 1px solid #eee; */
    list-style: none outside url(images/bullet2.png);
    line-height: 2em;
    font-size: 0.8em;
    color: #888888;
} * html .primary_links { top: 15px; }
*+html .primary_links { top: 15px; }

.primary_links ul {
    padding: 0;
    margin: 0;
}

.primary_links li {
    display: inline;
}

.primary_links a {
    color: #999999;
    font-weight: normal;
    text-decoration: none;
}

/* Related Links */
.related_links {
    line-height: 1.8em;
}

.related_links ul {
    text-indent: -3em;
    margin-left: 3em;
    padding: 0;
}

.related_links li {
    list-style: none inside url(images/bullet.png);
}