body {
        font: 12px Verdana, Arial, Helvetica, sans-serif;
/*        background-color:#FBF3E9;*/
}
th {
        text-align: center;
        background-color:rgb(225,160,19);
        font-weight: bold;
}
h1 {
        font: bold 16px Arial, Helvetica, sans-serif;
}
h2 {
        font: bold 14px Arial, Helvetica, sans-serif;
}
a {
 text-decoration: none;
}
a:link {
  color: rgb(150,85,0);
}
a:visited {
  color: rgb(150,85,0);
}
.visilink a:visited {
  color: rgb(150,85,0);
}
a:hover, a:active {
  text-decoration: none;
  color: rgb(225,160,19);
}
a.menulink:link {
  color: rgb(0,0,0);
}
a.menulink:visited {
  color: rgb(0,0,0);
}
a.menulink:hover, a.menulink:active {
  color: rgb(225,160,19);
}
table {
  font: 12px Arial, Helvetica, sans-serif;
}
table.menu {
  font: 16px Arial, Helvetica, sans-serif; 
  font-weight: bold;
  text-align: center;
}
table.menuSmall {
  font: 12px Arial, Helvetica, sans-serif; 
  font-weight: bold;
  text-align: center;
}
.colorTitle {
  color: rgb(225,160,19);
}
/*
td.layout {
  background: rgb(0,255,0);
}
*/
.mainCell {
        padding: 15px;
/*        background-image:url(../images/watermark.gif);*/
        background-repeat:repeat-y;
        background-position:center;
}
.menuBar a {
        display: block;
}
.sideBar {
/*        background: #FBF3E9; */
        padding: 15px 5px;
}
.star {
        color:#7895A3;
}
/************************************
 *         MENU
 ************************************/
a.menuItem:link, a.menuItem:visited {
        color: #FFFFFF;
        text-decoration: none;
}
a.menuItem:hover, a.menuItem:active {
        color: rgb(225,160,19);
        text-decoration: none;
}
/************************************
 *         TESTIMONIALS
 ************************************/
#testimonial {
}
#testimonialPerson {
        font-style: italic;
}

