/* Stylesheet for Math 322 */ 

body {
 /* background: #cab574; */
 background: #ffffff;
 padding: 10px;
 font-family: Georgia;
 }

#mainpage {
 text-align:left;
 padding-left: 1%;
 padding-right: 1%;
 padding-top: 1%;
 padding-bottom: 1%;
 background: #7c410f;
}

#banner {
 height:254px;
 background:#020202;
 color: #ffffff;
}
#banner img {
 float: left;
 padding: 0;
 clear: both;
}

#infobar {
 background:#7c410f;
 color: #ffffff;	
 font-weight: bold;
 vertical-align: middle;
 padding: 5px 10px;
 text-align: right;
}
#infobar a {text-decoration: none; color: #ffffff;}
#infobar a:hover {text-decoration: none; color: #f5e29f;}

#contents {
 /* background: #cab574; #ead280; #f5e29f; */
 background: #ffffff;
}

div.navigation {
 /* 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 {
 position:relative;
 left:25%;
 width:70%;
 color: #000000;
 padding:10px;
 }
div.cont a {color: #7c410f;}
div.cont .sch_change {color:#ff0000;}
div.cont img.GUI {
	margin-left:20px;
	float:right;
        padding-left:10px;
        padding-right:10px;
        padding-bottom:20px;
	}
div.cont .clear {clear:both;}
div.cont .credits {
	width:100px;
	size:2px;
	align:left;
	}

