/*   HOME PAGE STYLESHEET   */

 a:hover, a:active {
	color: #9900ff;  
}

#footer { background-color: #9900ff; }

h1, h2 { border-bottom: 1px solid #9900ff; }

div.homeleftcol {
	width: 420px; 
	/*margin-right: 400px;
	border: 1px dotted black;*/
}

div.homerightcol { 
	float: right; 
	width: 160px; 
/*	border: 1px dotted white; 
	margin-left: 50px; */
	padding-right: 10px;
	}
div.homerightcol h2 { margin-top: 41px; }
div.homerightcol h4 { display: none; margin-bottom: -5px; margin-top: 20px; }
div.homerightcol img { border: none; }

p.homefooter { font-size: 70%; color: #999; }
p.homefooter img { float: left; }
p.homefooter a { color: #999; }