/* CSS Document */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, font, img, strong, b, u, i, center,
dl, dt, dd, ol, ul, li, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background-image: url(body-bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 15px;
}
h1 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
h2, h3 {
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 15px;
}
th {
	text-transform: uppercase;
}
td {
	padding: 2px;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}
p {
	padding-bottom: 10px;
}
.redText {
	color: #990000;
}
.srp {
	font-size: 10px;
}

#topHeader {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(top-header.jpg);
	background-repeat: no-repeat;
	height: 630px;
	background-position: top;
}
#topHeader #downloadLink {
	position: absolute;
	color: #FFFFFF;
	background-color: #000000;
	top: 575px;
	padding: 10px;
}
#topHeader #monarchATB {
	width: 410px;
	position: relative;
	top: 169px;
	left: 507px;
	padding: 10px;
}
#topHeader #realTree {
	width: 410px;
	position: relative;
	top: 275px;
	left: 507px;
	padding: 10px;
}
#topHeader .table-info {
	position: relative;
	top: 5px;
	font-size: 12px;
}
#mainContent {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#mainContent #contentLeft {
	float: left;
	width: 25%;
}
#mainContent #contentRight {
	float: right;
	width: 73%;
	margin-bottom: 20px;
}
#mainContent #contentRight ol {
	padding-left: 20px;
}
#mainContent #contentRight li {
	padding-bottom: 10px;
}
#topHeader #findDealers {
	width: 125px;
	position: relative;
	top: 20px;
	left: 800px;
	padding: 3px;
	background-color: #F6B51D;
	font-size: 14px;
	border: 1px ridge #3D3125;
	font-weight: bold;
	text-align:center;
}
#topHeader #findDealers a {
	color: #3D3125;
}
