body, td, th {
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, sans-serif; 
	font-size: 12px;
	color: #333333; 
	background-color: #ffffff; 
	text-decoration: none; 
	font-weight: normal; 
	line-height: normal; 
	letter-spacing: .05em;
}

a:link, a:visited { 
	color: #333333; 
	font-weight: bold; 
	text-decoration: none; 
}

a:hover { 
	color: #333333; 
	text-decoration: underline; 
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 32px;
	font-weight: normal;
	color: #ccc;
}

h1 a:link,
h1 a:visited,
h1 a:hover {
	color: #ccc;
	text-decoration: none;
}

#container {
	width: 937px;
	margin: 0 auto 0 auto;
}

#header {
	margin: 0;
	padding: 24px 0 3px 0;
}

#content {
	border: 1px solid #666666;
	width: 920px;
	height: 515px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* for use with areas that need padding within the box */
#contentinner {
	padding: 0;
	margin: 0;
}

#buttons {
	width: 14px;
	height: 135px;
	margin: 34px 0 0 -14px;
	padding: 0;
	float: left;
}

#buttons a img {
	border: 0;
}

#buttons a#contemporary:link,
#buttons a#contemporary:visited {
	display: block;
	width: 14px;
	height: 72px;
	background: url("/images/contemporary-out.gif") no-repeat;
	margin: 0 0 6px 0;
	padding: 0;
}

#buttons a#contemporary:hover {
	background: url("/images/contemporary-over.gif") no-repeat;
}

#buttons a#historical:link,
#buttons a#historical:visited {
	display: block;
	width: 14px;
	height: 72px;
	background: url("/images/historical-out.gif") no-repeat;
	margin: 6px 0 0 0;
	padding: 0;
}

#buttons a#historical:hover {
	background: url("/images/historical-over.gif") no-repeat;
}


.section_terms {
  color: red;
  }


