/* CSS Document */
/*	border: 1px solid #FF0000;	*/
/*	Official Undergraduate Catalog sheet 02-15-06 */


.pagewidth {
width: 750px;
}
a:link{
	color: #006699;
	text-decoration:underline;
}
a:visited{
	color: #6B8896;
	text-decoration:underline;
}
/* this prints out the url
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
} */

body {
	float:none;
}

#bannersubnav { 
	top: 88px;
	display:none;
} 

#bannernav{ /* this positions and styles the subnavigation that the users can add */
	display:none;
}
#content {
	float:none;
	position:relative;
	top:0px;
}
.column {
	margin: 0px 5px;
	padding: 0px;
	float: none;
	position: relative;
	width: 250px;
}
#footer {
	font-size: 10px;
	color: #666666;
	text-align: center;
	position: relative;
	height: 50px;
	width: 800px;
	left: 0px;
	top: 100px;
	line-height: 12px;
	clear:both;
	background-color:#FFFFFF;
}

#banner {
display: none;
}

a#bannerlink {
	display: none;
}

#bannerprinter {
	display: inherit;
}
/* #content a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
   }
*/   
   
/*#bannersubnav{ /* this moves the sub navigation so that it fits on the
screen in print mode...you can modify this as you please */
/*	left: 140px;
	top: 85px;
	color: white;
}

#bannernav{ /* this aligns the top navigation text so that it fits in the print screen */
/*	text-align:left;
}

a.topnav:link { /* shrinks the top nav text so it fits in the print screen */
/*	color: white;
	text-decoration: none;
	font-size: 10pt;
}
a.topnav:visited { /* shrinks the top nav text so it fits in the print screen */
/*	color: white;
	text-decoration: none;
	font-size: 10pt;
}
a.topnav:hover { /* shrinks the top nav text so it fits in the print screen */
/*	color: white;
	text-decoration: underline;
}
*/

 /* this is the div that displays the secondary image 
replacing the banner during print mode */

