<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
	Portions of the code contained in this document
	are taken from 
*/

/* ------- Global Layout --------- */
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 
acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption
{  
/* Using a zeroing selector removes the browser default values, which can vary greatly from browser to browser. */ 
    margin: 0; 
    padding: 0;
    border: 0;
}
iframe, ilayer, frame, frameset
{
	display: none;
	height: 0px;
	font-size: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border: 0px;
	outline: 0px;
}
table, tbody, tfoot, tr, td, th
{
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
}
html {
	max-height:100.1%; /* fixes the display height in Mozilla and Firefox */
	height: 100%;
}
/* hide from IE mac \*/
/*html {*/
/* 
if a page is shorter than viewport, it jumps around as Firefox removes scroll bars and 
then adds it again for longer pages 
*/
/*    min-height: 100%;
    margin-bottom: 1px;
}*/
/* end hiding from IE5 mac */
body {
	background-color: #03244D;
	background-image: url(../images/global/eng_blue_bckgrnd-975.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%; /* prevents some scaling bugs at smaller sizes in Internet Explorer */
	color: #000;
	height: 100%;
}
a {
	voice-family: "\"}\""; 
  	voice-family:inherit;
}
#pageContainer {
/*
	It's only purpose is to center the page.  Because IE5/Win handles the box model 
	incorrectly, the 'header' and 'footer' also have set widths of 770px but with no 
	padding/margins. The 'content' area has padding set, but it has 'contentContainer' 
	to set it's width (it wasn't inheriting the 'pageContainer' width in IE5/Win). 
*/
	xtext-align:left;
	width:975px;
	padding: 0;
	margin:0 auto 0 auto;
	xposition: relative;
	/*background-image: url(http://www.eng.auburn.edu/images/global/contentcontainerbg.jpg);
	background-position: top left;
	background-repeat: repeat-y;*/
}
a .forScreenReaders:active, .forScreenReaders:focus {
  position: absolute;
  overflow: visible;
  width: auto;
  height: auto;
  
  /* This controls the appearance of the link and can 
  only be seen when the users tabs on the page */
  
  background-color: #285149;
  color: #FFFFFF;
  top: 5px;
  left: 5px;
  padding: 5px;
  border: 2px solid #C5B373;
  font-weight: bold;
} 

.clearFloat
{
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 0px;
}
#description
{
	float: right;
	width: 150px;
	
	margin: 10px 0px 0px 25px;
	padding: 0px;
	background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 1;
}
#description h3
{
	width: 300px;
	font-size: 120%;
	font-weight: normal;
	
	color: #FFFFFF;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	
}
#description p
{
	color: #C5C5C5;
	width: 230px;
	font-size: 70%;
	margin: 7px 0px 0px 0px;
}
#description p.readmoreButton
{
	margin: 15px 0px 0px 0px;
	padding:2px 8px 3px 0px;
	
}
#description a
{
	text-decoration:none;
	background-color: transparent;
	background-image:url(../images/global/orange-feature-button.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height: 30px;
	padding:2px 8px 3px 8px;
	margin: 15px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 95%;
}

#description a:hover
{
	text-decoration: underline;
}

#LrgImgsCntnr
{
	display: none;
	height: 0px;
	font-size: 0px;
	width: 0px;
	border: 0px;
	outline: none;
}

/* ------------------------------------------------------------- */
</pre></body></html>