/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body { margin:0px auto; 
       font-family:arial,verdana,sans-serif;
       font-size: 1em;
       color: #333333;
       background-color: #cccccc;
       text-align:center;
       }

#headerbkg { width: 100%; 
          height: 120px; 
          background-color: #806473;  }
       
#header { width: 1224px; 
          height: 120px; 
          background-color: #806473; 
          margin: 0px auto;
          color: #ffffff;
          padding: 10px;
          text-align:left;
          }
          
#menu { width: 1224px; 
        height: 10px; 
        background-color: #333333; 
        color: #ffffff; 
        margin:0px auto; 
        padding: 10px; 
        border-bottom: 4px ridge #cccccc;
        }
          
#content { width: 1224px;
           height: 100%;
           color: #333333;
           font-size: 1em;
           background-color: #ffffff;
           text-align:justify;
           line-height:1.2em;
           padding: 5px 10px 0px 10px;
           margin: 0px auto;
            }
            
#colfloatLM { float: left; 
             width: 902px; 
             padding-left: 10px;
              }
              
#colfloatR { float: right; 
             width: 150px; 
             padding-left: 5px;
             border-left: 1px dashed #333333;
            
              }
              
#colfloatL { float: left; 
             width: 150px; 
             height: inherit; 
             font-size: .9em;
             padding-right: 5px;
             border-right: 1px dashed #666666;}  

h1 { font-size: 1.5em;
     color: inherit;
     font-family: Tahoma, arial, verdana, sans-serif;
     line-height:1.6em;
     letter-spacing:1;
     margin-top: 0px;
     
      }


          
#footer { width: 100%;
          height: 100px;
          color: #ffffff;
          background-color: #666666; 
          margin: 0px auto;
          padding: 10px;
          font-size: .8em;

           }
           
a:link { color: #B29BB0; text-decoration:none; }
a:active { color: #B29BB0; text-decoration:none; }
a:hover { color: #cccccc; text-decoration:underline; }
a:visited { color: #B29BB0; text-decoration:none; }

.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.just { text-align:justify; }

.imgright { float: right; margin-left: 10px; }
.imgleft { float: left; margin-right: 10px; }

.clr { clear:both; }


