html,body {
	text-align: left;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 90%;
	margin: .5in;
	
	}

/* SEARCH BOX */	
#search {
	display: none;
	}
	


/* FOOTER */

#footer {
	padding-top: 10px;
	border-top: 1px solid #333;
	}

#footer p {
font-size: 85%;
text-align: center;
}

#footer a {
font-weight: normal;
}

#print {
margin-top: 25px;
padding-bottom: 10px;
border-bottom: 1px solid #333;
}

/* HEADINGS */

h1 {
	font-weight: bold;
	font-size: 140%;
	color: #92162e;
	
	}
	
h2 {
	color: #92162e; 
	font-size: 90%;
	border-top: 1px solid #92162e;
	padding-top: 5px;
	margin-top: -10px;
}

	
h3 {
	font-size: 120%;
	color: #92162e;
	margin: 20px 0px 0px 0px;
	}
	
h4 {
	font-size: 100%;
	color: #92162e;
	margin: 20px 0px 3px 0px;
	}
	
p {
margin-top: 0px;
}

/* LINKS */
a, a:link {
	font-weight: bold;
	text-decoration: none;
	color: #0B5672;
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #0B5672;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #92162e;
	}
	
	
	#mainContent {
		margin-top: -100px;
		
		
		
	
	}
	


#gsb {
	display:none;
	}

#navbar {
	
	display: none;

	}

#topnav {
	display: none;
	}



#rightcolumn {
	
display: none;
	}


	
/* TABLE STYLES */

table.courses td, table.courses td p {
	font-size: 95%;
}

table.courses td {

padding: 8px;
border-bottom: 1px solid #ccc;
}
