/* Print Styles for DPA Faculty web sites */

/*---------------------------------------------------------*/
/* Core Styles */ 

body {
	margin: 0;
	padding: 0;
	color: black;
	background: white;
	font:1em "Trebuchet MS", Verdana, Arial, sans-serif;	
} 
   
a, a:visited, a:hover {color: #037;	text-decoration: underline; }

#rap { width:90%; margin: 0 auto; margin-bottom:10px; border:0;}
#header { background: #FFF;width: 100%; height:auto; }
#header_text { color:#777; font-size: 2.8em; text-align:left; padding:0;  }
#header_biline { color:#777; font-size: 1.6em; text-align:left; padding:0;  }

/* <table> */
#main_layout_table { width: 100%; border:0; }
/* <td> */
#sidebar {	display:none; }
/* <td> */
#main_content {
	background: #FFF;
	padding:14px;
	vertical-align:top;
	font-weight:normal;
	line-height:1.3em;	
}

#footer {border:0;}
#footer_links { display:none; }
#built_by { display:none; }
.footer_a_link a, .footer_a_link a:visited, .footer_a_link a:hover{text-decoration: none; font-weight:normal; }
#admin_edit { display:none; }

/*---------------------------------------------------------*/
/* end styles */



