
body {
  background: #fff;
  color: #000;
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 12pt;
  padding: 1%;
}

* {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  font-family: Georgia, tahoma, verdana, arial, helvetica, sans-serif;
}

h1 {
  font-size: 19pt;
  padding: 5pt 0 20pt 0;
}

h2 {
  font-size: 14pt;
  padding: 3pt 0;
}


/* Body */

#canvas {
  width: auto;
  margin: 0;
}

#col-left {
  display: none;
}

#col-right {
  width: auto;
  float: none !important;
}


/* Header */

#header-foundation {
  width: auto;
  height: auto;
  background: #fff;
}

#header-foundation-p4 { width: auto; height: auto; background: #fff; }
#header-foundation-p5 { width: auto; height: auto; background: #fff; }
#header-foundation-p6 { width: auto; height: auto; background: #fff; }
#header-foundation-p7 { width: auto; height: auto; background: #fff; }
#header-foundation-p8 { width: auto; height: auto; background: #fff; }
#header-foundation-p9 { width: auto; height: auto; background: #fff; }
#header-foundation-p10 { width: auto; height: auto; background: #fff; }
#header-foundation-p11 { width: auto; height: auto; background: #fff; }
#header-foundation-p12 { width: auto; height: auto; background: #fff; }

#header-tace {
  width: auto;
  height: auto;
  background: #fff;
}

#header-tace-p16 { width: auto; height: auto; background: #fff; }
#header-tace-p17 { width: auto; height: auto; background: #fff; }

#header-brain {
  width: auto;
  height: auto;
  background: #fff;
}

#header-brain-spanish {
  width: auto;
  height: auto;
  background: #fff;
}

#logo {
  float: none !important;
  padding: 0;
}

#logo a {
  width: auto;
  height: auto;
  text-indent: 0;
  margin: 0;
  padding: 0;
  text-align: left;
}

#print-logo {
  height: 150px;
  float: right;
}

#teacher-login {
  display: none;
}

#manager-login {
  display: none;
}

#teacher-login form, #manager-login form {
  display: none;
}

#teacher-login input, #manager-login input {
  display: none;
}

#teacher-login a, #manager-login a {
  display: none;
}


/* Main Navigation */

#nav {
  display: none;
}

#nav ul {
  display: none;
}

#nav ul li {
  display: none;
}

#nav ul li a {
  display: none;
}

#nav ul li a:hover {
  display: none;
}

#nav ul li a#current {
  display: none;
}


/* Content */

#content {
  clear: both;
  width: auto;
}

#content-top {
  display: none;
}

#content-bottom {
  display: none;
}

.aleft { text-align: left; }
.acenter { text-align: center; }
.aright { text-align: right; }

.fleft {
  margin: 0;
}
.fright {
  margin: 0;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

p {
  text-align: justify;
  margin: 0;
  padding: 3px 0 10px 0;
}

ul {
  margin: 0;
  padding: 0 0 12px 35px;
  list-style-type: square;
  list-style-image: none;
}

li {
  padding: 0 0 4px 0;
}

table {
  padding: 0;
  margin: 3px 0 10px 0;
}

#content #image {
  border: 2px solid #907354;
}


/* Form */

input, textarea {
  background: #fffbea;
  border: 1px solid #e8ddad;
  color: #4a3311;
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  padding: 2px;
  margin: 0 0 1px 0;
  vertical-align: middle;
}

input.noBorder {
  border: 0;
}


/* Footer */

#footer {
  clear: both;
  width: auto;
  height: auto;
  background: #fff;
  margin: 0 auto;
  color: #666;
  font-size: 10pt;
  line-height: 17pt;
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', tahoma, verdana, arial, helvetica, sans-serif;
}

#footer a {
  color: #666;
  text-decoration: underline;
  padding: 0;
}

#footer a:hover {
  color: #666;
  background: #fff;
  text-decoration: none;
}

#footer #credits {
  display: none;
}

#footer #copy {
  clear: both;
  float: none !important;
  padding: 0;
}

#footer #links {
  display: none;
}


