body {
	background-image:url(images/bg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding-bottom:30px;
}
.oneColFixCtr #container {
	width: 756px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	
}
#ft {
	background-image:url(images/kennedy-footer.jpg);
	background-repeat:no-repeat;
	width: 756px;
	height:145px;
}
#ft .links {
	text-align:right;
	color:#FFF;
	font-size: 12px;
	padding-top:80px;
	padding-right:10px;
}
#ft .links a, #ft .links a:visited {
	text-decoration:none;
	color:#FFF;
}

#topnavigation {
	margin: 0;
	width:29.94em;
	width: 479px;
}
.promo-overlap {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
.lt {
	padding-left:20px;
}

h1 {
	font-size: 140%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 5px 0;
	color: #162c42;
	font-weight: bold;
}
h2 {
	font-size: 130%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	padding: 5px 0;
	color: #162c42;
}
h3 {
	color: #162c42;
	font-size: 120%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	padding: 5px 0;
}
p {
	padding:5px 0;
}
li {
	list-style-type: square;
	margin: 5px 20px;
}
li.latest {
	list-style-type: none;
	margin: 5px 0px 9px 0px;
}
.newsevent {
	padding:4px 8px;
}
.date-red {
	color: #ed2426;
	font-weight: bold;
}
.event-name, .contact-name {
	font-weight: bold;
}
.bluelink {
	color:#39718b;
	text-decoration:underline;
}
.dotted-hr {
	padding:8px 0 5px 0;
}
.caption{
	font-style:italic;
}