/********************************************************************************************************
 RESETS
 /*******************************************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	font-family: inherit;
}
ol, ul {
	list-style: none;
}
/********************************************************************************************************
 GENERAL STYLES
 /*******************************************************************************************************/
body {
	background: #990000 url(../../images/background.jpg) repeat-y;
	font: 12px / 18px arial, Helvetica, sans-serif;
}
h1 {
	font: normal 29px / 32px "Times Roman", "Times New Roman", Times, Serif;
	letter-spacing: 0;
	color: #c00;
	background: url("../../images/ttu/dotted-border-horz.gif") repeat-x 0 bottom;
	padding: 0 10px 10px 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-indent: -10px;
}
/********************************************************************************************************
 SIDEBAR CONTENT
 /*******************************************************************************************************/
/* Wrapper Portion */
#sideBar {
	width: 250px;
	color: #ccc;
	position: absolute;
	height: 100%;
	float: left; /*display: inline;*/
	left: 0;
}
/* Double T Logo */
#logo {
	height: 175px;
	background: url(../../images/logo.gif) no-repeat;
	margin-top: 10px;
	margin-left: 20px;
}
/* Organization Name w/Double T */
#orgName {
	float: right;
	margin-top: 87px;
	margin-right: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .5px;
}
/********************************************************************************************************
 LEFT NAVIGATION
 /*******************************************************************************************************/
/* Left Navigation Wrapper */
.leftNav {
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
	background: #900;
}
/* Left Navigation Link: Normal */
.leftNav li a {
	width: 210px;
	height: 30px;
	_height /**/: 30px;
	display: block;
	line-height: 30px;
	text-indent: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #CC0000;
	color: #FFF;
	text-transform: uppercase;
	border-top: dotted #900 1px;
	text-decoration: none;
}
/* Left Navigation Link: Hover */
.leftNav li a:hover {
	background-color: #990000;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}
/* Copyright Notice */
.copyright {
	color: #666;
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
	text-transform: uppercase;
}
/********************************************************************************************************
 TOP NAVIGATION
 /*******************************************************************************************************/
/* Top Navigation Wrapper */
#topNav {
	width: 100%;
	margin-top: 10px;
	float: left;
	background-color: #CC0000;
	margin-bottom: 10px;
}
#topNav ul {
	display: inline;
}
#topNav ul li {
		list-style: none;
	display: inline;
}
/* Top Navigation Link: Normal */
#topNav li a {
	float: left;
	height: 30px;
	_height /**/: 30px;
	line-height: 15px;
	padding: 10px 11px 0 10px;
	border-right: dotted #900 1px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
/* Top Navigation Link: Hover */
#topNav li a:hover {
	background-color: #900;
	color: #FFF;
	letter-spacing: 1px;
	text-transform: uppercase;
}
/********************************************************************************************************
 MAIN CONTENT
 /*******************************************************************************************************/
/* Main Wrapper */
#wrapper {
	width: 640px;
	margin-left: 280px;
	float: left;
	display: inline;
}
/* Content Wrapper */
#content {
	margin-left: -10px;
}
#content p {
	margin: 10px;
}
table.about{
	margin: 10px;
}
table.about td {
	padding-right: 5px;
}

table.fancy {
	border:1px solid #bbb;
	width: 100%;
}
table.fancy th {
	color: #fff;
	background-color: #333;
	letter-spacing:1px;
	text-align:center;
	padding: 2px 6px;
	font-weight:bold;
	margin-left: 10px;
}
table.fancy tr td {
/*	border:none;*/
}
tr.hilited, tr.hilited td {
	background:#9cf;
	color:#000;
}
tr.alt, tr.alt td {
	background-color: #f6f6f6;
}