/* teachinglean.org style - j. hart, 2/8/08
   Written to take the place of horrendous 
   FrontPage extensions and proprietary code.
   Appearance based on site built by Nils Hanson. */

/* Layout divs */
#lean_logo{float:left;
           padding:15px 0px 5px 20px;
           }
#navigation{clear:left;
            width:740px;
            height:22px;
            border-left:12px solid #c6c5b5;
            color:#000;
            font-family:verdana,sans-serif;
            white-space:nowrap;
            list-style-type:none;
            background-color:#dbd9cb;
       }
#navigation ul{margin-left:3px;
               padding-left:3px;
               margin-top:3px;
               padding-top:3px;
               }
#navigation li{display:inline;
         }
#navigation li a{color:#000;
             text-decoration:none;
            }
#navigation li a:hover{text-decoration:underline;
                }
#banner_graphic{clear:both;
                margin:10px 0px 10px 12px;
                }
#content_wrapper{clear:both;
                 width:740px;
                 margin:0px 0px 50px 12px;
                 }
#footer{width:740px;
        height:30px;
        margin:50px 0px 10px 12px;
        border-top:1px solid #ccc;
        font-size:0.8em;
        }            
/* Formatting and presentation style */
body{font-family:verdana,sans-serif;
     font-size:0.8em;
     }
a{color:#005595;
  text-decoration:underline;
  }
a:hover{color:#005595;
	    text-decoration:none;
        }
a:active{color:#000066;
	     text-decoration:none;
         }
a:visited{color:#005595;
          }
h1{color:#327059;
   font-weight:normal;
   }
h3{color:#005595;
   font-size:0.9em;
   margin-top:2px;
   margin-bottom:2px;
   }
h4{color:#990000;
   }
.main-page-content{width:100%;
                   border:0px;
                   padding:0px;
                   spacing:0px;
                   }
.header-cell{width:33%;
             height:18px;
             font-size:0.9em;
             border-top:1px dashed #999;
             border-bottom:1px dashed #999;
            }
/* had to make a separate class to account for IE sucking */
.header-cell_prof{width:33%;
             height:18px;
             font-size:0.9em;
             border-top:1px dashed #999;
             border-bottom:1px dashed #999;
            }