body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	}

#head {
	background-image: url(images/ftct_head_bkgd.gif);
	height: 72px;
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #727374;
	}

#nav {
	background-color:#666666;
	top: 72px; /* must match height of #head */
	height: 28px;
	}

#content {
	background-image: none;
	top: 104px;
	background-color: #fff;
	}

#content div.majoritem {
	padding: 0 0 0 212px;
	background-image: none;
	background-repeat: no-repeat;
	}

/* the link to enlarge the diagram */
#content div.majoritem p.enlarge {
	font-size: 80%;
	padding: 0;
	position: absolute;
	top: 196px;
	left: 12px;
	margin: 0;
	}

/* List of View and Download links */
#content ul.buttonlinks {
	margin: 0 0 30px 33px;
	padding: 0 0 1em 0;
	}
#content ul.buttonlinks li {
	margin: 0;
	padding:0;
	display: inline;
	list-style: none;
	}

#content ul.buttonlinks a,
#content p.buttonlinks a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float: left;
	font-size: 12px;
	margin: 5px 35px 5px 0;
	padding: 8px 8px 0 36px;
	width: 168px;
	height: 22px;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-repeat: no-repeat;
	}
/* About these measurements above: */
/* button backgrounds are 212 x 30 pixels */
/* box width = 212 - padleft - padright */
/* box height = 30 - padtop - padbottom */
/*  */
/*  */
#content ul.buttonlinks a.view,
#content p.buttonlinks a.view {
	background-image: url(images/btn_view.gif);
	}
#content ul.buttonlinks a.download,
#content p.buttonlinks a.download {
	background-image: url(images/btn_download.gif);
	}
#content ul.buttonlinks a:hover, 
#content ul.buttonlinks a.active,
#content p.buttonlinks a:hover, 
#content p.buttonlinks a.active  {
	color: #FFFF00;
	text-decoration: none;
	}


