/***************************/
/*    colors                                    */
/*                                                  */
/* blue 	33 33 99                */
/* light blue 98 98 FF           */
/***************************/

/** Main Layout **/

td.leftShadow {
	width: 10px;
	background: white url(images/leftShadow.jpg) repeat-y top right;
}

td.rightShadow {
	background: white url(images/rightShadow.jpg) repeat-y top right;
	width: 10px;
}
td.centerContent {
	width: 600px;
}

/** Splash Screen  **/

.title {
	font-size: 42px;
	text-align: center;
}

.splashName {
	font-size: 30px;
	text-align: center;
}

/** Content Layout **/

.topBanner {
	width: 100%;
	height: 40px;
	background: url(images/topBackground.jpg);
	text-align: center;
	font-size: 52px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	}
hr {
	color: #9898FF;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.footer td {
	color: #9898FF;
	}

/* Menu STyles */

.menuBar {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

td.menuItem {
  padding: 0px 5px 5px 5px;
  font-family:Futura, Verdana, Arial;
  color:#333399;
  background-color:transparent;
  font-size: 20px;
}

td.menuItem  a {
  font-family:Futura, Verdana, Arial;
  color:#333399;
  background-color:transparent;
  font-size: 20px;
  text-decoration: none;
}

td.menuItem:hover  a {
  color:white;
  background-color:#333399;
  font-size: 20px;
  text-decoration: none;
}

td.menuItem a:hover {
  color:white;
  background-color:#333399;
  font-size: 20px;
  text-decoration: none;
}
	
/* Front page email link style */	

.emailLink {
	text-align: center;
}
.emailLink a {
	color: #333399;
}

/* content styles */

.contentText {
	margin-left: 20px;
	margin-right: 20px;
}

body, p, h1, h2, h3, h4
{
  font-family:Futura, Verdana, Arial;
  color:#333399;
  background-color:transparent;
}

h1 {
	font-size: 18px;
	color:#111177;
}

h2 {
	margin-left: 5px;
	font-size: 16px;
	color:#111177;
}

h3 {
	margin-left: 10px;
	font-size: 14px;
	color:#111177;
}

li {
	margin-left: 20px;
	margin-top: 10px;
}

/* Slideshow Related Styles */
.pageArea {
	position:relative;
	width: 550px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/* hide the later "pages" */
.vpage {
	display: none;
}

.vpage_visible {
	display: block;
	width: 550px;
	
}

.vpage_content {
	border: 2px solid #333399;
}

/* navigation bar styles */

.navigationBar a{
	padding-right: 10px;
}

.navigationBar {
	margin-bottom: 5px;
}

/* abstract Title */

table.abstractPage {
	padding: 20px;
	border: 2px solid #333399;
}

.abstractTitle {
 font-family:Futura, Verdana, Arial;
  color:black;
  font-size: 16px;
  background-color:transparent;
  font-weight: bold;
}

.abstractInfo {
 font-family:Futura, Verdana, Arial;
  color:black;
  font-size: 12px;
  background-color:transparent;
  font-weight: bold;
  width:50%;
}
.abstractText p {
 font-family:Futura, Verdana, Arial;
  color:black;
  font-size: 12px;
  background-color:transparent;
 }

 /* overlaying of divs */
 .overlayPane {
	position: relative;
 }
 
 .overlay {
	position: absolute;
	top: 0px;
	left: 0px;
 }
 .overlayR {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: right;
 }
  
