
body, table, tr, td{
	font-family: Arial;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited{ 
	color: #A39487;
	text-decoration: none
}
a:hover, a:active{ 
	color: #000000;
	text-decoration: none
}
.selectedLink{
	color: #000000;
}

.siteContainer{
	text-align: center;
	xborder: 1px solid #88ff88;
}
.outerContainer{
	xborder: 1px solid #8888ff;
	width: 850px;
	height: 500px;
	margin: auto;
}
.innerContainer{
	xborder: 1px solid #ff8888;
	width: 760px;
	height: 450px;
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
}

.navigation{
	xbackground-color: #00CCFF;
	margin-top: 44px;
	width: 180px;
	xheight: 360px;
	text-align: left;
}
.navigation img{
	margin-bottom: 5px
}
.contentImage{
	xbackground-color: #FF99CC;
	margin-top: 18px;
	width: 452px;
	xheight: 416px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	line-height: 16px;
}
.contentImage tr, .contentImage td{
	font-size: 12px;
}
.contentImage div{
	xtext-align: center;
	margin-left: auto;
	margin-right: auto;
}

.subNavigation{
	xbackground-color: #00CCFF;
	margin-top: 44px;
	width: 110px;
	text-align: right;
	font-weight: bold;
}
.contentDescription{
	xbackground-color: #66CC33;
	margin-bottom: 15px;
	text-align: right;
}