/* Print CSS Document for Webmapping Geography 585 */

/* don't display */

#banner 		{ display: none; }
#links 			{ display: none; }
#courseimage { display: none; }
#menu { display: none; }		
.pagination { display: none; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
    width: 6.6in;
	}

#content { width: 6.8in; }							
#footer { font-size: .6em; text-align: center; width: 6.8 in; } 

a:link, a:visited, a:active { text-decoration: underline; color: black; }
	
th { text-align: left; }
th, td { }	

h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.1em; }	
h4 { font-size: 1.0em; } 

p { line-height: 1.3; }

#main { }
#maincontainer 	{ }
#leftcontainer 	{ }
#rightcontainer { }

#contentbanner { 
    width: 6.6in;
	margin: 0; 
	padding: 0; 
	display: inline; 
}
#contentbanner p { 
	text-align: center; 
	margin: 0; 
	padding: 0; 
}

table th, table td, table tr {
	margin: 5px; 
	padding: 5px; 
}


.floatLeft { float: left; } 
.floatRight { float: right; } 
.floatmediaRight { float: right; } 
.floatmediaLeft { float: left; }
			
p.contentbanner { }	

