/* Print Stylesheet for Math 322 */ 

body {
 background: #ffffff;
 font-family: Georgia;
 }

#mainpage {
 text-align:left;
 padding-left: 1%;
 padding-right: 1%;
 padding-top: 1%;
 padding-bottom: 1%;
 background: #fff;
}

#banner {display:none;
 height:254px;
 background:#020202;
 color: #ffffff;
}
#banner img {
 float: left;
 padding: 0;
 clear: both;
}

#infobar {display:none;
 background:#7c410f;
 color: #ffffff;	
 font-weight: bold;
 text-align: right;
 vertical-align: middle;
 padding: 5px 10px;
}
#infobar a {text-decoration: none; color: #ffffff;}
#infobar a:hover {text-decoration: none; color: #f5e29f;}

#contents {
 /* background: #cab574; #ead280; #f5e29f; */
 background: #ffffff;
}

div.navigation {display:none;
 /* position:fixed; */
 position: absolute;
 width:20%;
 padding: 15px;
 color: #7c410f;
 }
 
div.navigation a {text-decoration: none; color: #7c410f;}
div.navigation a:hover {text-decoration: none; color: #000000;}

div.cont {
 color: #000000;
 padding:10px;
 }
div.cont a {color: #0000af;}