BODY 	{
	color:#444;
	line-height: 1.4;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	background:#BEC3C6 url('../images/bg.jpg') repeat-x;
	}

a img {
    border:none;
 }

a:link { color: #555; }
a:hover {color: #0000FF; }
a:visited {color: #555; }
a:active {color: #555; }

a.hidden { text-decoration: none; }

h1 { 	color: #00368C;
		font-weight: bold;
		font-size: 14px;
		padding-bottom: 0px; 
		margin-bottom: 10px;
		line-height: 1em;
}

/* DIV containers for page layout */

div.centerframe {
	width: 800px;
	margin: 40px auto 0px auto;
	border: 1px solid black;
	background-color: #FFFFFF;
	}

	div.topheader {
		width: 800px; 
		height: 175px;
		background-image: url(../images/topheader.jpg);
		}
		
	div.topnavigationleft {
		width: 180px;
		height: 80px;
		background-image: url(../images/topnavigationleft.jpg);
		}
	
	div.topnavigationright {
		float: right;
		width: 620px;
		height: 80px;
		font-size: 12px;
		background-image: url(../images/topnavigationright.jpg);
		}
	
	div.centerframecontents {
		width: 760px;
		padding: 20px;
		background-color: #FFFFFF;
	}
	
	div.leftcolumn {
		width: 550px;
		min-height:300px;
		background-color: #FFFFFF;
	}
	
	div.rightcolumn {
		width: 200px;
		margin-left: 10px;
		float: right;
	}

	div.footerleft {
		width: 620px; 
		height: 80px;
		background-image: url(../images/footerleft.jpg);
	}
	
	div.footerright {
		float: right;
		width: 180px; 
		height: 80px;
		clear: both;
		background-image: url(../images/footerright.jpg);
	}

div.bottomdisclaimer {
	width: 800px; 
	margin: 0px auto 40px auto;
	color: #666666;
	clear: both;
	text-align: center;
	font-weight: bold;
}

/* DIV containers HOME.PHP */
div.box {
	border: thin solid #000000;
}
	div.boxtop {
		background-color: #00368C;
		color: #FFFFFF;
		text-align: center;
		border-bottom: thin solid #000000;
	}
	div.boxcontent {
		padding: 5px;
	}

	div.boxcontentsmall {
		padding: 5px;
		font-size: 11px;
	}
	
	div.boxmiddle {
		border-bottom: thin solid #000000;
		text-align: center;
	}
	div.boxbottom {
		background-color: #CCCCCC;
		text-align: center;
		font-size: 12px;
	}

div.welcome {
	width: 520px;
	text-align: justify;
}

div.newsfeature {
	width: 505px;
	padding: 10px;
	background-color: #DDDDDD;
}
	div.newsfeaturetop {
		height: 30px;
		font-size: 14px;
	}
	div.newsfeatureleft {
		width: 210px;
		float: left;
	}
	div.newsfeatureright {
		text-align: justify;
	}
	div.newsfeaturebottom {
		text-align: right;
		font-size: 11px;
		clear: left;
	}
	
div.latestnews {
	width: 520px;
}
	div.latestnewsleft {
		float: left;
		width: 260px;
	}
	div.latestnewsright {
		margin-left: 270px;
		width: 260px;
	}
	div.latestnewspicture {
		float: left;
	}
	div.latestnewstext {
		height: 70px;
		margin-left: 90px;
		font-size: 11px;
	}
	div.latestnewsspacer {
		margin-top: 10px;
	}

div.jobs {
	width: 520px;
}

div.publications {
	width: 520px;
}

div.columnspacer {
	margin-top: 20px;
}

/* DIV containers PHOTOS.PHP */
div.photosleft {
	width: 580px;
	min-height:300px;
	background-color: #FFFFFF;
}

div.photosright {
	width: 170px;
	margin-left: 10px;
	float: right;
	}

/* DIV containers VIDEOS.PHP */
td.videocaption {
	font-size: 18px;
	}
	
/* DIV containers SHOWVIDEO.PHP */
div.showvideoleft {
	width: 500px;
	min-height:300px;
	background-color: #FFFFFF;
}

div.showvideoright {
	width: 250px;
	margin-left: 10px;
	float: right;
	}

/* DIV containers INTRODUCTION.PHP */
div.introleft {
	width: 550px;
	min-height:300px;
	background-color: #FFFFFF;
}

div.introright {
	width: 200px;
	margin-left: 10px;
	float: right;
	}
	
/* DIV containers MANAGEMENT.PHP */
div.managementleft {
	width: 520px;
	min-height:300px;
	background-color: #FFFFFF;
	text-align: justify;
}

div.managementright {
	width: 200px;
	margin-left: 40px;
	float: right;
	}

/* DIV containers NEWS.PHP */
div.news {
	width: 750px;
	padding: 5px;
	background-color: #EEEEEE;
}
	div.newstop {
		height: 25px;
	}
	div.newsleft {
		width: 210px;
		float: left;
	}
	div.newsright {
		text-align: justify;
	}
	div.newsbottom {
		text-align: center;
		clear: left;
	}

/* DIV containers JOBS.PHP */
div.jobspage {
	width: 750px;
	padding: 5px;
	background-color: #EEEEEE;
}
	div.jobstop {
		height: 25px;
	}
	
	div.jobsmain {
		text-align: justify;
	}
	div.jobsbottom {
		text-align: right;
		clear: left;
	}

/* DIV containers PUBLICATIONS.PHP */
div.publicationsleft {
	width: 580px;
	min-height:300px;
	background-color: #FFFFFF;
}

div.publicationsright {
	width: 170px;
	margin-left: 10px;
	float: right;
	}
	
p.publicationtitle {
	font-size: 22px;
	}

p.publicationauthors {
	font-size: 14px;
	}

/* DIV containers TECHNOLOGY.PHP */
p.technologycategory {
	font-size: 18px;
	}

td.technologysubcategory {
	font-size: 14px;
	}


/* DIV containers PEOPLE.PHP */
div.peopleleft {
	width: 580px;
	min-height:300px;
	background-color: #FFFFFF;
}

div.peopleright {
	width: 170px;
	margin-left: 10px;
	float: right;
	}

div.signup {
	width: 540px;
	height:20px;
	background-color: #CCCCCC;
	color: #000000;
	font-size: 16px;
	padding: 5px;
	margin-bottom: 10px;
}

table.database
	{
	font-size: 11px;
	width: 580px;
	}

tr.databaseheader  { 
	font-weight: bold;
	}

td.databasename  { 
	font-size: 12px;
	}
	
td.technologynumber {
	font-size: 10px;
	}

/* CSS PROFILE.PHP */

p.namelarge {
	font-size: 18px;
	}

/* Lightbox CSS Start */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* Lightbox CSS End */