@charset "UTF-8";
header {
    background-position: center center;
    /* [disabled]background-image: url(../images/banners/blackboard.jpg); */
}
main {
	width: 900px;
}
main h2, main h3 {
    float: none;
    color: #222222;
    text-align: left;
    padding-left: 0px;
    font-weight: bold;
}
main h3 {
	font-size: 1em;
}
aside   {
}
#ccLogo {
    width: 130px;
    height: 130px;
    float: left;
    margin-right: 30px;
    display: block;
}
aside h3 {
	text-align: center;
}
#teaching2 {
    float: right;
    margin-bottom: 20px;
    margin-left: 20px;
}
.appPageLinks {
    background-color: #FFFFFF;
    float: left;
    height: 120px;
    width: 120px;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
    margin-right: 41px;
    margin-bottom: 30px;
    border: 1px solid #2C2C2C;
    margin-left: 41px;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
}
.appPageLinks img {
    width: 75px;
    height: 75px;
    margin-bottom: -10px;
    margin-top: 10px;
}
.clearFloats {
    clear: both;
}

@media screen and (min-width:976px){
aside.classInfo {
	float: left;
	clear: both;
	width: 880px;
	margin-left: 20px;
	margin-right: 20px;
}
}

@media screen and (max-width:975px){
#container main aside {
	width: 244px;
	float: right;
}
#container aside.classInfo {
	clear: both;
	width: 96%;
	margin-left: 1%;
	margin-right: 1%;
	padding-left: 1%;
	padding-right: 1%;
}
}

@media screen and (max-width:600px){
#container main aside {
	width: 98%;
}
#teaching2 {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 80%;
	height: auto;
	max-width: 350px;
}
}
