@charset "UTF-8";
/* CSS Document */

hr {
	clear:both;
}

.r { float:right; }

.paragraph {
	width:720px;
	clear:both;
}

.column_l, .column_r {
	width:350px;
	padding:0 0 4em 0;
}

.column_l {
	float:left;
}
.break, .profile {
	color:#666
}
.column_r {
	float:right;
}
.column_r img {
	margin:0 0 10px 0;
}

div#content h2 {
	width:720px;
	height:120px;
	text-indent:-9999px;
	margin:0;
	border-bottom:none;
}
div#content h2 strong {
}
#content .break h2, #content .profile h2 {
	height:40px;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
}
#content .profile h2 {
	margin:0 0 2em 0;
}
#content .break h3 {
	height:40px;
	margin:20px 0 0 0;
}
#content .profile dt,
#content .profile dd {
	clear:both;
	width:100%;
	line-height:1.5em;
}
#content .profile dt {
	color:#333;
}
#content .profile dd {
	margin:0em 0 1em 0;
}

div#content .column_l h3 {
	width:350px;
	height:80px;
	margin:0;
}
div#content .column_l h3 strong {
	display:none;
}

p.lead {
	font-size:1.2em;
}
p {
	line-height:1.5em;
}
a {
	color:#09f;
	text-decoration:none;
}
a:hover {
}