body {
margin: 0;
padding: 0;
font-family: verdana, arial, helvetica, sans-serif;
background: #FFFFFF repeat;
color: #CCCCCC;
}


a {
color: #FFFFFF;
text-decoration: underline;
}

a:link {
color: #000000;
text-decoration: underline;
}

a:visited {
color: #000000;
text-decoration: underline;
}

a:hover {
color: #000000;
text-decoration: none;
}

a:active {
color: #000000;
text-decoration: underline;
}


body, p, table, tr, td
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px
} /* this is the basic text style throughout the site */

body
{
background-repeat: no-repeat
}


	body,td,th {
		color: #000000;
	}


#LocationBar {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #333333;
	border-style: none none solid none;
	border-color: #CCCCCC; 
	border-bottom-width: 1px;
	height: 27px;
	padding: 0 15px 0 15px;
}

#LocationBar ul {
	margin: 0;
	padding: 7px 0px;
	list-style-type: none;
}

#LocationBar ul li {
	display: inline;
}

#LocationBar li:not(:first-child):before {
    content: " > ";
}


#CambridgeHeaderBar {
	background-color: #000066;
}


#HeaderTitle {
	background-image: url("header-background.gif");
	background-repeat: repeat-x;
}


div.body {
	padding: 10px 45px 10px 45px;
}

div#YearIndex ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#YearIndex ul li {
	display: inline;
}

div#YearIndex li:not(:first-child):before {
    content: " | ";
}


#Footer {
font-size: 10px;
padding: 5px 15px 5px 15px;
margin: 10px 0 0 0;
color: #666;
border-top: solid 1px #ccc;
}

#Footer a {
text-decoration: underline;
color: #666;
}

#Footer a:link {
text-decoration: underline;
color: #666;
}

#Footer a:visited {
text-decoration: underline;
color: #666;
}

#Footer a:hover {
text-decoration: none;
color: #666;
}

#Footer a:active {
text-decoration: none;
color: #666;
}

div#Footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#Footer ul li {
	display: inline;
}

div#Footer li:not(:first-child):before {
    content: " | ";
}

div#Body ul {
	margin: 0;
	padding: 5px 0 30px 20px;
	list-style-type: none;
}

div#Body ul li {
	padding: 5px 0 0 0;
}