
body {
    background-image: url(/images/tempBaseBG.jpg);
    font-family: arial, helvetica, sans-serif;
}

#bodyContent {
    padding: 22px 15px 0 15px;
    background: white;
    vertical-align: top;
    width: 750px;
}

#contactInfo {
    font-size: 12px;
    font-weight: bold;
    color: navy;
}

#slogan {
    position: relative;
    right: 250px;
    top:  51px;
    color: red;
    font-weight: 900;
    font-size: 16px;
}



#bodyDiv {
    background-image: url(/images/hzBG.jpg);
    height: 15px;
}


#content {
  color: maroon;
  font-size: 12px;
}

#content h3 {
  color: maroon;
  font-size: 16px;
}
#content img {
  width: 180px;
  border: 1px double navy;
  margin-left: 10px;
}

li {
 list-style-image:url(/images/b.gif);
}

#kwRow {
    background-image: url(/images/hzBG.jpg);
    height: 50px;
    color: white;
    font-size: 14px;   
    text-align: center;
}

#navBar table {
 margin-left: auto;
 margin-right: auto;
 background-color: white;
}

#navBar td {
 padding: 0 0px 0px 0;
 text-align: right;
 width: 180px;
 height: 48px;
 border-bottom: 1px double gray;
}
 
#navBar a {
  color: #191970;
  background-color: white;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding-right: 4px;
  text-decoration: none;
}

#navBar a:hover {
  color: red;
  background-color:  silver;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding-right: 4px;
}

#loli {
    font-size: 12px;
}
#mainTable {
    margin-left: auto;
    margin-right: auto;
}


