body, td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #3B3B3B;	
}

a:link, a:visited { 
	color: #70471B; 
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a:hover, a:active { 
	color: #70471B;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.tableMain {
	background: #F9EFC3 url("/images/background.gif") left top no-repeat;
	width: 1004px;
	height: 750px;
}

.logoDiv {
	position: relative;
	left: -10px;
	top: -10px;
	height: 220px;
	width: 328px;
	z-index: 100;
	float: left;
}

.mapDiv {
	position: relative;
	left: -20px;
	top: 15px;
	height: 487px;
	width: 649px;
	z-index: 10;
	float: left;
}

.starDiv {
	position: relative;
	height: 55px;
	width: 55px;
	z-index: 200;
	float: left;
}

.leftNavsDiv {
	position: relative;
	left: 25px;
	top: 5px;
	height: 410px;
	width: 282px;
	z-index: 100;
	float: left;
}

.leftLogoDiv {
	position: relative;
	left: 25px;
	top: 5px;
	height: 95px;
	width: 117px;
	z-index: 100;
	float: left;
}

.contentDiv {	
	position: relative;
	left: 40px;
	top: -10px;
	width: 600px;
	height: 259px;
	z-index: 10;
	float: left;
}

a.contentLink:link, a.contentLink:visited, a.contentLink:active {
	color: #3B56A6;
	font-family: Verdana, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

.contentHeader {
	color: #573410;
	font-family: Verdana, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 24px;
}

.leftHandTitle {
	font-family: Verdana, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 12px;
	color: #573410;
}

.leftHandContent {
	font-family: Verdana, Helvetica, sans-serif;	
	font-size: 7pt;
	color: #573410;
}

.leftHandDiv {
	background: #F9EFC3 url("/images/left_hand.gif") left top no-repeat;
	weight: 277px;
	height: 47px;
	padding-top: 8px;
	padding-left: 5px;
	cursor: pointer; cursor: hand;
}

.leftHandDivHover {
	background: #F9EFC3 url("/images/left_hand_active.gif") left top no-repeat;
	weight: 277px;
	height: 47px;
	padding-top: 8px;
	padding-left: 5px;
	cursor: pointer; cursor: hand;
}

.leftHandDivCurrent {
	background: #F9EFC3 url("/images/left_hand_current.gif") left top no-repeat;
	weight: 277px;
	height: 47px;
	padding-top: 8px;
	padding-left: 5px;
	cursor: pointer; cursor: hand;
}
