
  body {
		font-family:arial,sans-serif,helvetica;
		font-size:12px;
		color: darkblue;
		background-color: blue;
		background-image: url("/images/CertainTeed/background.gif");
		background-repeat: repeat;
	}

  #wrapper {
		width:900px;
		margin:0px auto;
		background-color: silver;
	}

  #header {
		width:900px;
		height:120px;
		background-color: blue;
		background-image: url("/images/CertainTeed/Header_t.gif");
	}

  #content {
		margin-top:10px;

	}

  /* APPLIES TO ALL DIVs WITHIN THE CONTENT DIV */
  #content div {
		float:left;
	}


  #content-left {
  	        width:130px;
		margin-left:10px;
		background-color: blue;
		padding:6px;
	}

  #content-main {
		margin-left:10px;
		width:724px;
		padding-top:6px;
	}

/* EXCLUDE RIGHT SECTION FOR NOW
  #content-right {
		margin-left:10px;
		width:134px;
	}
   END HIDING RIGHT SECTION */

  #footer {
		float:left;
		margin-right:10px;
		margin-left:10px;
		margin-top:10px;
		margin-bottom:10px;
		width:880px;
		background-color: blue;
	}
  #bottom {
		clear:both;
		text-align:center;
		height:90px;
		margin-right:10px;
		margin-left:10px;
		padding-bottom:4px;
	}








/* Left Navigation Menu  */

A.LeftNav:link 
     {color: silver;
      font-family: Arial, sans-serif; 
      font-weight: bold; 
      font-size:10pt; 
      text-decoration: none;
     }

A.LeftNav:active 
     {
      color: blue; 
      background: silver; 
      font-family: Arial, sans-serif; 
      font-weight: bold; 
      font-size:10pt; 
      text-decoration: none;
     }

A.LeftNav:visited 
     {color: silver; 
      font-family: Arial, sans-serif; 
      font-weight: bold; 
      font-size:10pt; 
      text-decoration: none;
     }

A.LeftNav:hover 
     {color: blue; 
      background: silver; 
      font-family: Arial, sans-serif; 
      font-weight: bold; 
      font-size:10pt; 
      text-decoration: none;
     }

.date
     {color: silver; 
      font-family: Arial, sans-serif; 
      font-weight: bold; 
      font-size:9pt; 
      font-style: italic;
     }



/* News Links  */

A.NewsLink:link 
     {color: blue;
      font-family: Arial, sans-serif; 
      font-weight: bold; 
      font-size:12px; 
      text-decoration: none;
     }

A.NewsLink:active 
     {
      color: silver; 
      background: blue; 
      font-family: Arial, sans-serif; 
      font-weight: bold; 
      font-size:12px; 
      text-decoration: none;
     }

A.NewsLink:visited 
     {color: blue; 
      font-family: Arial, sans-serif; 
      font-weight: bold; 
      font-size:12px; 
      text-decoration: none;
     }

A.NewsLink:hover 
     {color: silver; 
      background: blue; 
      font-family: Arial, sans-serif; 
      font-weight: bold; 
      font-size:12px; 
      text-decoration: none;
     }



/* Other Defined Styles */

.disclaimer
     {color: darkblue; 
      font-size:9pt; 
      font-style: italic;
     }


.subtle 
     {color: darkblue; 
      font-style: italic;
      font-weight: bold;
      font-size:9pt; 
      text-decoration: none;
     }

.headline
     {font-weight: bold;
      font-size:16pt;
     }
     


