body
	{
	width: 780px;
	background-color: #FFFFFF;
	}
	
.header
      {
      width: 750px;
      height: 75px;
      }
	
.page
	{
	background-color: #FFFFFF;
	width: 750px;
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	}

.col1
	{
	float: left;
	margin-top: 20px;
	width: 200px;
	height: 500px;
	}
	
.col2
	{
	float:left;
	width: 700px;
	margin-left: 260px;
	margin-top: 20px;
	}
	
.content
	{
	width: 730px;
	margin-left: 20px;
	margin-top: 60px;
	}
p	
	{
	background-color: #ffffff;
	color: #000000;
	font-size: 10pt;
	}
	
p.green
	{
	background-color: #4B9687;
	}
	
.dropcap
	{
	font: bold 200%;
	vertical-align: middle;
	float: left;
	color: #4B9687;
	}
	
h3
	{	
	font-family: verdana, arial;
	font-weight: strong;
	color: #4B9687;
	}
	
ul 

     { 
     list-style-image: url("images/button.gif");
     } 
	
