body
{
	background-color:#fff;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	text-align: center;
}

/* GENERAL */

/* image borders */
a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   a img, img { color: inherit;/* undo the rule above */
   border: none;               /* hide from Netscape 4 */
   }                           /* code from W3C - www.w3.org */
}

A:link, A:visited, A:active {
	color: #878585;
	text-decoration: none;
}
a:hover{
	color: #878585;
    text-decoration: underline;
}

#mainContainer{
	width: 996px;
	margin: 0px auto;
	position: relative;
}

#innerMenuImage{
	position: relative;
	width: 100%;
	height: 211px;
}
	#innerMenuTable{
		position: absolute;
		top: 188px;
		right: 364px;
		z-index: 100;
	}
	#headerImage{
		position: absolute;
		top: 0px;
		left: 0px;
	}

#mainContainerBody{
	position: relative;
	margin: 10px 0px 20px 8px;
	/*width: 960px;*/
	width: 988px;
	text-align: left;
}

#homeMenuDiv{
	position: relative;
	top: 0px;
	left: 0px;
	height: 617px;
	width: 989px;
	display: none;
}
	#homeMenuTable{
		position: absolute;
		top: 40px;
		left: 627px;
		z-index:  100;
	}
	#headerImageHomeDiv{
		position: absolute;
		width: 100%;
		height: 617px;
		float: left;
		top: 0px;
		left: 0px;
	}
