body{
	/*background-image: url(/images/common/bground_blue_1pixel.gif);*/
	/*background-repeat: no-repeat;*/
	background-color:#e4e4f3;
	}
	
.L1Category a{
	color: #000099;
	}

.L3Category a{
	color: #000099;
	}

.subCategoryLink, .subCategoryLink a{
	color: #000099;
	}
	
.relatedMore a{
	color: #000099;
	}
	
.navSide { 
	background-image: url(/images/blue/nav_side/bground0.gif); 
	background-repeat: no-repeat;
	background-color: #99CCFF;
	}

.pageNumber, .pageNumber a{
	color: #000099;
	}
	
.tableList a{
	font-weight: plain;
	color: #000099;
	}

.text18 a{
	color: #000099;
	text-decoration: underline;
	}

.list18 a{
	color: #000099;
	text-decoration: none;
	}

.text a{
	color: #000099;
	text-decoration: underline;
	}

.staffTitle a{
	color: #000099;
	}

.fellowTitle a{
	color: #000099;
	}

a.underline {
	color: #000099;
	text-decoration:underline;
	}

/* Rollover Styles */
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #F5F5F5;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
width: 200px;
height: 200px;
text-align: left;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 10px; /*position where enlarged image should offset horizontally */

}
/* PopUp Box 2 */
#box1{
		position: absolute;
		top: 50px;
		left: 100px;
		border: solid 1px gray;
		background-color: #ffff00;
		visibility: hidden;
		}

/* PopUP Box 3 */
#dhtmltooltip{
position: absolute;
width: 300px;
border: 1px solid #3464aa;
padding: 2px;
background-color: #f5f5f5;
visibility: hidden;
z-index: 100;
text-decoration: none;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

a.dhtmltooltip{
text-decoration: none;
}

