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



body{
	text-align: center;
	margin: 0;
	background-color: #bebaa9;
}

#footer{
	margin: 0 auto 0 auto;
	width: 758px;
	height: 20px;
	background-image: url(../images/allPages/footerBG.png);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	
}

#footerInner{
	position: relative;
	top: 4px;
}

#footerInner a:link{
	color: #0000ff;
	text-decoration: none;
}
#footerInner a:hover{
	color: #0000ff;
	text-decoration: underline;
}
#footerInner a:visited{
	color: #0000ff;
	text-decoration: none;
}

#footerInner a:visited:hover{
	color: #0000ff;
	text-decoration: underline;
}


#bgHolder{
	width: 790px;
	margin: 0 auto 0 auto;
	background-image: url(../images/allPages/bgShade.png);
	background-repeat: repeat-y;
	text-align: center;
}	

#mainContentHolder{
	width: 758px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#banner{
	border-bottom: 1px solid black;
}
#navContain{
	text-align: center;
	*position: relative;
	*top: -4px;
}
/*NAVIGATION STYLES*/

#navHolder{
	text-align: center;
	height: 28px;
	width: 758px;
	margin: 0 auto 0 auto;
	background-image: url(../images/allPages/nav/navSliver.png);
	background-repeat: repeat-x;
}
.shadow{
	width: 8px;
	height: 28px;
	float: left;
	background-image:url(../images/allPages/nav/phantom.png);
	background-repeat:repeat-x;
}
.imgs{
	float: left;
}
#imgHolder{
	width: 550px;
	margin:0 auto 0 auto;
	position: relative;
	z-index: 5;
}

#imgHolder table{
	margin-right: 4px;
	margin-left: 4px;
}
.style19 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 100%; }

#separateHolder{
	position: relative;
	top: -23px;
	*top: -27px;
}
#sep1{
	position: relative;
	float: left;
	left: 182px;
}
#sep2{
	position: relative;
	float: left;
	left: 259px;
}
#sep3{
	position: relative;
	float: left;
	left: 323px;
}
#sep4{
	position: relative;
	float: left;
	left: 451px;
}
#sep5{
	position: relative;
	float: left;
	left: 548px;
}

#navHolder a:link{
	text-decoration: none;
	color: black;
}
#navHolder a:hover{
	text-decoration: none;
	color: black;
}
#navHolder a:visited{
	text-decoration: none;
	color: black;
}
/*END NAVIGATION STYLES*/