body  {
	margin-top:0px;
	text-align: center;
	padding:0px;
	font-family: Tahoma;
	font-size: 12px;
	background-color:#033663;
	min-width: 955px;
}
#wrapper {
	width: 955px;
	margin: auto;
}
#topbg {
	background-image:url(images/2007/topbg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	text-align: left;
	padding: 0px 30px 0px 30px;
	min-height: 1135px;
}
#cenbg {
	background-image:url(images/2007/cenbg.jpg);
	background-repeat:repeat-y;
	background-position:center;
		width: 955px;
}
#bottombg {
	background-image:url(images/2007/bottombg.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}
#header {
	height: 120px;
	padding-top: 20px;
}
#headerleft {
	width: 662px;
	float: left;
}
#headerright {
	width: 220px;
	float:right;
}
#ictlogo {
	background-image:url(images/2007/ictlogo.jpg);
	background-repeat:no-repeat;
	display: block;
	width: 662px;
	height: 112px;
}
#authlogin {
	color: #FFFFFF;
	text-align: right;
}
#today {
	color: #FFFFFF;
	text-align: right;
	margin-top: 60px;
}
#menu {
	color: #FFFFFF;
	text-align: right;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
#menuadmin {
	color: #FFFFFF;
	text-align: right;
	margin-top: 2px;
}
#menuadmin a {
	color: #FFFFFF;
	text-decoration: none;
}
#menuadmin a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
#content {
	margin-top: 10px;
}

#contenttop {
	background: transparent url(images/2007/contenttopbg.gif) no-repeat 0 0;
	width: 896px;
	height: 25px;
}
#contentcen {
	background: transparent url(images/2007/contentcenbg.gif) repeat-y;
	padding: 20px;
	width: 896px;
}
#contentbottom {
	background: transparent url(images/2007/contentbottombg.gif) no-repeat;
	width: 896px;
	height: 25px;
}
#contentleft {
	float: left;
	width: 330px;
}
#contentright {
	float: right;
	width: 500px;
}
#contentmain {
	width: 900px;
}
#defaultannouce {
	background-image: url(images/2007/defaultann.gif);
	background-repeat: no-repeat;
	width: 310px;
	padding-top: 75px;
	float: left;
	overflow:visible;
}
#defaultnews {
	background-image: url(images/2007/defaultnews.gif);
	background-repeat: no-repeat;
	width: 310px;
	margin-top: 30px;
	padding-top: 75px;
	float: left;
	height: 250px;
}
#defaultnews a{
	color: #000000;
	text-decoration: none;
}
#mascotfree {
	background-image: url(images/2007/mascotfree.jpg);
	width: 262px;
	height: 226px;
}
#title {
	background-image: url(images/2007/defaulttitle.gif);
	background-repeat: no-repeat;
	height: 96px;
	padding-top: 25px;
	text-align:center;
	color: #FFFFFF;
	font-size:16px;
	font-weight:bold;
}
#description {
	background: url(images/2007/seminardescbg.gif) no-repeat 0 0;
	width: 450px;
}
#descriptionspan {
	background: url(images/2007/seminardescbg.gif) no-repeat 0 0;
	background-position: 0 100%;
	position: relative;
	top: 20px;
	padding: 20px 20px 20px 20px;
}

#descriptionspan a {
	font-size: 14px;
}
#clock {
	background: url(images/2007/clock.jpg) no-repeat bottom center;
	width: 390px;
	height: 350px;
}
#titlemain,
#titlemain span {
	
	background: transparent url(images/2007/titlebg.gif) no-repeat 0 0;
	font-size: 18px;
	color: #ffffff;
	height: 96px;
	width: 790px;
	float: left;
}

#titlemain span {
	background-position: 100% 0;
	position: relative;
	left: 15px;
	padding: 5px 25px 0px 25px;
}
#subpagedescription {
	/*background-image: url(images/2007/seminardescbg.gif);
	background-repeat: no-repeat;*/
	font-size:14px;
	float:left;
	margin-top: 10px;
	margin-left: 5px;
	width: 790px;
	padding: 30px 25px 15px 25px;
}

#footer {
	color: #FFFFFF;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

/*Lightbox*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}