/* Contact Us stylesheet */

.emphasis {
	text-transform: uppercase;
	font-weight: 700;
}

.standout {
	color: #f00;
}

div#content1, div#content2, div#content3{
	width: 95%;
	padding: 5px 10px;
	overflow: auto;
	position: relative;
	float: none;
}

div#content1 h2, div#content2 h2, div#content3 h2 {
/*	font-size: 110%;		*/
/*	text-transform: uppercase;	*/
	margin-bottom: 10px;
}

div#content1 h3, div#content2 h3, div#content3 h3 {
	font-weight: 700;
	font-size: 110%;
}

div#content p {
	margin-bottom: 5px;
	margin-top: 0px;
}

table {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

td {
	vertical-align: top;
}

div#content1 a, div#content2 a, div#content3 a {
	color: #00f;
	text-decoration: underline;
	font-weight: 700;
}