/* Erics modifications
--------------------------------------------*/

#seniorpop li, ul {
	margin: 0;
	padding: 2px 0 2px 0;
	list-style:none;
	list-style-type:none;
}
/* 
--------------------------------------------*/
.bakmain {
	background-image: url(images/bak.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contentSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #21569A;
}
.factoid {
	position: absolute;
	visibility: visible;
	z-index: 3;
	height: 380px;
	width: 200px;

}
.photo {
	position: absolute;
	visibility: visible;
	z-index: 4;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003579;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003579;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9402AA;
	text-decoration: none;
}

ul li ul {
	margin: 5px 20px;
}

#anniversary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2B2B2A;
	background-color: #B9CEE3;
	padding: 10px;
	margin: 0 0 6px 0;
	border: 1px solid #234F85;
    }

#anniversaryTitle {
    font-size: 15px;
    font-weight: bold;
    color: #003579;
    font-style: italic;
	text-align: center;
}


