body {
	background-color: #F2CCFF;
	color: #330033;
	text-align: center;
	font-family: Sans Serif, Helvetica, Arial;
}

table {
	width: auto;
	margin: 0 auto;
}
hr {
	color: #330033; background-color: #330033; height: 3px;
}
a, a:visited {color:#33f;}
.center {text-align: center;}
p {line-height: 1.5rem;}

#copyright{float: right}
#adleft {float: left; width:150px; padding-top: 15px; background-color: #F2CCFF}
#adright {float: right; width:150px; padding-top: 15px; background-color: #F2CCFF}



.main {
	width: 100%;
	margin: 0 auto;
	padding: 2% 0;
	font-size: 1.1rem;
	clear: both;
}
.privacy {
	display: block;
	width: 70%;
	margin: 0 auto;
	text-align: left !important;
	font-size: 0.9rem;
}
.privacy table {
	border-collapse: collapse;
}
.privacy table, .privacy th, .privacy td {
	border: 1px solid black;
	padding: 4px;
}



.nav {
	display: block;
	width: 100%;
	margin: 0;
	clear: both;
}
.nav ul {
	width: 50% !important;
	margin: 0 auto 10px auto;
	/* border: 1px solid red; */
}
.nav ul li {
	float: left;
	border-right: 1px solid #bbb;
	list-style: none !important;
	width: calc(100%/5) !important;
	
	height: 40px;
	display: flex;
	align-items: center;
	position: relative;
	
	padding: 1%;
}
.nav ul li:last-child {
	border-right: none;
}
.nav ul li a {
	/* display: block; */
	color: black;
	justify-content: center;
	padding: 5px 5px;
	display: flex;
	align-items: center;
	text-decoration: none;
	width: 100%;
	height: inherit;
	font-size: 15px;
	font-weight: bold;
	transition: 0.3s;
}
.nav ul li a:hover{
	background-color: #5e0080;/* 772b1e 652318 5e0080 */
	height: inherit;
	color: white;
	display: flex !important;
	justify-content: center;
	align-items: center !important;
	position: relative;
}

.masthead {
	display: block;
	width: 100%;
	margin: 0;
}

.footer {
	display: block;
	width: 100%;
	margin: 1% auto;
	font-size: 0.8rem;
	text-align: center;
}


