body {
	background: #eee;
	text-align: center;
	font-size: medium;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	background-image: url(../images/tuckman/background.jpg);
	background-repeat: repeat-y;
}
table.body {
	border-collapse: collapse;
	text-align: left;
	width:62%;
	margin-left: 19%;
	margin-right: 19%;
	background-color: white;		
}
#top, #bottom {
	margin: 0 auto;
	width: 700px;
	border: none;
}

/*  Title */
.header {
	padding: 20px 20px 10px 20px;
	background-color: #8DC3E9;
	color: black;
	text-align: center;
}

/* Sub Title */
.desc {
	line-height: 150%;
	padding: 10px 20px 0 20px;
	color: gray;
	font-weight: bold;
}


/* One Color */
.info {
	padding: 10px 30px 10px 20px;
	background-color: #97A7B7; 
}
.input {
	text-align: center;
	width: 20%;	
	background-color: #97A7B7;
	
}
.values {
	text-align: center;
	width: 20%;	
	background-color: #BDD6E0;
	padding: 0px 0px 20px 0px; 
}

/* Another color  */
.info1 {
	padding: 10px 30px 10px 20px;
	background-color: #BDD6E0;
}
.input1 {
	text-align: center;
	width: 20%;	
	background-color: #BDD6E0;
}
.values1 {
	text-align: center;
	width: 20%;	
	background-color: #BDD6E0;
	padding: 0px 0px 20px 0px; 
}


.band {
	background-color: gray;
	line-height: 2px;
	margin-left: 20px;
	margin-right: 20px;
}
.buttons {
	text-align: center;
	background-color: #8DC3E9;
	padding: 20px;
}
.bar_graph {
	text-align:center;
	padding: 30px 0 30px 0;
}
.footer {
	font-size: x-small;
	color: gray;
	padding: 30px;
}
