/* -------------- LAYOUT -------------- */body {	margin: 0;	padding: 0;}#headerContainer {	width: 740px;	border-bottom: 1px solid #E2C034;	margin-left: 50px;}#headerTitle {	padding: 65px 105px 0 75px;	border-right: 1px solid #E2C034;}#headerContact {	padding: 10px;}#contentNav {	float: left;	text-align: right;	width: 120px;	margin-top: 5px;	padding: 10px 15px 15px 0;}#contentMain {	width: 452px;	padding: 15px 15px 25px 15px;	border-right: 1px solid #E2C034;	border-left: 1px solid #E2C034;}#contentRight {		padding: 10px;}#footer {	clear: both;	border-top: 1px solid #E2C034;}#footerImage {	text-align: center;	width: 618px;	padding: 10px 0;	border-right: 1px solid #E2C034;}/* -------------- TEXT -------------- */body {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: .75em;}a {	color: #5e0501;	font-weight: bold;	text-decoration: none;}a:hover {	text-decoration: underline;}#headerContact {	font-size: 10px;	color: #333;	line-height: 12px;}#contentNav a {	color: #000;}#contentNav a:hover {	color: #5e0501;	text-decoration: none;}#contentNav ul {	list-style: none;	margin: 0;	padding: 0;}#contentNav ul li {	margin: 0 0 5px 0;	padding: 0;}#contentMain {	line-height: 1.5em;}#contentMain .pageHeading {	font-size: 1.2em;	font-weight: bold;	margin-bottom: 10px;}h2 {	font-size: 1.1em;	padding: 3px;	border: 1px solid #ccc;}h3 {	font-size: 1em;	border-bottom: 1px solid #ccc;}#contentRight {	font-size: 9px;	color: #666;	line-height: 12px;}/* ---------------------- MISC ----------------------- */.top {	border: 1px solid #ccc;	padding: 2px 4px;}
