@charset "utf-8";
/* CSS Document */

p {
	padding: 0;
	margin: 0px 0px 15px 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
	color: #000000;
}

h1 {
	color: #a29061;
	margin-bottom: 10px;
	font-weight: normal;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 10px;
}

hr {
	border: 0;
	height: 1px;
	width: 100%;
	background-color: #a29061;
	color: #a29061;
	margin: 20px 0 20px 0;
}

.gold {
	color: #a29061;
}

.sectionTitle {
	color: #a29061;
	font-size: 1.4em;
	font-weight: bold;
}

.subSectionTitle {
	color: #a29061;
	font-size: 1.1em;
	font-weight: bold;
	margin: 30px 0 10px 0;
}

.bulletColumn {
	float: left;
	width: 376px;
}

.bulletColumn li {
	font-size: 1.3em;
	line-height: 1.3em;
}

.hot {
	color: #FF0000;
}

.contactHeaders {
	color: #a29061;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 5px;
}
