/*Copyright 2006 Steve Chittenden, Creative Business Services, cbscreative.com.
	If you are looking to steal this, help yourself. It is not a sophisticated example,
	it uses rather ordinary methods of control. If you use this, at least have the
	decency to leave this here to give me credit.*/

/*Modified from Alpha for GT Foam Products Group*/

body {background-color: #ffffff;
	background-position: absolute;
	top: 0px;
	left: 0px;
	}

#pagebody {position: relative;
	top: 20px;
	}

  /***topnav nested inside header above***/
    #topnav p {position: relative;
	top: 60px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-weight: 600;
	text-align: right;
	color: white;
	}

  /***pic1, 2, and 3 control alignment within pic row***/
    #pic1 {padding: 5px 10px 5px 0px;
      	width: 309px;
	text-align: left;
	}

    #pic2 {padding: 5px 10px 5px 10px;
	width: 298px;
	text-align: left;
	}

    #pic3 {padding: 5px 0px 5px 10px;
      	width: 143px;
	text-align: right;
	}

  /***hrule is divider bar below pics***/
    #hrule {background-image:url(images/hrule-dksteel.gif);
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 10px;
	}

#copyright p {font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: 500;
	text-align: right;
	}

.desc {display: none;
	}


/*Control alignment and margins around pics used in paragraphs*/

.leftpic {margin: 0px 10px 10px 0px;
	}

.rightpic {margin: 0px 0px 20px 20px;
	}


a:link {color: white;
	background-color: transparent;
	font-size: 10pt
	font-weight: 500;
	text-decoration: none;
	}
a:visited {color: #484e36;
	background-color: transparent;
	font-weight: 500;
	text-decoration: none;
	}
a:active {color: #ced3c0;
	background-color: transparent;
	font-weight: 200;
	text-decoration: none;
	}
a:hover {color: #eaeaff;
	background-color: transparent;
	font-size: 9pt
	font-weight: 600;
	text-decoration: underline;
	}

h1 {color: #97a378;
	font-size: 12pt;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold
	}

h2 {color: #68734f;
	font-size: 10pt;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: 500;
	}

h3 {color: undefined;
	font-size: 14pt;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-style: italic;
	}

h4 {color: undefined;
	font-size: 12pt;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	}

p {color: #231937;
	font-size: 10pt;
	font-family: Arial, Helvetica, Sans-Serif;
	}

li {color: #231937;
	font-size: 10pt;
	font-family: Arial, Helvetica, Sans-Serif;
	}

blockquote {color: #231937;
	font-size: 10pt;
	font-family: Arial, Helvetica, Sans-Serif;
	}

td {vertical-align: top;
	}


