body {
	background-repeat: repeat-x;
}

#navCell {
	 background: #aa9b71 url(/images/nav_bg.jpg) repeat-x;
}


#ContentCell {
	font-family: Arial;
	font-size: 12px;
	color: #58595b;
	padding-left: 55px;
	line-height: 18px;
}

.MainBody {
	font-family: Arial;
	font-size: 12px;
	color: #58595b;
	line-height: 18px;
}
.MainBodyBlue {
	font-family: Arial;
	font-size: 12px;
	color: #006499;
}
.MainBodyGold {
	font-family: Arial;
	font-size: 12px;
	color: #836727;
}

.heading {
	font-family: Arial;
	font-size: 12px;
	color: #58595b;
}
.HeadingHistory {
	font-family: Verdana;
	font-size: 12px;
	color: #003F5F;
	font-weight: bold;
}
.HeadingGold {
	font-family: Arial;
	font-size: 15px;
	color: #836727;
}

p {
	margin: 9px 0px 9px 0px;
}

.HeadingGold a:link, .HeadingGold a:visited, .HeadingGold a:hover {
	text-decoration: none;
	color: #006499;
}
.HeadingGold a:hover {
	color: #836727;
}

.MainBody a:link, .MainBody a:visited, .MainBody a:hover {
	text-decoration: none;
	color: #878787;
}
.MainBody a:hover {
	color: #006499;
}

a.blue:link, a.blue:visited, a.blue:hover {
	color: #006499;
}
a.blue:hover {
	color: #836727;
}
a.gold:link, a.gold:visited, a.gold:hover {
	color: #836727;
	text-decoration: underline;
}
a.gold:hover {
	color: #006499;
}
a.project:link, a.project:visited, a.project:hover {
	padding-left: 16px;
}
a.project:hover {
	color: #836727;
	background: url(/images/bullet.gif) no-repeat 0px 0px;
}

