@charset "UTF-8";
/* CSS Document */
  body {
	background-color:#434343;
    }

    img     {
      display: block;
      border: 0;
    }
    a:link  {
      text-decoration : none;
      color:#333333;
    }
    a:visited {
      text-decoration : none;
      color: #666;
    }
    a:hover {
      text-decoration : underline overline;
      color: #000;
    }
    
	a:active {
      font-weight : bold; 
      text-decoration : none;
      color: #ccc;
    }
    
	p, td, li, ul, ol, h1, h2, h3, h4, h5, h6  {
	   font-family: Helvetica, Arial, sans-serif;
	   color:#838181;
    }
    
	td, li, ul, ol, h2, h3, h4, h5, h6  {
       margin:20px 20px 5px 20px;   
    }
	
	h1, h2, h3, h4 {
	   text-shadow: 0px 1px 1px #fff;
	}
	
	p  {
      font-size: 1em;
      font-weight: normal;
	  margin:5px 40px 5px 40px;
    }
    
	h1  {
      font-size: 1.75em;
      font-weight: normal;
	  margin:0 0 0 10px;
 	}
    
    h2  {
      font-size: 1.5em;
      font-weight: normal;
      color:#666;
	  padding-top:1px;  
	} 
	h3  {
      font-size: 1.25em;
      font-weight: bold;
      color:#555;
	  padding-top:1px;
    }
    #container {
      width:1000px;
      margin:auto;
      text-align:center;
    }
    #header, #header a {
      width:1000px;
      height:202px;
    }
	#header {
  	  background:url('/img/header_1b.jpg') no-repeat top center;
  	  margin:auto;
	}
	IMG.banner {
      display: block;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 30px;
	}
    
    #header span {
      display:none;
    }
    #content {
      overflow:hidden;
      margin:auto;
      background:#DAD7D6;
    }
    #content {
      width:954px;
    }
    #left-col, #right-col {
      width:49.7%;
      text-align:left;
    }
    #left-col {
      float:left;
    }
    #right-col {
      float:right;
	}
    #textbox {
	  margin-top: 20px;
	  margin: 5px 5px 5px 5px;
	  width:100%;
	  background-color: #CDC9C9;
    }
    #footer {
	  clear:both;
	  background-color: #999999;
	  margin:auto;
	  height:50px;
	  width:1000px;
    }
	#footer h5 {
	  margin-top:0;
  	  padding-top:20px;
	  color:color: #C1C1C1;
	}