div.heading {
	height: 100px;
	width: 800px;
	margin-bottom:10px;
	}
#column1 {
	float:left;
	width: 110px;
	height: 720px;
	padding: 15px 5px 5px 5px;	
}

#column2 {
	float:left;
	width: 430px;
	height: 720px;	
	padding: 10px 10px 5px 10px;
}

#column3 {
	float:left;
	width: 260px;
	height: 720px;	
	padding: 10px 15px 5px 10px;
}
P { 
	color: #191970;
	font-size: 10pt;
	font-family: arial;
	text-align: left;
	}
H2 {
	font-family: arial;
    font-weight: bold;
    font-size: 12pt;
    color: #008080;
    text-align:left;
    }
A:link {
	color: #336600;
	font-size: 9pt;
	font-weight: bold;
	font-family:arial;
	text-decoration: none;
	}
A:visited {
	color: #336600;
	font-size: 9pt;
	font-weight: bold;
	font-family:arial;
	text-decoration: none;
	  }
A:hover {
	color: #FF0000;
	font-size: 9pt;
	font-weight: bold;
	font-family:arial;
	text-decoration: none;
	  } 
A:active {
	color: #dc143c; 
	font-weight: bold; 
	font-size: 9pt; 
	font-family: arial; 
	text-decoration: none
	}	  

