/* Netscape 4 safe font sizes */
	body, div, p, th, td, table, tr, li, dd, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	}  
	

/*--------------------------------- Default -----------------------------*/
	body {
		margin:0px;
		padding:0px;
		background-color:#e6e6cc;
		/*font-size: 0.73em;*/
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #333333;
		}

	h1 {
	font-size:1.5em;
	padding-top:15px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999999;
		}
	h2 {
	font-size:125%;
	padding-top:15px;
	font-weight: bold;
	border-bottom: 1px dotted #FB7115;
	padding-bottom: 5px;
		}
	h3 {
		font-size:1.3em;
		padding-top:10px;
		font-weight: bold;
		}
	
	h4 {
		font-size:1.1em;
		padding-top:10px;
		margin:10px 0px 0px 10px;
		font-weight: bold;
		}

	h5 {
		font-size:1em;
		padding-top:10px;
		margin:10px 0px 0px 10px;
		font-weight: bold;
		}
		
		
	p,h1,h2,h3,pre {
		margin:0px 10px 10px 10px;
		}
		
	.ghost {
		display: none;
		}

	a:link {
		color: #333333;
		/*text-decoration:none;*/
		}

	a:visited {
	 	color: #666666;
		/*text-decoration:none;*/
			}
	
	a:hover {
		color: #FB7115;
		text-decoration:underline;
		}
	
	a:active {
	 	color: #333333;
		text-decoration:none;
		}
		


/*--------------------------------- Footer Section ----------------------------------*/

	#footer {
		clear:left;
		border-top:1px solid #FB7115;
		border-bottom:1px solid #FB7115;
		padding-top:10px;
		padding-bottom:10px;
		margin-bottom:0px;
		}
		
/*--------------------------------- Header Section ----------------------------------*/

	.header {
		clear:left;
		border-bottom:1px solid #FB7115;
		}
	.header input {
		margin-top:0;
		margin-bottom:0;
		}
		

/*--------------------------------- Navigation Section ----------------------------------*/

#navAlpha {
        font-size: 1.1em; 
        background-color: #e6e6cc;
        font-weight: bold;
        }
#navAlpha p {
	padding: 4px 8px; 
	margin: 0; 
	text-decoration: none; 
	text-align: left;
	color: #333333;
	background:	#e6e6cc;
	border-bottom: 1px solid #FFFFFF;
	}

#navAlpha a {
	display: block; 
	padding: 4px 8px; 
	margin: 0; 
	text-decoration: none; 
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	color: #333333;
	background:	#e6e6cc;
	}
	
#navAlpha a:hover {
	background: #333333;
	color: #ffffff;
	}	
	
.contact_style {
	border-bottom: 1px solid #FFFFFF;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	padding: 4px 10px;
	margin: 0px 0px 5px 0px;
	}

/* -------------- these items hide submenus: for pages where they should be displayed set display to block */
#navChancellorsHonors {
	display:none;
	} /*------- call ChancellorsHonors.css in pages where you want to display these */
#navForFaculty {
	display:none;
	}
	
/*--------------------------------- Main Navigation Top "Orange" Section ----------------------------------*/

	#sitenavtop {
		background-color: #FB7115;
		font-size: 1.1em; 
		}

	#sitenavtop a {
		color: white;
		background: #FB7115;
		}

	#sitenavtop a:hover {
		background: #333333;
		}
	
/*--------------------------------- Big Top Photo ----------------------------------*/
	#deptlogo {
		border-top:0px;
		border-left:0px;
		border-right:0px;
		border-bottom:1px solid #FB7115; 
		/*color:white;*/
		color:#333333;
		/* border-right:1px solid #FB7115;*/
		background-color:#ffffff;
		}
		
	#deptlogo h1 {
		/*font-size: large;*/
		font-size: 2em;
		font-weight:bold;
		/*font-family:Times, serif;*/
		}



/*--------------------------------- main content ----------------------------------*/

	#content {
		background:#ffffff;
		padding:5px 10px 5px 10px;
		border-right:1px solid #fb7115;
		text-align: left;
		vertical-align: top;
		}
		
	#content a {
		color: #fb7115;
		text-decoration: none;
		}
		
		#content a:hover {
		color: #fb7115;
		text-decoration: underline;
		}
				
	.maintext {
	font-size: 11px;
	line-height: 17px;
	}

	#content ul ul {
		margin-left: -15px;
		}

/*--------------------------------- orange line right ----------------------------------*/

 .bottomright {
	border-right: 1px solid #FB7115;
	border-bottom: 1px solid #FB7115;
	}

/*--------------------------------- orange line bottom ----------------------------------*/

 .bottom {
	border-bottom: 1px solid #FB7115;
	}
	
/*--------------------------------- Gray ----------------------------------*/

	#gray {
		background-color:#e0e0e0;
		}

/*--------------------------------- White ----------------------------------*/

	#white {
		background-color:#ffffff;
		}
		
/*--------------------------------- orage box ----------------------------------*/

	.wrap {
		border: 1px solid #FB7115;
	}
	
/*--------------------------------- orange hr ----------------------------------*/

hr {color:#fb7115; background-color:#fb7115; height:1px; border:0px;}


/*--------------------------------- orange line left ----------------------------------*/

 .left {
	border-left-style: solid;
	border-left-color: #FB7115;
	border-left-width: 1px
	}
	
/*--------------------------------- orange line top ----------------------------------*/

 .top {
	border-top-style: solid;
	border-top-color: #FB7115;
	border-top-width: 1px
	}
/*--------------------------------- orange line right ----------------------------------*/

 .right {
	border-right-style: solid;
	border-right-color: #FB7115;
	border-right-width: 1px
	}


/*--------------------------------- gray bottom right ----------------------------------*/

 .bottom {
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px
	}


/*--------------------------------- yellow background ----------------------------------*/

.yellow {
	background-color:#FFF8DC;
		padding-bottom:10px;
		padding-top:1px;
		padding-left:10px;
		margin-right:-10px;
		margin-left:-10px;
	}


/*--------------------------------- left padding ----------------------------------*/

.padding {
	padding-left: 5px; 
	}

/*--------------------------------- right padding ----------------------------------*/

.padding_right {
	padding-right: 10px; 
	}

/*--------------------------------- top and bottom padding ----------------------------------*/

.TBpadding {
	padding-top: 5px; 
		padding-bottom: 5px; 
	}


#utk_seek {
	margin-top:0px; 
	margin-bottom:0px;
	}
#utk_links {
	margin-top:0px; 
	margin-bottom:0px;
	}

#navAlpha .sublink  {
	padding-left: 2em;
	font-size:90%;
	}
#navAlpha .sublink2  {
	border-left: 1em solid #fb7115;
	font-size:90%;
	}
#navAlpha .sublink3 {
	padding-left: 3em;
	background-image:url(http://tennessee.edu/new_images/orange-triangle.gif);
	background-repeat: no-repeat;
	background-position: 2em;
	border-bottom: 1px solid #ffffff;
	font-weight: lighter;
	}
