body {
	font-size: 0.9em;
	font-family: bitstream vera sans,sans-serif;
	margin: 0;
	padding: 0;
	/* (The background color is specified elsewhere, so do a global replacement if it ever changes) */
	background-color: #DDD4F6;
	background-image: images/ttgstripes.jpg;
}

a:link {
	color: #48468f;
}
a:visited {
	color: #48468f;
}
a:hover {
	color: #f20;
}
a[name] {
	color: inherit;
	text-decoration: inherit;
}

#tg-header {
	background-color: #DDD4F6;
	height: 161px;
}
#tg-header img {
	border: 0;
	vertical-align: middle;
}
#tg-header-logo {
	/* position is offset by the header padding amount */
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}

#tg-header-items {
	/* position is offset by the header padding amount */
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: right;
	display: inline;
}
#tg-header-items a {
	color: #000;
	text-decoration: none;
	padding: 0pt;
	font-size: 0.8em;
}
#tg-header-items a:hover, #tg-header-search-button:hover {
	color: #f20;
	cursor: pointer;
}
#tg-header-items img {
	margin-right: 1px;
	width: 36px;
	height: 36px;
}


#tg-side-left {
	position: absolute;
	z-index: 2;
	/*width: 9em;*/
	/* Space down for the approx line height (fonts) */
	left: 0px;
}
#tg-side-right {
	position: absolute;
	z-index: 1;
	width: 13em;
	right: 12px;
	padding-top: 0px;
}
#tg-side-left, #tg-side-right {
	top: 2px;
	/* add to the top margin to compensate for the fixed sizes */
	margin-top: 180px;
	color: #555;
	font-size: 0.9em;
}
#tg-side-right ul {
	list-style: square inside;
	padding: 0;
	margin: 0;
}

/* Left-side naviagation */
#tg-side-nav-label {
	display: none;
}
#tg-side-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0px solid #330066;
	border-top: 0;
	width: 130px;
}

#tg-side-nav li {
	margin: 0;
	padding: 0;
	border-bottom: 0px solid #330066; /* required by ie ... for some reason*/
}

#tg-side-nav a, .current {
	margin: 0;
	color: #ededed;
	display: block;
	text-decoration: none;
	padding: 4px ;
	width: 130px;
}
	



#tg-side-nav a:hover{
	background-color: #9966cc;
	color: #fff;
}

/*
#tg-side-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#tg-side-nav ul li {
	//border-top: 1px solid #34548e;
	background-color: #34548e;
	// IE/Win gets upset if there is no bottom border... Go figure. 
	border-bottom: 1px solid #34548e;
}

#tg-side-nav ul li:hover {
	border-bottom: 1px solid #34548f;
}*/

#tg-side-nav #currentpage a {
	font-weight: normal;
	color: #fff !important;
	background-color: #330066;
}



/*
#tg-side-nav ul li a {
	padding-left: 12px;
	color: #a7b2c9;
}
#tg-side-nav ul li a:hover {
	background-color: #46659e;
}
#tg-side-nav ul ul li a {
	padding-left: 18px;
}
*/


/* content containers */
#tg-middle {
	font-size: 0.9em;
	position: relative;  /* relative to utilize z-index */
width: 450px;
/*	width: auto;
	min-width: 300px;*/
	margin: 0px;
	z-index: 3; /* content can overlap when the browser is narrow */

	margin-left: 10em;
	padding-left: 24px;

	margin-right: 13em;
	padding-right: 24px;
}

#tg-content {
	padding: 24px;
	border: 0px solid #bebdbe; /*dark-blue*/
	background-color: #fff;
}

.content { margin: 0 1em }


.tg-side-right-content {
	padding: 0 5px 1.5em;
}
#tg-side-right h1, #tg-side-right h2, #tg-side-right h3 {
	margin: 0;
	padding: 0 4pt 0;
	font-size: 1em;
	letter-spacing: 2pt;
	/*border-bottom: 1px solid #bbb;*/
	border-bottom: 1px solid #015;
        color: #015;
}
#tg-side-right hr {
	/*border-bottom: 1px solid #aaa;*/
	border-bottom: 1px solid #015;
	margin: 0.5em 0;
}

#tg-side-right-sponsors {
	text-align: center;
}

#tg-side-right-sponsors h1 {
	color: #015;
	font-size: 1.5em;
	font-weight: bold;
}

#tg-side-right-sponsors img {
	border: 0;
	vertical-align: middle;
}

#tg-footer {
	font-size: 0.75em;
	text-align: center;
	color: #777;
	margin-bottom: 2em;
}

