body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}
.ie5 td {
	font-size: 12px;
}

/* TEXT & LINKS */
img {
	border: 0;
}
p {
	margin: 0 0 15px 0;
	line-height: 19px;
}
h1 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #d4d4d4;
}
h2 {
	margin: 15px 0 35px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #a3410b;
}
h3 {
	margin: 15px 0 10px 0;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
}
p a:link, p a:visited {
	text-decoration: underline;
	color: #7b2c00;
}
p a:hover, p a:active {
	text-decoration: underline;
	color: #b99656;
}
#cellHeader_right a:link, #cellHeader_right a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #999;
}
#cellHeader_right a:hover, #cellHeader_right a:active {
	font-size: 11px;
	text-decoration: none;
	color: #333;
}

/* MISC */
img {
	border: 0;
}
#minwidthfix { /* div added to keep min-width of main table to 780px */
	width: 780px;
	background-color: #e8cd9b;
}
#altmenu {
	float: right;
	width: 305px;
}

/* LAYOUT */
#tblMain {
	margin: 0 auto;
	width: 80%;
	background-color: #fff;
}
#cellHeader_left {
	width: 425px;
	height: 125px;
	text-align: left;
}
#cellHeader_right {
	padding: 25px;
	font-family: Lucida Sans Unicode, Arial, sans-serif;
	text-align: right;
	color: #ccc;
}
#cellMenu {
	height: 37px;
	font-family: Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px #fff solid;
	background-image:url(../images/bg_menu.gif);
	background-color: #000;
}
.ie6 #cellMenu, .ie7 #cellMenu {
	height: 36px;
}
#tblBody {
	width: 100%;
}

/* SITE MAP LIST */
#sitemap a:link, #sitemap a:visited {
	text-decoration: none;
	color: #7b2c00;
}
#sitemap a:hover, #sitemap a:active {
	text-decoration: none;
	color: #b99656;
}
#sitemap {
	list-style-image: url(../images/bullet001.gif);
}
#sitemap ul {
	list-style-image: url(../images/bullet002.gif);
}
#sitemap li {
	padding: 3px 0 3px 0;
}

