html {
	height: 100%;
}

body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}

h3 {
	font-size: 16px;
}


 #insideCenter {
 	position: relative;
	top: -100px;
 	left: 155px;
	width: 590px;
	height: auto;
	z-index: 1000;
 }
 
 ul {
 	list-style: square;
 }
 li {
 	margin-bottom: 3px;
 }
 
 img {
 	border: none;
 }
 
 a, a:visited {
 	text-decoration: none;
	font-weight: bold;
	color: #003300;
 }
 a:hover {
 	text-decoration: underline;
	color: #0000FF;
 }
 
 .special {
 	list-style: none;
 }
 .special a, .special a:visited {
 	color: 0000ff;
 }
 .special a:hover {
 	color: #FF0000;
	text-decoration: underline;
 }
 
 #AnniversaryLogo {
 	position: absolute;
	left: -156px;
	top: 8px;
	border: solid 1px #000000;
 }
  * html #AnniversaryLogo {
 	position: absolute;
	left: -156px;
	top: -21px;
	border: solid 1px #000000;
 }
 
 /*** LEFT SIDE ***/
 #indexLeft {
 	position: relative;
	top: 8px;
	left: -5px;
	
 }
  * html #indexLeft {
 	position: relative;
	top: -21px;
	left: -5px;
 }
 
 /*** IN THE SPOTLIGHT ***/
 #spotLight ul {
 	position: relative;
	top: -5px;
	left: -20px;
 }
 
 #events {
 	position: relative;
	width: 290px;
 }
 
  #events ul {
 	position: relative;
	top: -5px;
	left: -20px;
 }
 
 
 /*** RIGHT SIDE ***/
 #indexRight {
 	position: absolute;
	top: 8px;
	left: 295px;
	width: 320px;
 }
  * html #indexRight {
 	position: absolute;
	top: -21px;
	left: 295px;
 }
 
 #indexRight a, #indexRight a:visited {
 	color: #003300;
 }
  #indexRight a:hover {
 	color:#0000FF;
 }

 /*** RESOURCES & INFO ***/
  #resourceInfo ul {
 	position: relative;
	top: -5px;
	left: -20px;
 }
 
 #resourceInfo li {
 	margin-bottom: 5px;
 }
 
 /*** FOR RESEARCHERS ***/
 #forResearchers ul {
 	position: relative;
	top: -5px;
	left: -20px;
 }
 #forResearchers li {
 	margin-bottom: 5px;
 }

