body {
	font-family :  Arial, Helvetica, sans-serif;
	margin-top: 5px; margin-left: 7px; margin-right: 7px;
	background-color: #e8e8e8;
	}

/* formats small location indicator just under menu bar (for future use, not currently used 7-5-13)*/
p.navindicator {
	font-size: small;
	margin-top: 10px;
	color: #417177
	}
td.updated {
	font-family : Arial, Helvetica, san-serif;
	font-size: x-small;
	text-align: right;
	}
div.DocumentBody {
	margin-left: 100px;
	width: 900px;
	margin-bottom: 25px;
	}
	
/* Gallery styles */
/* controls individual thumbnails in gallerys */
img.gallerythumbnail {
	margin: 15px;
	border: 3px solid #000000;
	}
img.GalleryThumbnail {
	margin: 15px;
	border: 3px solid #000000;
	}

/* navigation bars for gallerys */
div.navGallery {
	font-size: x-small;
	word-spacing: 15px;
	text-align: center;
	border-top: 1px solid #808080;
	padding-top: 10px;
	width: 100%;
	}
div.navGalleryfooter {
	width: 100%;
	font-size: small;
	word-spacing: 15px;
	text-align: center;
	border-top: 1px solid #808080;
	padding-top: 10px;
	padding-bottom: 25px;
	margin-bottom: 50px;
	}
img.image {
	border: 1px solid #000000;
	}

/* Generic Table Style */

	
table.generic-table {
    box-shadow: 8px 8px 10px #979797; 
    width: 900px; 
	text-align: center;
	vertical-align: center;

	table-layout: fixed; 
	border-spacing: 0;
	background-color:#e0e0e0;
	font-size: small;
}
table.generic-table td {
	border: 1px solid;
	vertical-align: center;
	height: 35px;
	column-width: 150px;
}
table.generic-table thead {
	font-weight: bold;

}
	
 
 table.wide-table {
    box-shadow: 8px 8px 10px #979797; 
    width: 900px;
	height: 25px;
	text-align: center;
	border-spacing: 0;
	background-color:#e0e0e0;
	font-size: small;
	border-top: none;
}
 
 table.wide-table td {
	border: 1px solid;
	height: 25px;
 }

	
/* simple table settings for OverLib */
table.overlib_SimpleTable {
	width: 300px;
	height: 50px;
	border: 5px solid #000000;
	}
td.overlib_SimpleTableData {
	color: black;
	background-color: #e8e8e8;
	text-align: center;
	padding: 10px;
}
/* end of gallery styles */


/*special controls for top menu */
/* prevents border around yellow square in dropdown menues for IE */
img.expire {
	border: 0;
	}
image.siteheaderlogo {
	border: 0;
	}
span.menudate {
	font-size: x-small;
	margin-left: 20px;
	text-align: right;
	}
table.siteheader {
	width: 100%;
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0;
	}
td.siteheaderlogo {
	border: 0;
	width: 200px;
	}
td.siteheaderupdated {
	vertical-align:text-top;
	font-size: x-small;
	text-align: right;
	}


/* formats title on newsletter articles */
h2.newslettertitle {
	border-top: 1px solid #808080;
	}

/* formats Journal insert blocks */
li.JournalHighlights {
	Font-size: nomral;
	font-weight: normal;
	margin-bottom: 10px;
	}
span.JournalNote {
	font-size: small;
	}
	
/* home and uparrow code */
img.homeicon {
	position: fixed; top: 138px; left: 7px; 
	z-index: 2;
	border: 0px;
	border-radius: 5px;
	}
img.uparrowicon {
	position: fixed; bottom: 50px; left: 22px;
	z-index: 3;
	border: 0px;
	}

/* controls Join Button on all pages */

div.JoinTci {
	background-color: #2d2d2d; 
	width: 70px; 
	height: 20px; 
	position: fixed; top: 175px; left: 7px; 
	z-index: 3; 
	border: 0px; 
	border-radius: 4px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding-top: 6px;
	}
a:link.JoinTci {
	color: white;
	text-decoration : none;
	}
a:visited.JoinTci {
	color : white;
	text-decoration : none;
}
