BODY{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #8b8b8b;
	margin:0px;
	padding:0px;
	text-align:center;
}

BODY /* Mozilla Firefox alignment */{ text-align: -moz-center; }


TD { vertical-align:top; font-size:10pt;}

#body{
	width: 1000px;
	border:1px solid white;
	vertical-align:top;
	background-color: white;
	text-align:left;
	font-size:10pt;
}


#danny{
  width: 602px;
  height: 244px;
  padding: 16px;
  padding-top:50px;
  padding-bottom:0px;
  background-image:url("images/danny.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  text-align: left;
  color:white;
  font-size:11pt;
}

#buttons{

   margin-top: 40px;
   margin-left: 14px;
}

#wcan{ float:left; }
#otherinterest{ float:right; width:45%; padding-top:15px;}

#whereisgi{
  background-image:url("images/gi-town.jpg");
  background-repeat: no-repeat;
  background-position: top left;

  padding-left:25px;
  padding-top:80px;
  padding-right:10px;

  margin-left:40px;
}

#main-links li {
   list-style:none;
   margin:6px;
 }

#main-links li a{
    display:block;
    background-image: url("images/btn-light.jpg");
    height: 45px;
    line-height: 45px;
    width: 270px;
    text-align:center;
    text-decoration: none;
    color:white;
    font-size:14pt;
    font-weight:bold;
 }

#main-links a {
position: relative;

}

.link_description { display: none;}

a:hover .link_description{
	display:block;
   	position: absolute;
	top: 0px;
	left: -275px;
	width: 250px;
	/*height:30px; */
	/* formatting only styles */
   	padding: 5px; margin: 10px; z-index: 100;
   	background: #f0f0f0; border: 1px dotted #c0c0c0;
	opacity: 1;
	text-decoration: none;
	font-size:8pt;
	line-height:normal;
	color: #686868;
	font-weight:normal;
}

 .mid-title {
   font-size: 12pt;
   font-weight: bold;
   padding-bottom:6px;
   color: #da7b3d;
 }

 .summary-text {
    color: #8b8b8b;
    font-size:8pt;
 }