@charset "utf-8";
/* Custom Styles for Secondary Page */

/*all pages*/
#containerbox {
	background-image: none;
	background-color: transparent;
	position: relative;
}
#backgroundHolder {
	background: transparent url(/global/images/SecondaryPageBackgrounds/projector.jpg) no-repeat scroll left top;
	position: absolute;
	top: 0;
	left: 0;
	height: 160px;
	width: 950px;
}
h1, #contactinfo, #subhead, #contentarea {
	position: relative;
	z-index: 1;
}
#sidemenu {
	position: relative;
	z-index: 2;
}
#sidemenu ul li ul {
	left: 200px;
}
#contactinfo {
	min-height: 80px;
}


.clearboth{
	clear:both;
}

.bold{
	font-weight:bold;
}

.uppercase{
	text-transform:uppercase;
}

/*conferences.asp*/
#conferences{
	text-align:center;
	width:65%;
	position:relative;
	left:15%;
	background-color:#FFFF99;
	border-color:#CC33CC;
	border-style:inset;
	border-width:3px;
	margin-bottom:24px;
}

/*summer.asp*/
#program{
	height:700px;
}

#program ul{
	margin-bottom:24px;
	margin-left:0px;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#program ul.lastitem{
	border-bottom:none;
}

#program ul h4{
	margin-bottom:12px;
}

#program ul p{
	margin-top:-12px;
}

#col1{
	float:left;
	padding-right:20px;
	padding-left:12px;
	width:50%;
	border-top-width:1px;
	border-top-style:solid;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-left-width:1px;
	border-left-style:solid;
	
}

#col2{
	float:left;
	border-left-width:1px;
	border-left-style:solid;
	border-right-width:1px;
	border-right-style:solid;
	border-top-width:1px;
	border-top-style:solid;
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding-left:12px;
	padding-right:12px;
	width:40%;
	
}
