@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.thrColFixHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
} 
.thrColFixHdr #header {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #754C28;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #754c28;
	margin-left: 228px;
	padding-top: 20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 178px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
.thrColFixHdr #mainContent {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	height: 470px;
	background-image: url(images/plywood.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

A.leftnav:link    {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-right: 10px;
	font-weight: bold;
	line-height: 25px;
	} 
A.leftnav:visited {
	color: #663300;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-right: 10px;
	font-weight: bold;
	line-height: 25px;
	} 
A.leftnav:hover   {
	color: #663300;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-right: 10px;
	font-weight: bold;
	line-height: 25px;
	}
A.leftnav:active  {
	color: #333333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-right: 10px;
	font-weight: bold;
	line-height: 25px;
	}   

A.topnav:link    {
	color: #000000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	} 
A.topnav:visited {
	color: #666666;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	} 
A.topnav:hover   {
	color: #333333;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	text-decoration: none;
	}
A.topnav:active  {
	color: #333333;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}   

A.text:link    {
	color: #959F2B;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 13px;
} 
A.text:visited {
	color: #666666;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 13px;
} 
A.text:hover   {
	color: #333333;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	text-decoration: none;
	line-height: 13px;
}
A.text:active  {
	color: #333333;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 13px;
	}  
		
.pdf   {
	color: #A15D29;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	float: right;
	width: 170px;
	height: auto;
	border: thin groove #666666;
} 	
A.pdftext:link    {
	color: #A15D29;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
} 
A.pdftext:visited {
	color: #A15D29;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
} 
A.pdftext:hover   {
	color: #A15D29;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
}
A.pdftext:active  {
	color: #A15D29;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	}  
	
	 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footertext    {
	color: #000000;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	line-height: 16px;
} 	
A.footertext:link    {
	color: #000000;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 16px;
} 
A.footertext:visited {
	color: #999999;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 16px;
} 
A.footertext:hover   {
	color: #663300;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 16px;
}
A.footertext:active  {
	color: #93A070;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 15px;
	} 
#top {
	position: absolute;
	z-index: 100;
	left: 392px;
	top: 277px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
.ply {
	height: 450px;
	width: 220px;
	text-align: right;
}
.leftclamp {
	background-image: url(images/leftclamp.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 450px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #A15D29;
	text-align: left;
	margin-bottom: 20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #000000;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A15D29;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #666600;
}
.ptext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 20px;
	color: #404011;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 20px;
	color: #404011;
}

.rightside {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
}
.photoBoxright {
	text-align: center;
	float: right;
	width: 235px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #990000;
}
.photoBoxleft {
	float: left;
	width: 180px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #990000;
}
.disclamier    {
	color: #993300;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	line-height: 16px;
	margin-right: 20px;
	margin-left: 20px;
	border: thin ridge #666666;
	padding: 12px;
}
