/*
	links.css
	----------------------------------------------------
*/

div.links div.leftcol {
	width:200px;
	float:left;
	margin-top:20px;
	padding-top:20px;
}
div.links div.leftcol ul {
	list-style-image:none;
	list-style-type: disc;
	margin-left:0;
}
div.links div.rightcol {
	float:left;
	width:500px;
	margin-top:20px;
	padding:20px 0 0 20px;
	border-left:thin dotted #660000;
}
div.links div.rightcol h2 {
	margin-top:0;
}

div.links div.rightcol div.row {
	clear:both;
	margin-bottom:30px;
}
div.links div.rightcol div.row div.col1 {
	float:left;
	width:100px;
}
div.links div.rightcol div.row div.col1 img {
	max-width:100px;
}

div.links div.rightcol div.row div.col2 {
	float:left;
	width:380px;
	padding-left:20px;
	margin-bottom:30px;
}
