body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border: 0px;
	background-color: #f2ece0;
	font-family: Tahoma, Verdana, 'Times New Roman';
}
a {
	color: maroon;
	font-weight: none;
	text-decoration: underline;
}
a:hover {
	color: maroon;
	font-weight: bold;
	text-decoration: none;
}
img {
	border: Black 1px solid;
}
td {
	font-size: 10pt;
}
#BodyCell {
	text-align: left;
	vertical-align: top;
	width: 740px;
}
#BodyTable {
	cellspacing: 0px;
	cellpadding: 0px;
	width: 900px;
}
#Map {
	border: 1px solid black;
	height: 400px;
	width: 600px;
}
#MenuCell {
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	width: 160px;
}
#TitleCell {
	color: #8c3e1c;
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
}
#TopBorder {
	background: url("images/topborder.gif") repeat-x;
	height: 60px;
}
.AlignCenter {
	text-align: center;
}
.AlignRight {
	text-align: right;
}
.EmphasisText {
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
}
.FloatLeft {
	float: left;
}
.FloatRight {
	float: right;
}
.HorseBorder {
	background: url("images/running_horse.gif") repeat-x;
	height: 45px;
	width: 700px;
}
.LargeBoldText {
	font-weight: bold;
	font-size: 14pt;
}
.TagLine {
	color: #8c3e1c;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
}

/* -------------------------------------- */

#main {
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;	
	left: 0px;
	top: 48px;
	overflow: auto;
	/*height:expression(document.body.clientHeight-53+"px" );*/
	width: 100%;
	padding-right: 0px;
}
#header {
	/*background-image: url('topborder.gif');*/
	padding: 0px;
	height: 48px;
	width: 100%;
	position: absolute;
	top: 0px; left: 0px;
}
#footer {
	/*background-image: url('topborder.gif');*/
	padding: 0px;
	height: 48px;
	width: 100%;
	position: absolute;
	/*top: expression(document.body.clientHeight-5+"px" );*/
	left: 0px;
}