#state_list:after
{
	display : block;
	height : 2em;
	visibility : hidden;
	clear : both;
	
	content : '\0000a0';
}

#link_types
{
	margin-top : 1em;
}

#link_types:after
{
	display : block;
	clear : both;
	height : 1px;
	visibility : hidden;
	
	line-height : 1px;
	
	content : '\0000a0';
}
#link_types li
{
	width : 33%;
	min-height : 40px;

	font-size : 0.9em;
	color : #00447D;

	background-color : transparent;
	background-repeat : no-repeat;
	background-position : top left;
	
	margin-bottom : 1em;
}
#link_types li div
{
	font-weight : bold;

	margin-left : 36px;
	margin-right : 1em;
}
#link_types li div + div
{
	font-weight : normal;
}
