

a img {
    border: none;
    text-decoration: none;
}

#tblTop {
    background-image: url(../images/bg-top.jpg);
    background-repeat: repeat-x;
    background-position: top left;
}

#cellContent {
    padding-left: 79px;
    padding-top: 12px;
}

#cellIntContent {
    padding-left: 79px;
    padding-top: 12px;
    padding-right: 79px;
}

.h1read {
    color: #88898b;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 7px;
}

.h1welcome, .h1welcome2 {
    color: white;
    font-size: 23px;
}

.h1welcome2 {
    font-weight: bold;
    margin-bottom: 12px;
}

#divWelcomePics {
    text-align: right;
}

#divWelcomePics img {
    margin-left: 7px;
}

.homeBox {
    width: 225px;
    border-top: solid 2px #f7f7f7;
    margin-right: 16px;
    margin-top: 15px;
    background-position: top center;
    background-repeat: no-repeat;
    float: left;
    height: 215px;
    margin-bottom: 50px;
}

.h1homeBox {
    margin: 0;
    padding: 0;
    color: #45484a;
    font-size: 17px;
    padding-left: 15px;
    padding-top: 9px;
}

.homeBoxContent {
    margin: 0;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
}

#divNav {
    height: 37px;
    text-align: left;
    width: 1000px;
}

.navItem {
    height: 26px;
    margin-right: 6px;
    padding-top: 11px;
    text-align: center;
    float: left;
    width: 114px;
    background-color: #00559e;
    background-image: url(../images/bg-navitem.jpg);
}

.navItem:hover {
    background-image: url(../images/bg-navitem-over.jpg);
}

.navItem a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.navItem a:hover {
    color: #00559e;
}

#footer {
    height: 188px;
    background-image: url(../images/bg-bottom.jpg);
    background-repeat: repeat-x;
}

#intFooter {
    height: 58px;
    background-image: url(../images/bg-bottom-int.jpg);
    background-repeat: repeat-x;
    color: white;
}

#intFooter a {
    color: white;
}

.getMore {
    background-image: url(../images/btn-get-more.jpg);
    background-repeat: no-repeat;
    width: 128px;
    height: 21px;
    padding-top: 3px;
    margin-top: 8px;
    color: white;
    font-weight: bold;
    text-align: center;
    margin-left: 5px;
    position: relative;
    bottom: 0px;
}
.getMore a {
    color: white;
    text-decoration: none;
}
.getMore a:hover {
    color: black;
}
.curNewsLink {
    color: #1f6bac;
    background-image: url(../images/arrow-green.jpg);
    background-repeat: no-repeat;
    padding-left: 10px;
    background-position: 0px 4px;
    text-decoration: none;
}
.upcEventsLink {
    color: #1f6bac;
    background-image: url(../images/arrow-orange.jpg);
    background-repeat: no-repeat;
    padding-left: 10px;
    background-position: 0px 4px;
    text-decoration: none;
}
.featDiscLink {
    color: #1f6bac;
    background-image: url(../images/arrow-lightblue.jpg);
    background-repeat: no-repeat;
    padding-left: 10px;
    background-position: 0px 4px;
    text-decoration: none; 
}
.linkSep {
    margin-top: 5px;
    margin-bottom: 5px;
}

.developedBy {
    padding-top: 5px;
    font-size: 10px;
    font-weight: normal;
}

#tblGetMore {
    margin-left: 79px;
    clear: both;
}

#tblGetMore td {
    width: 242px;
}