/******************** STYLE SHEET FOR PHYSICS DEPT PAGES: SCREEN STYLES for ALL PAGES EXCEPT HOME PAGE  ******************** 

Color scheme:
        crimson: #701d27 (use for button and bar background, borders and links);
		gray: #4f4545
		mauve: #d1a797 (use for active links)


/******************** Heading styles ********************/

h1 {
		font-weight: bold;
		font-size: 24px;
		background-color: white;
		color: #770000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-align: left;
		display: block;
}

h2 {
		font-size: 18px;
}

h3 {
		padding: 4px 0;
}

/************************* Main Div styles ***************************/
	
body {
		background-color: white;
		color: black;
}

#main {
		margin: 0;
		background-color: white;
		color: black;
}

#main_home {   
		width: 640px;
		background-color: white;
		color: black;
}
		
				
#frame {  /* contains the text portion of the page  */
		width: 640px;
}

#frame_home {  
		width: 640px;
		margin: 22px 0 0 0;
		background-color: white;
		color: black;
		}

		
#hdr_left { 
		display: none;
}

#hdr {
		display: none;
}
		
#hdr_home {
		display: none;
}

#hdr_links {
		display: none;
}

#banner {
		display: none;
}

#navbarwrap {
		display: none;
} 
		
#top_photo {
		display: none;
} 

#banner_img{
		display: none;
} 


#leftbar {  
		display: none;
}

		
#leftbar_home {  
		display: none;
}

#content {
		margin: 0;
		padding: 4px;
		width: 632px;
		}
		
#content_home {
		margin: 0;
		width: 632px;
		overflow: visible;
	}
		
#text {
		width: 630px;
		margin: 0;
}
				
#text_home {
}
	
#news_home {
		width: 632px;
}
				
#info {
		display: none;
}

#float_r {
		display: none;
}

#smfloat_r {
		display: none;
}
		.float_note {
				display: none;
		}
		
				
/************************ Miscellaneous divs and elements *********************************/
	

/*Styles for News pages: */	
#news p {
		width: 632px;
		background-image: url("../img/auxil/greysq.gif");
		background-repeat: no-repeat;
		background-position: 4px 8px;
		font-weight: normal; 
		font-size: 11px;
		display: block;
		padding: 4px;
		margin: 4px 0 12px 0;
		border: solid 1px #d1a797;
}
			

#news ul {
		width: 632px;
} 
		
/* Styles for Faculty Pages */

#facpage_header {
		width: 632px;
}

#facpage_float {
		margin: 0;
}


/* Styles for misc pages: */	

#hdr_misc { 
		display: none;
}

#frame_sm {
		width: 632px;
	}
	
	#navbarwrap_misc {
		display: none;
	} 
		
		
	#cont_sm {
		width: 612px;
		border: none;
	}
			

/************************* Inline Text Styles ***************************/

.heading { /* use for vertical bar headings */
		color: #701d27;
		background-color: inherit;
		font-weight: bold;
		text-decoration: underline;
}

/************************* Basic Link styles ************************************/

	/* white links */
	.white a:link, .white a:visited, .white a:active, .white a:hover  {
		background-color: inherit;
		color: black;
	}

	
	/************************* Footer styles ************************************/

#footbarwrap {
		width: 632px;
		position: relative;
		background-color: white;
		color: #701d27;
		text-align: center;
		padding: 2px;
} 
		
#footbarwrap_home {  
		width: 632px;
		background-color: white;
		color: #701d27;
		text-align: center;
		border-style: solid;
		border-width: 1px 0 0 0;
		border-color: #701d27;
}
		
				
#footbarwrap_misc {  
		background-color: white;
		color: #701d27;
		text-align: center;
		border-style: solid;
		border-width: 1px 0 0 0;
		border-color: #701d27;
		width: 632px;
}
	
		#ft_left {
			display: none;
		}
		
		#ft_main {
			margin: 0 0 0 4px;
			display: block;
		}



/********** footer link styles **********/
                   
        .footer a:link, .footer a:visited, .footer a:hover, .footer a:active { 
				display: none;
        } 


