/* 

COLORS

light blue:	#5f77cc
blue: 		#39477a
red:		#842619
yellow:		#e6b529
tan: 		#ccc3b9

*/

body { margin:0 }

a:link {
	color: #39477a;
}
a:visited {
	color: #39477a;
}
a:hover {
	color: #5f77cc;
}

body, td {
	font-family: Trebuchet MS, Arial;
	font-size: 80%;
}

p {
	margin: .5em 0;
}

.tt_container td {
	padding: 0;
}

.tt_container2 {
	position: relative;
	left: -10px;
}

.tt_content_cell {
	padding: 40px !important;
	background-image: url(images/tt08/tt_text_background_top.gif); 
	background-repeat: no-repeat; 
	height: 185px;
}

.tt_content_table {
	background-image: url(images/tt08/tt_text_background_mid.gif); 
	border-collapse: collapse; 
	width: 545px;
}

.tt_logo {
	
}

h1 {
	margin: .2em 0;
	font-family: Trebuchet MS, Arial;
	font-size: 1.2em;
	margin-left: -4px;
	cursor: pointer;
	position: relative;
}

h2 {
	font-family: Georgia, serif;
	color: #B64A26;
	font-size: 1em;
	font-weight: normal;
}

.date {
	display: inline;
	font-family: Georgia, serif;
	color: #B64A26;
	font-size: 1em;
	font-weight: normal;
	xposition: absolute;
	xright: 20px;
}

.event {
	background: url(images/tt08/tt_bracket.gif) 0% 100% no-repeat;
	padding: 0px 10px;
	display: none;
	margin-bottom: 1em;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px dashed #842619;
}

small {
	font-size: .9em;
}
