@charset "utf-8";
/* CSS Document */

#smenu {
	text-align:left;
	z-Index:1;
	visibility:visible;
	position:absolute;
	width:360px;
	margin-left: 6%;
	margin-top: 4%;
}

li {
	background-color: #FFFFFF;
}
#sleft {
	width:100px;
	float:left;
}
#sright {
	width:165px;
	float:right;
	color: #FFFFFF;
	z-Index:1;
}
#sright a:link{
	text-decoration:none;
	color:#FFFFFF;
}
#sright a:visited{
	text-decoration:none;
	color:#FFFFFF;
}
#sright a:hover{
	text-decoration:none;
	color:#FF0000;
}
#sright a:active{
	text-decoration:none;
	color:#FFFFFF;
}
.menuContainer {
	width: 166px;
	position:absolute;
	z-Index:1;
}
#flashcontain {
	width: 742px;
	height: 366px;
	position:relative;
	z-index: 0; 
}
body {
	margin: auto;
	text-decoration: none;
	font-family: "Gill Sans MT";
	font-size: 16px;
}
.wrapper {
	height: auto;
	width: 96%;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	text-decoration: none;
	overflow: hidden;
}
#header {
	position:relative;
	z-index:2;
	}
.contentBox {
	width: 98%;
}
.menuColumn {
	width: 16%;
}
/*table background Zap pages*/
.table_ZapContainer {
	width: 100%;
	background-image: url(../images/ZapBack.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Gill Sans MT";
}



