/*Written for MPP Construction */
    
    body {
      padding: 0px;
      margin: 0px;
      font-family: Verdana, Arial, Times New Roman;
    }
    p {
      font-family: Verdana, Arial, Times New Roman;
      font-size: 12px;
      color: #666;
      line-height: 22px;
    }
	ul, li {
      font-family: Verdana, Arial, Times New Roman;
      font-size: 13px;
      color: #666;
      line-height: 22px;
	  padding: 0px;
	  margin: 0px;
	  margin-left: 10px;
	  font-weight: bold;
    }
    h1 {
      font-family: Verdana, Arial, Times New Roman;
      font-size: 18px;
      line-height: 24px;
      font-weight: 900;
      text-transform: uppercase;
    }
    a {
      color: #666;
      text-decoration: none;
    }
    a:hover {
      color: #000;
      text-decoration: none;
    }
    #navigation p {
      font-family: Tahoma, Verdana, Arial, Times New Roman;
      font-size: 12px;
      color: #CCCCCC;
      text-decoration: none;  
      font-weight: bold;
      line-height: 37px;
      text-transform: uppercase;
    }
    #navigation a {
      font-family: Tahoma, Verdana, Arial, Times New Roman;
      font-size: 12px;
      color: #CCCCCC;
      text-decoration: none;  
      font-weight: bold;
      line-height: 37px;
      text-transform: uppercase;
    }
    #navigation a:hover {
      color: #fff;
      font-size: 12px;
      text-decoration: none;  
      font-weight: bold;
      line-height: 37px;
      text-transform: uppercase;
    }
    #navigation .current {
      font-family: Tahoma, Verdana, Arial, Times New Roman;
      color: #fff;
      font-size: 12px;
      text-decoration: none;  
      font-weight: bold;
      line-height: 37px;
      text-transform: uppercase;
    }
    #navigation .top {
      font-family: Tahoma, Verdana, Arial, Times New Roman;
      color: #fff;
      font-size: 17px;
      text-decoration: none;  
      font-weight: bold;
      line-height: 37px;
      text-transform: uppercase;
	 }
	 #footer {
	  font-family: Tahoma, Verdana, Arial, Times New Roman;
      color: #333;
      font-size: 10px; 
      line-height: 12px;
	 }
	 #footer a {
	  font-family: Tahoma, Verdana, Arial, Times New Roman;
      color: #666;
      font-size: 10px; 
      line-height: 12px;
	 }
	 #footer a:hover {
	  font-family: Tahoma, Verdana, Arial, Times New Roman;
      color: #fff;
      font-size: 10px; 
      line-height: 12px;
	 }