@charset "utf-8";
/* CSS Document */


body {
	background-color: #eee;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-stretch:90%;
	font-size: 9pt;
	color:#333;
	}


	.editors-note	{
		font-style:italic;
		background-color:#FFCC00;
		}

	.warning-note	{
		background-color:#FFCC33;
		}

#container	{
	margin:0 auto;
	top:0;
	width:980px;
	clear:both;
	background-color:#eee;
	}

#topmenubar	{
		width:940px;
		height:29px;
		border-style:none;
		margin:0;
		margin-top:35px;
		padding:16px 40px 0 0;
		clear:both;
		background-color:#fff;
		font-size:1em;
		text-align:right;
		color:#ccc;
		border-left:#ccc solid 1px;
		border-right:#ccc solid 1px;
		border-top:#ccc solid 1px;
		}
	
		#topmenubar a:link, #topmenubar a:visited	{
			color:#ccc;
			text-decoration:none;
			}
		
		#topmenubar a:hover	{
			color:#E0523F;
			text-decoration:underline;
			}
		
		#topmenubar a:active	{
			color:#000;
			background-color:#fff;
			text-decoration:none;
			}
				

#header	{
		width:980px;
		height:auto;
		border-left:#ccc solid 1px;
		border-right:#ccc solid 1px;
		margin:0;
		padding:0;
		clear:both;
		background-color:#fff;
		}
		
		.topimage	{
			 margin:0 40px 20px 40px;
			 }


#navi	{
		background-image:url(menubar-over.png);
		background-repeat:no-repeat;
		width:980px;
		height:46px;
		border-style:none;
		clear:both;
		border-left:#ccc solid 1px;
		border-right:#ccc solid 1px;
		}
			
	ul#navbar {
		position:relative;
		top:0px;
		left:213px;
		width:559px;
		height:46px;
		margin:0px;
		padding:0px;
		}
	
	   ul#navbar li {
			margin:0;
			list-style-type:none;
			float:left;
			text-indent:-9999px;
			}
	
			ul#navbar li a {
				border:1;
				text-decoration:none;
				display:block;
				background:transparent url(menubar.png) no-repeat;
				}
	
		li#home a {
			width:90px;
			height:46px;
			}

		li#history a {
			width:120px;
			height:46px;
			}

		li#alumni a {
			width:121px;
			height:46px;
			}

		li#routes a {
			width:113px;
			height:46px;
			}

		li#contact a {
			width:115px;
			height:46px;
			}


		li#home a:link, li#home a:visited {
			background-position:-213px 0px;
			}
		li#home a:hover, li#home a:focus {
			background-position:-213px -46px;
			}
	

		li#history a:link, li#history a:visited {
			background-position:-303px 0px;
			}
		li#history a:hover, li#history a:focus {
			background-position:-303px -46px;
			}
	

		li#alumni a:link, li#alumni a:visited {
			background-position:-423px 0px;
			}
		li#alumni a:hover, li#alumni a:focus {
			background-position:-423px -46px;
			}
	

		li#routes a:link, li#routes a:visited {
			background-position:-544px 0px;
			}
		li#routes a:hover, li#routes a:focus {
			background-position:-544px -46px;
			}
	

		li#contact a:link, li#contact a:visited {
			background-position:-657px 0px;
			}
		li#contact a:hover, li#contact a:focus {
			background-position:-657px -46px;
			}
	
	
