
  body.mceContentBody 
   { 
    color:black; 
    text-align:left; 
    background-color:white; 
    background-image:none; 
  }


  html {
    font-family: Verdana, Geneva, sans-serif;
    font-size:14px;
  }

  body {
    color:#000000;
    font-size:14px;
    line-height: 150%;
    font-family: Verdana, Geneva, sans-serif;
    text-align:left;
    background-color:#a2b3ba;
    margin:0px;
    margin-top:10px;
    margin-bottom:15px;
  }
 
  td {
    font-family: Verdana, Geneva, sans-serif;  
    font-size:14px;
  }

  #primaryFrame 
  {
    width:950px;
    text-align:left;
    margin-left : auto;
    margin-right : auto;
  }
  
  #menu {
    margin-left:0px;
    margin-bottom:0px;
    width:924px;
    height:27px;
    background-color:#5a6c99;
  }
  
  a.topmenu {
    color:white;
    font-weight:bold;
    text-decoration:none;
    text-transform: uppercase;
  }
  a.topmenu.selected { 
    text-decoration: underline;
  }

  a.leftmenu {
    color:black;
    font-weight:bold;
    text-decoration:none;
    text-transform: uppercase;
  }
  a.leftmenu.selected { 
    text-decoration: underline;
  }
  
  /* BLOG */
  
  a {
    color:#3a5464;
  }
  
  
  #leftshadow {
    width:5px;
    background-image: url(../images/leftshadow.jpg);
  }
  
  #left 
  {
    width:203px;
    background-image: url(../images/bg_left.jpg);
    background-repeat:no-repeat;
    background-color:#acb8bb;
  }
  
  #left2
  {
    width:183px;
    padding:10px;
    background-image: url(../images/bg_left.jpg);
    background-repeat:no-repeat;
    background-color:#acb8bb;
  }

  #left2 a {
    color:black;
  } 

  #space1 {
    width:9px;
  }

  #center 
  {
    width:499px;
    /*background-image: url(../images/bg_center.jpg);
    background-repeat:no-repeat;
    */
        background-color:#ffffff;
  }
  #center p
  {
        line-height:180%;
    }
  
  #center img {
    /*padding-left:10px;*/
        padding-bottom:10px;
  }
  
  #center2
  {
    width:692px;
    background-image: url(../images/bg_center.jpg);
    background-repeat:no-repeat;
    background-color:#ffffff;
    padding:10px;
  } 

  #space2 {
    width:9px;
  }

  #right 
  {
    width:203px;
    background-image: url(../images/bg_right.jpg);
    background-repeat:no-repeat;
    background-color:#ffffff;
  }

  #rightshadow {
    width:5px;
    background-image: url(../images/rightshadow.jpg);
  }

  input[type="text"] {
    padding:4px;
    font-size:12px;
  }
  textarea {
    padding:4px;
    font-size:12px;   
  }

  h3 {
    font-size:14px;
    color:#82af96;
    font-weight:bold;
    margin:0px;
    margin-top:5px;
    margin-bottom:5px;
  }
  
  h2 {
    font-size:24px;
    line-height:100%;
    color:#729f86;
    font-weight:normal;
    margin:0px;
    margin-bottom:4px;
  }
  
  div.boxa {
    margin-bottom:7px;
  }
  
  .enlight {
    color:#996666;
  }

  #searchkw {
    border:1px solid #3a5464;
    width:100px;    
    font-size:10px;
  }
  
  #searchsubmit {
    margin-left:5px;
    border:1px solid #3a5464;
    width:40px;   
    font-size:10px;
  } 
  
    div.leftbox {
        padding-top:10px; padding-left:12px; padding-right:5px;
    }
    div.leftbox a {
        text-decoration:none;
        line-height:80%;
    }
    div.leftbox a:hover {
        color:#a55;
        text-decoration:underline;
    }
    
    div.rightbox {
        padding-top:10px; padding-left:12px; padding-right:5px;width:185px; overflow:hidden;
    }
    
    div.rightbox a {
        text-decoration:none;
        line-height:80%;
    }
    div.rightbox a:hover {
        color:#a55;
        text-decoration:underline;
    }
  
  
