/************************************************************/
/*        Style sheet Last updated 01/20/04                 */
/*                                                          */
/* To ensure everything lines up correctly with positioning */
/* all the layout is done with absolute positioning.        */
/* Otherwise there are differences between Netscape and IE. */
/************************************************************/

.ctitle { 
	padding-top: 6px; 
	text-align: center;
	color: #FFFFFF; 
	font-family: Times New Roman; 
	font-size: 26px; 
	font-style: italic; 
}
			
.tinywhite { 
	color: #FFFFFF; 
	font-family: Arial; 
	font-size: 10px; 
	font-style: italic 
}

.tinyblack{ 
	font-family: Arial; 
	font-size: 10px; 
	font-style: italic;
	color: #FFFFFF; 			 
}

.text {
	font-family: Arial; 
	font-size: 12px; 
	font-style: italic; 
	color: #000000; 			
}

.pastspeaker{ 
	font-family: Times New Roman; 
	font-size: 18px; 
	color: #000080; 
	font-weight: bold; 
}

.bioaudio{ 
	font-family: Times New Roman; 
	font-size: 12px; 
	color: #000080; 
	font-style: italic;
}

.eventtitle{ 
	font-family: Arial; 
	font-size: 16px; 
	font-weight: bold; 
	color: #000080; 			
}

.currentspeaker{ 
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold; 
}
.biomore{ 
	color: #000080; 
	font-family: Arial; 
	font-size: 11px; 
	font-style: italic; 
	text-align: center; 
}

/* Basic document wide styles */

body {
	background-color : #FFFFFF;
}

.textlink {
	font-weight: bold;
	color: Blue;
}
	  

/* The following styles are used to control hyperlinked text.  
   These are placed at the end of the style sheet - just to 
   ensure that they are grouped together.  */
   
a:link, active 	{
	color: Blue;
	font-family: Arial; 
	font-size: 12px; 
	text-decoration:underline;
}

a:visited {
	color: #C00000;
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	text-decoration: underline;
}

a:hover {
	color: #C00000;   /* a burnt red color */
	font-family: Arial; 
	font-size: 12px; 
	font-style: italic; 
	text-decoration:underline;
}

   /*--  Use the a#tiny  to create rollovers for tiny linked text.
          Allows a 2nd size of linked text. --*/
		  
a#tiny{
	text-decoration: none;
	font-family: Arial; 
	font-style: italic; 
}

a#tiny:link{
	color: Blue;
	font-family: Arial; 
	font-size: 10px; 
	font-style: italic; 
	text-decoration:underline;
}

a#tiny:visited {
	color: #C00000;
	font-family: Arial; 
	font-size: 10px; 
	font-style: italic; 
	text-decoration: underline;
}

a#tiny:hover {
	color: #C00000;   
	font-family: Arial; 
	font-size: 10px; 
	font-style: italic; 
	text-decoration:underline;
}

/***********************************************************/
/*        Layers/Div for positioning/Layout                */
/***********************************************************/
.logo{
	position: absolute;
	left: 6px;
	top: 6px;
}

.blueleft{
	position: absolute;
	left: 158px; 
	top: 24px; 
}

.texthead1{
	position: absolute;
	left: 179px;
	top: 24px;
	padding-top: 6px; 
	color: #FFFFFF;
	font-family: Times New Roman;
	font-size: 26px;
	font-style: italic;
	background-color: #00005b;
	height: 41px;
	width: 340px;
}
.texthead2{
	position: absolute;
	left: 520px;
	top: 24px;
	padding-top: 6px; 
	color: #FFFFFF;
	font-family: Times New Roman;
	font-size: 26px;
	font-style: italic;
	background-color: #00005b;
	height: 41px;
	width: 349px;
}

.buttons{
	position: absolute;
	left: 175px;
	top: 65px;
	width: 345px;
	background-color: #FFFFFF;
}

.resources{
	position: absolute;
	left: 785px;
	top: 43px;
}

.bluecorner{
	position: absolute;
	left: 520px;
	top: 65px;
	background-color: #FFFFFF;
}

.vline{
	position: absolute;
	left: 520px;
	top: 86px;
	background-color: #FFFFFF;
}

.slogan{
	position: absolute;
	left: 557px;
	top: 65px;
	padding-top: 2px;
	font-family: Times New Roman;
	font-size: 16px;
	color: #C00000;
	font-weight: bold;
	background-color: #FFFFFF;
	height: 24px;
	width: 314px;
}

.wide1 {
	position: absolute;
	left: 161px;
	top: 108px;
	padding-top: 2px;
	background-color: #FFFFFF;
	width: 700px;
}

#eventscroll {  /* scrollable area for past events */
	position: absolute;
	top: 108px;
	left: 161px;
	width: 699px;
	height: 433px;
	overflow: auto;
	background-color:#ffffff;
	clip: rect(0px 700px 433px 0px);  /* dimensions: (top right bottom left) */
	z-index: 2;  /* needed to keep interactions on top */
	}
	
.wide2 {
	position: absolute;
	left: 161px;
	top: 108px;
	padding-top: 2px;
	background-color: #FFFFFF;
	width: 500px;
}

.lefttext {
	position: absolute;
	left: 143px;
	top: 104px;
	padding-top: 2px;
	background-color: #FFFFFF;
	width: 369px;
	height: 304px;
}

.righttext {
	position: absolute;
	left: 534px;
	top: 108px;
	padding-top: 2px;
	background-color: #FFFFFF;
	width: 333px;
	height: 269px;
}

.directions {
	position: absolute;
	left: 535px;
	top: 223px;
	padding-top: 2px;
	background-color: #FFFFFF;
	width: 212px;
}

.photobox {
	position: absolute;
	left: 756px;
	top: 223px;
	padding-top: 2px;
	background-color: #FFFFFF;
	width: 110px;
}
