body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	background-image: url(/images/body/back.jpg);
	background-repeat: repeat-x;
}
.clickaround #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(/images/body/r7_c2.jpg) repeat-y scroll center top;
	margin: 0 auto;
	text-align: left;
}
.r1_c8 {
	background: url(/images/body/r1_c8.jpg) no-repeat;
}
.mainContent {
	padding: 0px 10px 0px;
}

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #006;
}
a:visited {
	color: #900;
}
a:hover {
	color: #F00;
}
a:active {
	color: #603;
}
#title {
	font: italic small-caps 16px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-left: 20px;
	padding-top: 1px;
	letter-spacing: 2px;
}
#timedate {
	font: bold small-caps 12px "Courier New", Courier, monospace;
	color: #FFF;
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
}
hr {
	color: #09F;
	width: 90%;
}
.maincontentmap {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
}
.maincontentmap a:link {
	color:#000066;
}
.maincontentmap a:visited {
	color:#660000;
}
.maincontentmap a:active {
	color:#660066;
}
.maincontentmap a:hover {
	color:#FF0000;
}
.clickaround #bottom {
	background: url(/images/body/bottom.jpg) no-repeat scroll center top;
	height: 30px;
	width: 960px;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
	padding-top: 15px;
}
.clickaround #bottom a:link {
	color:#666;
	text-decoration: none;
}
.clickaround #bottom a:visited {
	color:#666;
	text-decoration: none;
}
.clickaround #bottom a:active {
	color:#666;
	text-decoration: none;
}
.clickaround #bottom a:hover {
	color:#FF0000;
	text-decoration: none;
}