body {
    margin: 0 auto;
    font-family: sans-serif;
    font-size: 15px;
    color: #292929;
    background-color: #6646ef;
    background-image: url(images/bg_fade.jpg);
    background-repeat: repeat-x;
    background-attachment: fixed;
    text-align: center;
}
img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}
h1 {
    font-size: 22px;
    font-weight: bold;
}
h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
h3 {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    font-weight: 100;
}
h4 {
    font-size: 14px;
    margin: 0px;
    font-weight: bold;
}
h5 {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    display: inline;
    margin-right: 3px;
    margin-left: 3px;
}
h6 {
    font-size: 14px;
    width: 100%;
    color: #292929;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 3px;
}
a:hover h6 {
    background-image: url(images/link_bg.jpg);
    background-repeat: repeat-x;
    color: white;
}
p {
    font-size: 16px;
    margin: 0px;
    padding-bottom: 10px;
}
ul {
    margin: 0px;
    padding: 0px;
    margin-left: 25px;
    margin-bottom: 15px;
    font-size: 13px;
}
ol {
    font-size: 15px;
}
blockquote {
    font-size: 14px;
    font-weight: 200;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0px;
    padding-left: 15px;
    padding-right: 15px;
}
a {
    color: #6747ef;
    text-decoration: none;
}
a:hover {
    color: #35257c;
    text-decoration: none;
}
.links {
    font-size: 16px;
    list-style-type: none;
}
.links li {
    margin-bottom: 5px;
    margin-left: 3px;
}
li a {
    padding-left: 5px;
    border-left: 5px solid white;
}
li a:hover {
    border-left: 5px solid #7068ef;
}
.ordinances {
    font-size: 14px;
    list-style-type: upper-alpha;
}
.ordinanceInfo {
    padding-left: 20px;
}
.calDateMoYear {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    font-weight: 100;
    margin-bottom: -5px;
}
.calDate {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: -6px;
}
.olItem {
    font-weight: bolder;
    font-size: 14px;
}
.navItem {
    width: 93px;
    float: left;
    text-align: center;
}
.bqstart {
    float: left;
    height: 70px;
    font-size: 160px;
    color: #ef7373;
    overflow: hidden;
    margin-top: -30px;
}
.bqend {
    float: right;
    height: 70px;
    font-size: 160px;
    color: #ef7373;
    overflow: hidden;
    margin-top: -70px;
}
.newsEntry {
    margin-left: 20px;
}
.calTab {
    width: 45px;
    height: 70px;
    background-image: url(images/calendar_tab.gif);
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    top: 9px;
    left: -85px;
    padding-left: 3px;
    padding-top: 6px;
}
.newsTitle {
    font-size: 20px;
    font-weight: 300;
    position: relative;
    border-bottom: 1px dashed black;
    padding-bottom: 5px;
    margin-bottom: 5px;
    top: -70px;
}
.newsData {
    font-size: 14px;
    font-weight: 100;
    position: relative;
    top: -70px;
}
.officer {    
    overflow: auto;
    font-size: 14px;
}
.offHeader {
    background-image: url(images/officerHeader.jpg);
    height: 19px;
    border: 1px solid #847ac4;
}
.offHeaderName {
    float: left;
    width: 37%;
}
.offInfo {
    background-color: #d1ccf5;
    height: 19px;
    margin-bottom: 10px;
}
.offHeaderNum {
    float: left;
    width: 29%;
}
.offHeaderEmail {
    float: left;
    width: 30%;
}
.offName {
    float: left;
    width: 37%;
}
.offNum {
    float: left;
    width: 29%;
}
.offEmail {
    float: left;
    width: 30%;
    margin-bottom: 10px;
}
#wrapperAll {
    margin: 0px auto;
    background-image: url(images/bg_fade.jpg);
    background-repeat: repeat-x;
    background-color: #6747ef;
    background-attachment: fixed;
    text-align: left;
    overflow: visible;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 844px;
}
#wrapper {
    background-color: transparent;
    overflow: visible;
}
#mainCol {
    float: left;
    background-color: white;
    padding-bottom: 25px;
}
#headerPic {
    width: 844px;
    height: 256px;
    margin: 0px;
    padding: 0px;
    background-image: url(images/header.jpg);
}
#nav {
    height: 28px;
    background-image: url(images/navBG.jpg);
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    padding-left: 4px;
}
#content {
    background-color: white;
    background-image: url(images/contBG.jpg);
    background-repeat: repeat-x;
    padding-top: 30px;
    padding-left: 20px;
    overflow: visible;
}
#contLeft {
    width: 63%;
    float: left;
    margin-bottom: 20px;
    text-align: justify;
    overflow: visible;
}
#contRight {
    width: 250px;
    float: left;
    margin-left: 30px;
    overflow: visible;
}
#contentBottom {
    overflow:  visible;
    height: 10px;
    float: left;
    margin: 0px;
    padding: 0px;
    margin-bottom: 13px;
}
#contBotLeft {
    width: 11px;
    height: 13px;
    background-image: url(images/contBotLeft.gif);
    background-repeat: no-repeat;
    float: left;
    background-color: #6748ef;
}
#contBotCent {
    float: left;
    height: 10px;
    width: 822px;
    background-color: white;
}
#contBotRight {
    width: 11px;
    height: 13px;
    background-image: url(images/contBotRight.gif);
    background-repeat: no-repeat;
    float: left;
    background-color: #6748ef;
}
#bottomBar {
    text-align: center;
}
#botBarLeft {
    width: 9px;
    height: 51px;
    background-image: url(images/botBarLeft.jpg);
    float: left;
}
#botBarCent {
    float: left;
    width: 826px;
    height: 51px;
    background-color: white;
}
#botBarRight {
    width: 9px;
    height: 51px;
    background-image: url(images/botBarRight.jpg);
    float: left;    
}
#botnav {
    margin-top: 14px;
}
#mStateTop {
    overflow: hidden;
    height: 10px;
    background-image: url(images/misTop.jpg);
    background-repeat: repeat-x;
}
#mStateMid {
    border-left: 1px solid #fd6268;
    border-right: 1px solid #fd6268;
    background-color: #f18b89;
    margin: 0;
}
#mStateBot {
    overflow: hidden;
    height: 10px;
    background-image: url(images/misBot.jpg);
    background-repeat: repeat-x;
}
#mTL {
    width: 10px;
    height: 10px;
    float: left;
    background-image: url(images/misTL.jpg);
    background-repeat: no-repeat;
}
#mTR {
    width: 10px;
    height: 10px;
    float: right;
    background-image: url(images/misTR.jpg);
    background-repeat: no-repeat;
}
#mBL {
    width: 10px;
    height: 10px;
    float: left;
    background-image: url(images/misBL.jpg);
    background-repeat: no-repeat;
}
#mBR {
    width: 10px;
    height: 10px;
    float: right;
    background-image: url(images/misBR.jpg);
    background-repeat: no-repeat;
}
#ghz {
    width: 844px;
    height: 80px;
    padding-top: 15px;
    float: left;
    text-align: center;
}
#ghz a {
    color: #35257c;
}
#ghz a:hover {
    color: white;
}

#mStateMid a {
    color: #00257c
}
#mStateMid a:hover {
    color: white;
}
