
/* Body for text based pages 
   - relayInfo.html, teamInfo.html
*/
body {
	background-color: white;
	margin: 0px 5px 0px 5px;
	padding: 0px 5px 0px 5px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}



/*
 Page Headers
  - relayInfo.html, teamInfo.html
*/
h1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	color: #2b0171;
	
}

/* relayInfo.html, teamInfo.html */
h2 {
	/*padding-left: 5px;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/*color: #009;*/
	/*border-top: 1px solid #009;
	border-left: 1px solid #009;
	border-right: 1px solid #009;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	color: #009;
	
}

/* Section header for tocs */
/* tocTeamInfo.html, tocRelayInfo.html  */
.sectionHeader {
 font-weight:bold;	
 font-size: 14px;
 margin: 0px 0px 0px 5px;
}
/* indent for links under section headers */
/* tocTeamInfo.html, toceRelayInfo.html */
.sectionMember {
  font-size: 13px;
	margin: 5px 0px 5px 15px;	
}





/* relayInfo.html */
hr {
  width: 95%;
	size: 1px;

}
/*
 Paragraphs
 - relayInfo.html, teamInfo.html */
p {
	font-family: inherit;
	font-size: inherit;
	text-align: left;
	line-height: 130%;
	/*border: 1px solid black;*/
}
/* Layout
  relayInfo.html, teamInfo.html */
.center {
	text-align: center; 	
}


/* Images  
 - relayInfo.html, teamInfo.html
 */
 
/* relayInfo.html - uniform size container for images */

table.alternating {
	font-family: inherit;
	font-size: inherit;
	/* border: 1px solid green; */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

td.imgBox {
			 width: 355px;
			 height: 300px;
			 text-align: center;
			 vertical-align: middle;
			/* border: 1px solid red;*/
}

 
/* relayInfo.html, teamInfo.html */
img.boxed {
 margin: 0px 0px 0px 0px;
 vertical-align: middle;
 /*float: right;*/
}
 

img.thumbnail {
 width: 120px;
 height: 80px;
 margin: 0px 10px 10px 0px;
 float: left;
}
/* relayInfo.html, teamInfo.html */
img.embed {
 margin: 10px 10px 10px 10px;
 float: right;
}

/* relayInfo.html, teamInfo.html */
img.largePhoto {
 margin: 10px 10px 10px 10px;
 border: 1px solid #A8A8FF;
 width: 450px;
}

/* relayInfo.html, teamInfo.html */
img.banner {
 border: 1px solid #A8A8FF;
 margin: 10px 10px 10px 10px;
}

/*
 Link styles for page
 - relayInfo.html, teamInfo.html
*/
a:link {
	/* font-size: 12px; */
	color: #009;
	/*font-weight: bold;*/ 
	text-decoration: none;	
	
}
a:visited {
  /*font-size: 12px;*/
	color: #009;
	/*text-decoration: none;	*/
}
a:active {
  /*font-size: 12px;*/
	color: #009;
	text-decoration: none;		
}

a:hover {
  /*font-size: 12px;*/	
  color: #009;
	/*font-weight: bold;*/
	text-decoration: underline;	
}

/* Div for the Table of Contents index */
.tocIndex {
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 180px;
	/*height:500px;*/
	height: 100%;
	border-right: 1px solid #A8A8FF;
	background-color: #fffff0;
}

/* Iframe for the content */
.tocFrame {
	position: absolute;
	top: 0px;
	left: 185px;
	text-align: left;
	width: 650px;
	/*height: 500px;*/
	height: 100%;
	/*border-left: 1px solid #A8A8FF;*/
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

/* Embedded iframe */
iframe.embed {
	 width: 450px;
	 height: 350px;
	 border: 1px solid #A8A8FF;
}



/* teamInfo.html */
ul {
	 margin: 5px 5px 5px 5px;
	 padding: 5px 5px 5px 20px;
	 list-style-position: outside;
	 list-style-type:circle;
	 /*border: 1px solid green;*/

}

/* teamInfo.html */
li {
	 padding: 2px 0px 2px 5px;
	 /*border: 1px solid red;*/
}


/* teamInfo.html */
table.em {	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #009;
	/*width: 700px; */
	background-color: #FFFFE5;
	font-family: inherit; /*Verdana, Geneva, sans-serif;*/
	font-size: inherit; /*  13px; */
	
}

/* teamInfo.html */
.standout {
	 font-size: 14px;
	 text-align: center;
	 font-weight: bold;
	 color: red;

}