#main	{
	background-color:#fff;
	width:840px;
	padding:0 60px 20px 80px;
	margin:0;
	clear:both;
	overflow:hidden;
	border-left:#ccc solid 1px;
	border-right:#ccc solid 1px;
	}
		
			#main a:link, #main a:visited	{
				color:#E0523F;
				text-decoration:none;
				}
			
			#main a:hover	{
				color:#666;
				text-decoration:underline;
				}
			
			#main a:active	{
				color:#000;
				background-color:#fff;
				text-decoration:none;
				}
		
		
		.address	{
			/* breadcrumb */
			color:#ccc;
			font-style:italic;
			font-size:0.9em;
			margin:10px 0 0 0;
			}

			.address a:link, .address a:visited	{
				color:#ccc;
				text-decoration:none;
				}
			
			.address a:hover	{
				color:#E0523F;
				text-decoration:underline;
				}
			
			
		h1	{
			color:#E0523F;
			font-size:2.4em;
			font-weight:normal;
			}
			
		h2	{
			margin-left:57px;
			line-height:2em;
			font-size:1.6em;
			color:#666;
			}
		
		p	{
			margin-left:57px;
			line-height:2em;
			font-size:1.1em;
			color:#333;
			}
			
		
		ul	{
			margin-left:57px;
			padding:0 0 0 3em;
			line-height:2em;
			font-size:1.1em;
			color:#333;
			list-style:square;
			}
			
			.gototop {
				font-size:0.9em;
				font-style:italic;
				/* background-color:#f9f9f9; */
				border-top:1px dotted #eee;
				text-align:right;
				padding:3px 5px;
				}			
			
			.routeposition {
				font-size:0.9em;
				font-style:italic;
				}
				
			.dict-head {
				font-weight:bold;
				font-size:3em;
				color:#999;
				margin-bottom:0;
				}
			
			.dict-alpha {
				font-weight:normal;
				font-size:0.9em;
				letter-spacing:1px;
				text-align:right;
				margin-top:0;
				margin-bottom:0.5em;
				border-top:1px solid #eee;
				}

				#main .dict-alpha a:link, #main .dict-alpha a:visited	{
					color:#ccc;
					text-decoration:none;
					}
				
				#main .dict-alpha a:hover	{
					color:#fff;
					background-color:#ccc;
					}
			
			.dict-term {
				font-weight:bold;
				font-style:normal;
				margin-bottom:0;
				font-variant:small-caps;
				}
			
			.dict-definition {
				font-weight:normal;
				font-size:0.9em;
				margin-top:0;
				margin-bottom:0.5em;
				}
			
				.smnote {
					font-size:0.8em;
					}			
				
			.year-head {
				font-weight:bold;
				font-size:1.3em;
				margin-top:22px;
				color: #CC6600;
				}			
			
			.stdtable	{
				margin-left:57px;
				width:426px;
				border-collapse:collapse;
				font-size:0.9em;
				color:#666;
				}
				
			.stdtable td	{
				padding:8px;
				border:1px #ccc solid;
				}
				
				.td-subhead	{
					background-color:#d2dbe4;
					color:#333;
					border:1px #c60 solid;
					}
					
			.image-left	{
				float:left;
				margin:9px 20px 12px 0;
				border:2px solid #efefef;
				padding:6px;
				}
				
			.image-right	{
				float:right;
				margin:9px 0 12px 20px;
				border:2px solid #efefef;
				padding:6px;
				}
				
			
		
		
		#sidebar {
			float:right;
			background-color:#f9f9f3; 
			padding:22px 24px 22px 24px;
			width:257px;
			color:#999;
			line-height:1.6em;
			margin:60px 0 20px 25px;
			/* border-left:1px #ccc dotted;
			border-top:1px #ccc dotted; */
			border-top:10px #fff dotted; 
			border-bottom:10px #fff dotted; 
			}
			
		#sidebarclear {
			float:right;
			background-color:#fff;
			padding:22px 24px 0 24px;
			width:197px;
			color:#999;
			line-height:1.6em;
			margin:60px 0 20px 45px;
			border:dotted 2px #eee;
			}
			
			#sidebar h1, #sidebarclear h1	{
				margin:0;
				color:#666;
				font-size:1.2em;
				font-weight:bold;
				padding-bottom:1em;
				}
				
			#sidebar p, #sidebarclear p	{
				margin:1em 0 1em 0;
				color:#666;
				font-size:0.9em;
				padding:0;				
				}
				
			#sidebar ul, #sidebarclear ul	{
				margin:0;
				padding:0 0 0 2em;
				color:#666;
				font-size:0.9em;
				list-style:square;	
				}
				
			.logo-home	{
				margin:10px 0 0 0;
				border:none;
				}
				

#footer	{
		background-color:#ccc;
		width:900px;
		height:40px;
		color:#eee;
		border-bottom:#ccc solid 1px;
		border-left:#ccc solid 1px;
		border-right:#ccc solid 1px;
		padding:30px 40px 0 40px;
		clear:both;
		overflow:auto;
		}
		
		.copyrightline	{
			float:left;
			color:#fff;
			font-size:0.8em;
			margin:0;
			}

			.copyrightline a:link, .copyrightline a:visited	{
				color:#fff;
				text-decoration:none;
				}
			
			.copyrightline a:hover	{
				color:#000;
				background-color:#fff;
				text-decoration:none;
				}
			
			.copyrightline a:active	{
				color:#000;
				background-color:#fff;
				text-decoration:none;
				}
					

		.bottommenu	{
			float:right;
			color:#fff;
			font-size:0.8em;
			margin:0;
			}

			.bottommenu a:link, .bottommenu a:visited	{
				color:#fff;
				text-decoration:none;
				}
			
			.bottommenu a:hover	{
				color:#000;
				background-color:#fff;
				text-decoration:none;
				}
			
			.bottommenu a:active	{
				color:#000;
				background-color:#fff;
				text-decoration:none;
				}
					

			
#belowfooter	{
		width:900px;
		margin:0;
		padding:0;
		clear:both;
		border-left:#eee solid 1px;
		border-right:#eee solid 1px;
		}
		
