@charset "utf-8";
/* CSS Document */
#maincontent {
	height: 300px;
}
#contact h2 {
	font-size: x-large;
	text-align: left;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #0508b8;
	border-bottom-color: #0508b8;
	border-left-color: #0508b8;
	border-right-color: #0508b8;
	padding-left: 10px;
	margin-bottom: 10px;
}
#contact dl {
	text-align: left;
	font-size: large;
}
#contact p {
	font-size: small;
	text-align: left;
}
#contact ul li {
	text-align: left;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #0508b8;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}
