/* Basics */

.TP_clear_both {clear: both}

body 
	{
		background: #ffffe0; 
     		margin: auto; 
	 	margin-top: 0ex; 
	 	width: 100%; 
	 	font-family: Tahoma, 'Trebuchet MS', Verdana, sans-serif
	}

th
	{
	 	font-family: Tahoma, 'Trebuchet MS', Verdana, sans-serif;
	 	font-weight: bold;
	 	font-size: 18px
	}

li, td, blockquote
	{
	 	font-family: Tahoma, 'Trebuchet MS', Verdana, sans-serif;
	 	font-size: 18px
	}

.footnote
	{
	 	font-family: Tahoma, 'Trebuchet MS', Verdana, sans-serif;
	 	margin-left: 4em;
	 	font-size: 12px
	}

/* headings are a dark green */
div.Main-container  h1, h2, h3, h4, h5, h6
	{
		color:#08d008
	}

body .TP_main_container 
	{
		width: 48em; 
	 	text-align: center; 
	 	margin: auto; 
	 	padding: 0
	}

/* Navigation */

.TP_navigation 
	{	
		font-size: 70%; 
		text-decoration: none; 
		padding-bottom: 0.2em; 
		background: #B4DCF6
	}

body.TP_academic .TP_navigation, body.TP_academic .TP_navigation a,
body.academic .TP_navigation, body.academic .TP_navigation a
	{
		background-color: #FBA870; 
		text-decoration: none; 
		color: #000000; 
		font-size: 80%
	}
	
span.TP_navigation 
	{
		font-size: 100%; 
		text-align: justify; 
		border: 1pt solid black; 
		width: 48em
	}
	
.TP_navigation a 
	{
		text-decoration: none; 
		color: #000000
	}
	
.TP_navigation a:hover 
	{
		text-decoration: underline;
		color: #008080;
		background-color: #D3EBFA
	}
	
.TP_nav_bevel 
	{
		clear: both; 
		height: 0.3ex; 
		background-color:#B4DCF6
	}
	
.TP_nav_item 
	{	margin-left: 0.8em; 
		margin-right: 0.8em;
		font-family: Tahoma, 'Trebuchet MS', Verdana, sans-serif;
		font-weight: bold;
		font-size: 20px
	}

/* Main Section & Components*/

.TP_main_section 
	{
		width: 48em; 
		background-color: #ffffff; 
		text-align: left
	}
	
body.TP_index .TP_main_section {}


/* Spacers */

.TP_black_line 
	{
		clear: both
	}
	
.TP_clear_0_5em 
	{
		clear: both; 
		height: 0.5em
	}
	
.TP_clear_0_5ex 
	{
		clear: both; 
	 	height: 0.5ex
	 }
	 
.TP_clear_1px 
	{
		clear: both; 
		height: 1px
	}
