@import url("site-screen-subnav.css");
@import url("site-screen-auxlinks.css");
@import url("site-screen-events.css");
@import url("site-screen-news.css");

/* Note: site-screen-tables.css is imported into typography.css so styles show up in editor */

body{
  background-color: #bbb;
  font-size:90%; 
  font-family:"Georgia", Times, serif;
}

a {color: #153fa7;}
a:visited {color: #142f57;}

hr {clear: both;}

.container 
{
  background-color: white;
  border-bottom: solid 4px black; 
}

#header
{
  background-image: url('/images/header_background.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left bottom;
  height: 106px;
  width: 950px;
}

#navbar {height: 30px;}

#centernav {height: 30px;}

#search {text-align: right; padding: 35px 10px 0 0;}
#share {text-align: right; padding: 10px 10px 0 0;}
#pageHeader {
  height: 264px;
  border-bottom: solid 3px #142f57;
}

#breadcrumbs {
  height: 22px;
  background-color: #142f57;
  color: white;
  font-family: Arial, Helvetia, sans-serif;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1px;
  padding: 0 0 3px 14px;
}

#breadcrumbs a {
  color: white;
  text-decoration: none;
}

.pageHeading {
      padding-top: 20px;
  margin-left: 220px;
  margin-right: 10px; 
}

#content {padding: 0 20px;}

#footer {background-color: #ddd; border-top: solid 1px black; text-align: center; padding: 6px 0 6px 0; margin-top: 8px;}
#footer p {color: #333; text-align: left; font-size: .8em; padding: 0 15px 0 15px;}

/* Misc */
.teacher {float: left; height: 200px; width: 30%; margin-right: 10px;}
.teacher img {border: solid 1px black;}

.article {clear: both;}








































































































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

