@charset "utf-8";
@import "/css/layout.css";
@import "/css/navigation.css";
@import "/css/style.css";
h3 {
	margin: 0;
	text-align: left;
}
a.button {
	display: block;
	padding: 10px;
	height: 250px;
	width: 362px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	color: #fff;
	background: url("../images/map.gif") no-repeat;
}
a.button:hover {
	color: #fd0;
}
q {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 20px;
}
q:before, q:after {
	content: "";
}
cite {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-align: right;
	margin: 0 0 20px;
}
dl {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
}
dt {
	width: 120px;
}
dd {
	margin: 0 0 12px 130px;
}
