@charset "UTF-8";
/* CSS Document */
<!-- 
body  {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #B5C6B3;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}
p {
	font-size: 14px;
}

h1 {
	font:Verdana, Geneva, sans-serif;
	font-size: 22px;
	color:#060;
}

h2 {
	font:Verdana, Geneva, sans-serif;
	font-size: 18px;
	color:#060;
}

h3 {
	font:Verdana, Geneva, sans-serif;
	font-size: 14px;
	color:#060;
}
#container { 
	width: 780px; 
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 
#header {
	background: #FFFFFF;
} 
#sidebar {
	float: left;
	width: 150px; 
	background: #006600;
	padding: 15px 5px 15px 10px;
	}
.lastlink {
	padding: 2px;
	border-bottom:1px solid #99CC99;
}
#mainContent {
	margin: -20px 0 0 160px; 
	padding: 0 20px;
} 
#footer { 
	padding: 0 10px 0 20px; 
	background:#DDDDDD; 
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin: 8px 8px 8px 0;
}
.clearfloat { 
	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 */
#sidebar { width: 230px; }
</style>
<![endif]-->
<!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->

