body {
	font-family: Arial;
	color: #666666;
	background-color: #fffef9;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
	color: #972A96;
	text-decoration: underline;
	font-weight: normal;
}
a:hover, a:active {
	color: #972A96;
	text-decoration: underline;
	font-weight: normal;
}
a.bluelink {
	color: #5CA4DB;
	text-decoration: underline;
	font-weight: normal;
}
a.bluelink:hover, a.bluelink:active {
	color: #5CA4DB;
	text-decoration: underline;
	font-weight: normal;
}
.wrapper {
	width:950px;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.bodyCell {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.mainContainer {
	width: 950px;
	margin:0;
	padding:0;
	overflow:hidden;
	display:inline;	
	float: left;
}
.bannerTop {
	width: 950px;
	height: 325px;
	display: inline;
	overflow: hidden;
	float: left;
}
.navContainer {
	float: left;
	width: 220px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	display: inline;
}
.navCellAlt {
	float: left;
	width: 220px;
	height: 35px;
	font-size: 13px;
	text-align: right;
	text-decoration:none;
	color: #972A96;
}
.navCellAlt a {
	text-decoration:none;
	color: #972A96;
}
.navCellAlt a:hover {
	color: #972A96;
	text-decoration:underline;
}
.bodyContainer {
	width: 680px;
	margin-bottom: 0px;
	margin-right:10px;
	display: inline;
	text-align:left;
	float:right;
}
.bodyContainerTitle {
	color:#967348;
	font-family:'times new roman',arial;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	letter-spacing: 3px
}
.footerBottom {
	width: 950px;
	height: 150px;
	background-image:url(../images/background-footer.jpg);
	background-repeat:repeat-y;
	display: inline;
	overflow:hidden;
	float: left;
	font-size:11px;
	color: #ffffff;
	text-align:center;
}
.footerBottom a {
	text-decoration:none;
	color: #ffffff;
}
.footerBottom a:hover {
	color: #ffffff;
	text-decoration:underline;
}