@import url(http://fonts.googleapis.com/css?family=Old+Standard+TT:regular,italic,bold);
@import url(http://fonts.googleapis.com/css?family=Puritan:regular,bolditalic);

/*
 * Reset @ blueprint
 */

html {margin:0;padding:0;border:0;font-family:Puritan,Arial, sans-serif;color:#444}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}

/*
 * Layout
 */

a:link, a:active, a:visited {
    color: #67A8FF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

html, body {
    background: #fff;
}

body {
    border-top: 5px solid #67A8FF;
}

.wrap {
    width: 1000px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

#head {
    height: 100px;
    position: relative;
}

#head h1 {
    font-family: 'Old Standard TT', Times, 'Times New Roman', serif;
    font-size: 28px;
    font-weight: normal;
    padding: 20px 0 0;
    line-height: 30px;
}

#head .bold {
    font-weight: bold;
}

#head h1 a {
    color: #444;
    text-decoration: none;
}

#menu {
    list-style: none;
    position: absolute;
    top: 40px;
    right: 0;
}

#menu li {
    float: left;
}

#menu a {
    display: block;
    padding: 2px 8px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-decoration: none;
}

#menu a:hover {
    background: #67A8FF;
    color: #fff;
}

#intro {
    height: 120px;
    padding: 20px 0;
    background: #5A842F url(images/bg.jpg) right no-repeat;
    border: solid #699E33;
    border-width: 1px 0;
    line-height: 60px;
}

#intro.small {
    height: 20px;
    line-height: 20px;
}

#intro h1 {
    font-weight: normal;
    font-family: 'Puritan', Times, 'Times New Roman', serif;
    font-size: 36px;
    font-style: italic;
    font-weight: bold;
/*    text-shadow: #000 2px 2px 2px;*/
    text-align: right;
    color: #fff;
    font-weight: normal;
}

#intro .bold {
    font-variant: small-caps;
    font-size: 44px;
}

#content {
    padding: 20px 0 40px;
}

#content p {
    padding-bottom: 15px;
}

#content .big {
    font-size: 18px;
}

#content .startwords {
    font-variant: small-caps;
}

#content .left {
    float: left;
    margin: 0 10px 10px 0;
}

#content .right {
    float: right;
    margin: 0 0 10px 10px;
}

#content .bold {
    font-family: 'Old Standard TT', Times, 'Times New Roman', serif;
    font-weight: bold;
    font-size: 18px;
}

h2 {
    font-family: 'Old Standard TT', Times, 'Times New Roman', serif;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

#foot {
    clear: both;
    border-top: 1px solid #ccc;
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
    margin: 50px 0 0;
    font-variant: small-caps;
}

.officers {
    width: 800px;
    margin: 0 auto;
}

.officers td {
    height: 30px;
    line-height: 30px;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

.officers .row1 td {
    background: #f5f5f5;
}
