body {
	padding: 0;
	margin: 0;
	font-family:"Times New Roman", Times, serif;
	background-color: #000000;
	background-repeat: repeat-y;
}

h1 {
  font-size:16pt;
  font-weight:bold;
 }
 
h2 {
  font-size:12pt;
  font-weight:bold;
 }
  
 
#headerlinks {
	margin: 0px;
	height:29px;
	background: #000;
	color: white;
	clear:both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 180px;
}

#headerlinks a {
  color:#FFF;
}
  
#header1 {
  height: 100px;
  background: #FFF;
  height: 142px;
  color: grey; 
  clear: both; 
}

#future {
	margin:0;
	padding:0;
	float: left;
	width: 135px;
	height: 142px;
	background: #006200;
	text-align:center;
	color: #FFFFFF;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}

#logo {
	text-align: center;
	margin-left: 152px;
	height:142px;
	position:relative;
	}
	
#logo img {
	position:absolute;
	top:47px;
	left:20px;
	}

#goback {
	margin:0;
	padding:0;
	float: right;
	width: 132px;
	height: 142px;
	background: #FFFFFF;
	text-align:center;
	color: #FFFFFF;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}

#goback a {
  color:#FFFFFF;
}

#content {
	width:800px;
	background:#FFFFFF;
	margin: 0,10 auto;
}

#left {
	border: 6px solid #006200;
	height: 533px;
	float: left;
	width: 140px;
	background: #fff;
	font-family: Verdana, sans-serif;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
}

#left a {
  color:#000000;
  font-size: 14px;
  font-weight:bold;
  text-decoration: none;
}
  
#left a:hover, #left a:focus {
	display: block;
	background-color: #CCFF00;
}

#center {
	top: 0;
	margin: 0 200px;
	padding: 5px;
	margin-left: 160px;
	margin-right: 150px;
}
#center img {
  border:thick;
  margin:5px;

}

#right {
	border: 6px solid #006200;
	padding: 6px;
	float: right;
	width: 100px;
	background: #fff;
	text-align: center;
}

.italic {
  font-style:italic;
}

