@charset "utf-8";
/* CSS Document */
<style type="text/css"> 
<!-- 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
}
#container { 
	width: 744px;
	background-image:none;
	margin: 0 auto;
	text-align: left;
} 
#header { 
	background-image: url(../image/masthead.jpg);
	background-repeat:no-repeat;	
	height: 136px;
	} 
#quality {
	margin-left: 605px;
	padding-top: 10px;
	}
#sidebar1 {display: none;}

#mainContent { 
	margin: 0 20px 0 25px;
	padding-left: 20px; 
	background-image: none;
} 

#mainContent h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color: #0D5534;
	border-bottom: 2px #0D5534 solid;
	}

#mainContent h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #0D5534;
	}
#mainContent h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #0D5534;
	}
#mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height: 18px;
	}
#mainContent li {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height: 18px;
	}
#mainContent td {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height: 18px;
	}

#date {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #0D5534;
	text-align: right;
	margin-top: 20px;
	margin-right: 20px;
	}
a:link {color: #0D5534; text-decoration:none;}
a:visited{color: #0D5534; text-decoration:underline;}
a:hover{color: #CC9900; text-decoration:underline;}
a:active{color: #CC9900; text-decoration:underline;}
a:focus{color: #CC9900; text-decoration:underline;}

.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;
}
--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->


