/* 
	FILE: print.css
	DATE: 11.5.2005.dave
	DESC: STYLES FOR PRINT DISPLAY
*/

html { font-family: Verdana, Arial; font-size: 10pt; font-weight: normal; font-style: normal; text-decoration: none; color: #000000; }
body { font-family: Verdana, Arial; font-size: 10pt; font-weight: normal; font-style: normal; text-decoration: none; color: #000000; }
td { font-family: Verdana, Arial; font-size: 10pt; font-weight: normal; font-style: normal; text-decoration: none; color: #000000; }

a:link { font-family: Verdana, Arial; font-size: 10pt; font-weight: normal; font-style: normal; text-decoration: none; color: #000000; }
a:visited {}
a:hover {}
a:active {}
 
/* CLASS STYLES ============================================================= */

.noprint { display:none; }
.print_header { display:block; font-family: Verdana, Arial; font-size: 10pt; font-weight: normal; font-style: normal; text-decoration: none; color: #000000; }
.print_footer { display:block; font-family: Verdana, Arial; font-size: 10pt; font-weight: normal; font-style: normal; text-decoration: none; color: #000000; }

.error { font-weight:bold; }
.success { font-weight:bold; }
.form_label { text-align:right; font-weight:bold; vertical-align:top; padding-right:5px; }
.form_display { font-size:10px; }
.form_required { color:#990000; text-align:right; font-weight:bold; vertical-align:top; padding-right:5px; }
.form_required_descr { color:#990000; font-weight:bold; vertical-align:top; padding-right:5px; }

/* DIV STYLES =============================================================== */

#container { position:relative; }
	#top { display:none; }
	#content { position:relative; }
		#header	{ display:none; }
		#header_home { display:none; }
			#snav { display:none; }
	#footer { display:none; }
	#btm { display:none; }
		
/* HOMEPAGE STYLES ========================================================== */
		
	#homepage_img { position:absolute; top:-46px; left:5px; z-index:1; }
	#homepage_text { position:relative; top:20px; left:380px; z-index:2; height:291px; }
		#homepage_text h1 { font-family: Georgia,verdana, arial, helvetica, sans-serif; font-size:19px; font-weight:normal; color:#333366; line-height:20px; margin:0px; padding:0px; }
		#homepage_text p { position:relative; top:10px; left:25px; margin:0px; padding:0px; width:300px; }
		#homepage_button { position:absolute; top:145px; left:60px; z-index:3; }
		
/* PAGE SPECIFIC STYLES ===================================================== */

	#faq {}
		#faq ul { padding:0px; margin:0px; }
		#faq li { list-style:none; }
	
	#site_map {}
		#site_map ul { padding:0px; margin:0px; }
		#site_map li { list-style:none; }
	
	#courses { font-weight:bold; }
		#courses p { font-weight:normal; font-size:8pt; }