/* CSS Document */
/*-------------------------*/
/* Changes per page  */
/*-------------------------*/
/* -- commented out 6/8/04 #container {
	height: 3190px;  
} */ 

#menu {
	background: url(/images/topnav/top_banner_privacy.jpg) top left no-repeat; 
}

#content {
	height: 2980px; 
}

#content p.headings {
	font-size: 16px;
	font-family: sans-serif;
	font-weight: bold;
}
#content p.footer {
	font-size: 10px;
	font-family: sans-serif;
}
#content p.underline {
	font-size: 12px;
	font-family: sans-serif;
	text-decoration: underline;
}
#content p.italics {
	font-size: 12px;
	font-family: sans-serif;
	font-style: italic;
}
#content p.centered {
	font-size: 12px;
	font-family: sans-serif;
	text-align: center;
}
#content ul {
	
	list-style-type: square;
	
}
#content li {
	vertical-align: text-top;
	font-size: 12px;
	font-family: sans-serif; 
	color: #0E3286; 
	width: 350px;
} 
