/* CSS Document */
body{
	background-image: url(images/backgroundImage.jpg);
	background-repeat: repeat;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}


.main{
	width: 786px;
	height: 400px;
	}
.mainLeft{
	background-image: url(images/bodysideLeft.gif);
	background-repeat: repeat-y;
	width: 10px;
	height: 100%;
}
.mainRight{
	background-image: url(images/bodysideRight.gif);
	background-repeat: repeat-y;
	width: 10px;
	height: 100%;
}
.mainContent{
	width: 766px;
	background-image: url(images/mainBG.gif);
	background-repeat: repeat;
	height: 100%;
	font-size: 12px;
}
.mainBottomWhite{
	width: 766px;
	background-image: url(images/mainBG.gif);
	height: 30px;
	font-size: 10px;
	vertical-align: middle;
	text-align: center;
	
}
.navBottomLinks{
	color: #000000;
	text-decoration: none;
}
.mainSpacer{
	width: 5px;
}
.mainBottom{
	width: 766px;
	background-image: url(images/bodyBottom.gif);
	height: 10px;
	background-repeat: repeat-x;
}


.nav{
	width: 759px;
	background-image: url(images/navBG.jpg);
	background-repeat: no-repeat;
	height: 108px;	
}
.navTD{
	vertical-align: top;
	height: 108px;
}
.navLink{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	position: relative;
	padding-left: 12px;
	top: 80px;
}