@CHARSET "UTF-8";

html, body {
    font-family: "Comic Sans MS", Arial,Helvetica,sans-serif;
    background-color: #FFFFEF;
    color: #000088;
    font-size: medium;
	}

#table {
    display: table;
}

#side-nav {
    display: table-cell;
    width: 164px;
    vertical-align: top;
    text-indent: 20px;
    text-align: center;
    background: url("Navigation_Leather.png");
}

#content {
    display: table-cell;
    max-width: 1000px;
    min-width: 200px;
    padding-left: 15px;
}

#announcement {

}

#bottom-nav {
    text-align: center;
}

#content-body {
}

#content-body-news {
        font-family: Arial,Helvetica,sans-serif;
}

.centred {
    text-align: center;
}

.green {
    color: green;
}

.redbold {
    color: red;
    font-weight: bold;
}

.tiny {
    font-size: x-small;
}

.title {
    font-weight: bold;
    font-style: italic;
}

.subhead {
    font-size: small;
    font-weight: bold;
    font-style: italic;
    margin-top: 5px;
}

.highlight {
    font-weight: bold;
}

.highlight-lite {
    font-style: italic;
}

h3.article-head {
    text-decoration: underline;
    margin-bottom: 0;
}

table.pictures {
    border: 2px solid #000088;
    border-collapse: collapse;
    /*following line required for centering to occur*/
    margin: 0 auto;
}

table.pictures td {
    width: 115px;
    border: 2px solid #000088;
    vertical-align: top;
    padding: 10px;
    text-align: center;
}

table.news {
    border: none;
    margin: 0 auto;
}

.news-picture {
    float: left;
}

.news-pic-caption {
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 3px;
}

.jack-picture {
    max-width: 325px;
    margin-left: 10px;
    margin-right: 15px;
}

.dennis-picture {
    max-width: 201px;
    margin-left: 10px;
    margin-right: 15px;
}

.dave-picture {
    max-width: 200px;
    margin-left: 10px;
    margin-right: 15px;
}

table.weight-table {
    text-align: center;
    border: 1px solid #000088;
    border-collapse: collapse;
    width: 12em;
}

table.weight-table td {
    border: 1px solid #000088;
    border-top: 0;
    width: 50%;
}

table.weight-table th {
    border: 1px solid #000088;
    border-bottom: 2px solid #000088;
    background-color: #b58452;
    color: #FFFFEF;
}

table.current-table {
    text-align: center;
    border: 1px solid #000088;
    width: 28em;
    border-collapse: collapse;
}

table.current-table td {
    border: 1px solid #000088;
}

table.current-table th {
    border: 1px solid #000088;
    border-bottom: 2px solid #000088;
    background-color: #b58452;
    color: white;
}

table.schedule {
    border: 2px solid #000088;
    border-collapse: collapse;
    font-family: Arial,Helvetica,sans-serif;
}

table.schedule th {
    padding-bottom: 7px;
    padding-top: 2px;
    width: 210px;
    text-decoration: underline;
    border: 1px solid #000088;
    background-color: #b58452;
    color: white;
}
table.schedule td {
    border: 1px solid #000088;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
}

.part {
    text-decoration: underline;
}
