@charset "utf-8";
@import "template.css";
div#column1 {
	float: left;
	height: 556px;
	padding: 0 20px 0 0;
	width: 258px;
}
img#image1 {
	height: 172px;
	margin-bottom: 20px;
	width: 258px;
}
img#image2 {
	height: 344px;
	margin-bottom: 20px;
	width: 258px;
}
div#column2 {
	float: left;
	height: 556px;
	width: 520px;
}
p#address {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
	text-align: center;
}
dl#contact1 {
	height: 36px;
	margin: 0 auto 10px;
	width: 150px;
}
dl#contact1 dt {
	float: left;
	font-size: 13px;
	line-height: 18px;
	width: 50px;
}
dl#contact1 dd {
	float: right;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	width: 100px;
}
dl#contact2 {
	height: 36px;
	margin-bottom: 10px;
}
dl#contact2 dt {
	float: left;
	font-size: 13px;
	line-height: 18px;
	margin-right: 10px;
	width: 150px;
}
dl#contact2 dd {
	float: right;
	font-size: 13px;
	line-height: 18px;
	width: 348px;
}
dl#contact2 a {
	color: #059;
	font-weight: bold;
}
dl#contact2 a:hover {
	color: #900;
}
label {
	background-color: #fff;
	float: left;
	font-size: 13px;
	line-height: 18px;
	margin: 0 10px 5px 0;
	width: 160px;
}
input, select, textarea {
	background-color: #eff;
	border: solid 1px #000;
	float: right;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	margin-bottom: 5px;
	width: 346px;
}
option {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
}
textarea {
	margin-bottom: 10px;
}
form p {
	clear: right;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 10px;
	text-align: right;
}
form img {
	cursor: pointer;
	height: 29px;
	margin-left: 5px;
	vertical-align: middle;
	width: 56px;
}
div#pageContent p#disclaimer {
	font-size: 10px;
	line-height: 14px;
	padding: 0 32px;
	text-align: justify;
}
p.red {
	color: #c00;
	font-weight: bold;
}