/*
	TONE style sheet version 6
	March 12, 2005
	April 3, 2005 add contrast class for content header td's
	
	T-logo colors: 99b7b2 b4c6c7 cddedb
	TONE 3D logo:  1f8361
	Gallery bg's:  e0eaeb 99b7b2
*/

		body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background: #e0eaeb url(../graphics/tarlogobgreen.gif) top left no-repeat;
		}
		
		.err {color: red;}
		.ok  {color: green; font-weight: bold;}
		
		#wrapper {
			width: 85%;
			margin: 2em auto;
		}
		
		a:link, a:visited {
			color: #000;
		}
		
		#top {
			padding: .5em 0;
			background-color: transparent;
			border-bottom: 2px solid #996;
		}

		#top h1 {
			font-weight: normal;
			letter-spacing: .25em;
			margin: 0;
		}
		
		#top h1 a:link, #top h1 a:visited, #top a:hover {
			background: transparent;
			text-decoration: none;
		}
		
		#top p {
			margin: 0;
		}
		
		#top p a:hover {
			background: #a9c7c2;
			text-decoration: none;
		}
		
		#footer {
			margin: 0;
			padding: 0;
			background-color: transparent;
			border-top: 2px solid #996;
			line-height: 1.2em;
		}

		#footer a:hover {
			background: #a9c7c2;
			text-decoration: none;
		}
		
		#footer p { margin: .2em .5em; }
		
		#content {
			padding: 1em;
			background: #fff;
		}

		#content a:hover {
			background:#e0eaeb;
			text-decoration:none;
		}
		
		#content h2 { margin: 0 0 .5em; font-weight:normal; color: #366;}
		#content h3 { margin: 0 0 .5em; font-weight:normal; color: #366;}
		#content h4 { font-size: normal; font-weight:bold; color: #366;}
		
		#content h2.tight, #content h3.tight, #content h4.tight {margin-bottom: 0;}
		#content p.tight {margin-top: 0;}
		
		#content table, #content td {border-collapse: collapse; border-color: #c0c0c0;}
		#content table.shade {
			background: #f0efea;
			border: 1px solid #996;
		}
		
		#content td.shade {background: #f0efea;}
		#content td.contrast {background: #1f8361; color: #fff;}
	.ImageCaption {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.2em;
	margin: 5;
	padding: 0;
	color: #066;
	line-height: 100%;
	padding-left: 60px;
	color: #066;
		}
.PhotoCaption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 90%;
	color: #066;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
