html,body { margin: 0; padding: 0; text-align: center; font-family: arial, Helvetica, sans-serif; font-size: 14px; background-image: url(../images/kknewbackground1.gif); background-attachment: fixed; background-position: 100% top; }

#body-margin{ background-color: #fff; background-image: none; background-repeat: repeat; background-attachment: scroll; text-align: center; padding: 0 11px; margin: 0 auto; width: 920px; voice-family: "\"}\""; voice-family:inherit; width: 898px; }
    
img { border: none; }
a { text-decoration: none; color: #000; font-weight: bold;}
a:hover { text-decoration: underline; color: #126e6b; }
/*---------- Divs ----------*/
#header {
      background: url(../images/header.jpg) no-repeat center;
      height: 120px;
      width: 890px;
      margin: 0 auto;
}
#container { font: 90% Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; width: 890px; overflow: hidden; text-align: left; margin: 0 auto; background: #fff; padding-bottom: 30px; }  
* html #container {
      overflow: visible;
}
#intro{
      min-height: 190px;
      margin: 10px auto;
}
* html #intro { height: 190px;}
#intro-image{
      float: left;
      width: 560px;
}
#intro-text{
      padding-top: 10px;
      float: right;
      width: 305px;
      text-align: justify;
}

#content{
      margin-top: 20px;
      min-height: 250px;
}
* html #content { height: 250px;}

#sidecontent{
      float: left;
      border: 2px solid #828282;
      margin-right: 20px;
      padding: 10px;
      text-align: center;
      width: 240px;
      voice-family: "\"}\""; 
      voice-family:inherit;
      width: 210px;
}
html>body #sidecontent { width: 210px }  /* for opera */

#sidecontent img{
      padding: 1px;
      border: 1px solid #828282;
}

#maincontent {
      float: right;
      width: 630px;
}

#mainleft {
      float: left;
      width: 425px;
}

#mainright {
      float: right;
      width: 180px;
}

#mainright a {
      color: #000;
}

#footer { width: 890px; margin: 0 auto; min-height: 70px; border-top: 4px solid #828282; font-size: 84%; color: #fff; background-image: url(../images/gradient%20plumad.gif); background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; height: 38px; }
* html #footer {height: 100px;}

#footertextleft{
      margin-top: 5px;
      float: left;
      width: 520px;
      text-align:left;
      padding-left: 10px;  
}

#footertextright{
      margin-top: 10px;
      text-align: right;
      width: 275px;
      float: right;
      padding-right: 10px; 
}

/*------------------------- Navigation --------------------------*/

#navcontainer { width: 890px; height: 38px; margin: 10px auto 0; border-bottom: 4px solid #828282; display: block; font-size: 140%; background-image: url(../images/gradient%20pluma.gif); background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; }
* html #navcontainer { height: 43px;}

#navcontainer ul {
      position: relative;
      float: left;
      list-style-type: none;
      margin: 0px;
      padding: 0px 0px 0px 10px;
      font-size: 65%;
}

#navcontainer li { background-color: transparent; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; margin: 0 3px 10px; float: left; height: 28px; }

#navcontainer a {
      float: left;
      display: block;
      padding: 7px 9px 6px;
      color: #fff;
      text-decoration: none;
}

#navcontainer a:hover {
      background: #828282;
      color: #126e6b;
      cursor: pointer;
}
/*---------- Headings ----------*/
h1 { 
      padding-top: 0;
      margin-top: 0;  
      font: bold 120% Arial;
      color: #1b3cb9;
}

.mainheading{
      font-weight: bold;
      font-size: 123%;      
}
.heading{ background-image: url(../images/gradient%20pluma25.gif); background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; border-bottom: 4px solid #828282; height: 25px; }

.subheading-white{
      color: #fff;
      margin: 0;
      padding: 5px 0 0 10px;
      font-size: 115%;
      font-weight: normal;
      
}

.p-indent{
      padding-top: 0px;
      padding-left: 10px;
}

