#leftcol{
	width: 430px;
	float: left;
}

#rightcol{
	width: 450px;
	float: right;
}

#content{
	padding: 24px;
	padding-top: 0px;
}

#content P {
}

#content H1 {
font-family: Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
font-size: 20px;
line-height: 120%;
color: #003366;
margin-bottom: 16px;
}

	#content H1 A {
	color: #003366;
	text-decoration: none;
	}
	
	#content H1 A:hover {
	text-decoration: underline;
	}

#content H6 {
font-family: Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 100%;
/*background: #6DB3DE;*/
background: #990000;
color: white;
padding: 5px 5px 6px 5px;
margin-bottom: 20px;
}