/*body background color*/








body {
    background-color : #cfc18a;
    font-family : "Century Gothic";
  }

/*Upper left box color*/








td.upLeft {
    background-color : #453620;
  }

/*Frame color*/








td.frame {
    background-color : #6f5734;
  }

/*content color*/








td.content {
    background-color : #fff8d9;
    padding-top : 30px;
    padding-left : 20px;
    padding-right : 20px;
    padding-bottom : 20px;
  }


a.mainlevel {
    color : #fff8d9;
    font-size : 16px;
    font-weight : bold;
    padding-left : 10px;
    text-decoration : none;
  }


div.back_button {
    text-align:center;
  }

/*Link color*/


a {
    color: #504416;
    text-decoration:none;
  }


td.head {
    background-repeat : no-repeat;
    /*background-image : url('../images/logo.png');*/
    background-position : center center;
    color : #fff8d9;
    font-size : 60px;
    font-weight : bold;
    text-align : center;
  }


div.fci {
    background-repeat : no-repeat;
    background-image : url('../images/fci.gif');
    background-position : center center;
    text-align : center;
    height:104;
    width:150;
  }


table.contentpaneopen {
    width:100%;
  }


div.skg {
    background-repeat : no-repeat;
    background-image : url('../images/skg.gif');
    background-position : center center;
    text-align : center;
    height:104;
    width:150;
  }


td.menu {
    padding-top : 20px;
    text-align: left;
  }

li.dogs {
    list-style-type : square;
  }

/*JOOMFISH CSS */
 /* language lists with UL (names & images) */



ul.jflanguageselection {
    float:left;
    vertical-align: middle;
    list-style: none;
    padding: 0px 0px 0px 40px;
    margin: 0px;
    font-size:0.8em;
  }


ul.jflanguageselection  li {
    float : left;
    list-style-type : none;
    margin-right : 5px;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    white-space : nowrap;
  }


ul.jflanguageselection img {
    border-bottom-style : none;
    border-left-style : none;
    border-right-style : none;
    border-top-style : none;
  }


