/* Basics */

body 
	{
		background: #465791; 
     	margin: auto; 
	 	margin-top: 0ex; 
	 	width: 100%; 
	 	font-family: Tahoma, 'Trebuchet MS', Verdana, sans-serif
	}
	
body .main_container 
	{
		width: 48em; 
	 	text-align: center; 
	 	margin: auto; 
	 	padding: 0
	}

/* Title & Trailer*/

.title_bar 
	{
		height: 92px; 
		font-size: 0.1em; 
		color: #4E9EE2;
		background: url(/Resources/graphics/top-right.gif) #4E9EE2 no-repeat top right
	}
	
.trailer 
	{
		background: url(/Resources/graphics/trailer-bg.gif) repeat-y left; 
		background-color: #B6DFF9; 
		font-size: 65%; 
		text-align: right; 
		padding-right: 1em; 
		padding-top: 0.2em; 
		padding-bottom: 0.2em
	}

/* Navigation */

.navigation 
	{	
		font-size: 70%; 
		text-decoration: none; 
		padding-bottom: 0.2em; 
		background: #B4DCF6
	}
	
body.academic .navigation, body.academic .navigation a
	{
		background-color: #FBA870; 
		text-decoration: none; 
		color: #000000; 
		font-size: 80%
	}
	
body.academic .navigation a:hover 
	{
		background-color: #FDCBAA; 
		text-decoration: none
	}
	
span.navigation 
	{
		font-size: 100%; 
		text-align: justify; 
		border: 1pt solid black; 
		width: 48em
	}
	
.navigation a 
	{
		text-decoration: none; 
		color: #000000
	}
	
.navigation a:hover 
	{
		text-decoration: none; 
		background-color: #D3EBFA
	}
	
.nav_bevel 
	{
		clear: both; 
		height: 0.3ex; 
		background-color:#B4DCF6
	}
	
.nav_item 
	{	margin-left: 0.7em; 
		margin-right: 0.7em
	}

/* Main Section & Components*/

.main_section 
	{
		width: 48em; 
		background-color: #ffffff; 
		text-align: left
	}
	
body.index .main_section {}

.dept_heading 
	{
		margin-left: 3.5ex
	}

/* 2nd Level Content */

.main_content 
	{
		padding: 0 3.5ex 0 3.5ex; 
		text-align: left; 
		font-size: 1em
	}
	
.date_and_initials 
	{
		margin: 0.5em; 
		text-align: right; 
		font-size: 0.6em
	}

/* Spacers */

.black_line 
	{
		clear: both
	}
	
.clear_0_5em 
	{
		clear: both; 
		height: 0.5em
	}
	
.clear_0_5ex 
	{
		clear: both; 
	 	height: 0.5ex
	 }
	 
.clear_1px 
	{
		clear: both; 
		height: 1px
	}

/* Additions to support templates */

.Template-prompt 
	{
		text-align: center
	}