body {
  color: #663300;
  min-width: 650px;
  background-image: url('images/gschol.gif');
  background-repeat: repeat;
  text-align: center;
  margin: 0px; 
  padding: 0px; 
}

h1 {
}


h2 {
  text-transform: capitalize;
  border-bottom: 1px dashed #999;
  padding: 0 0 1.5em 0;
  line-height: 24pt;
  text-align: center;
}


div.MainContainer {
  text-align: center;
}

div.address {
  font-weight: bold;
}

table.splash {
  margin: auto;
}

img.splash_td {
  width: 200px;
  height: 200px;
  border: none;
  margin: 0;
}


table.programs {
  border: 0;
  margin: auto;
  cellpadding: 15px;
  text-align: left;
  width: 800px;
}

img.programs_td {

  border: none;
  margin: 0 20px;
  padding: 0 10px;
  text-align: center;
}

table.programs p {
  font-size: 12pt;
}

table.programs p.titles {
  font-weight: 2em;
  font-size: 20pt;
}

ul.navs {
  list-style-type: none;
  text-align: center;
  font-size: 1.5em;
}

ul.navs li {
  display: inline;
  padding-right: 40px;
}


div.footer {
  clear: both;
  border-top: 1px dashed #999;
  font-size: x-small;
  line-height: 3;
}

div.hr {
  height: 3px;
  border: 3px inset black;
  width: 60%;
  text-align: center;
  margin: 20px auto;
  background-color: #663300;
}

div.hr hr { display: none; }  /*** the div will be styled not the hr - to get IE to work ***/



a.school {
  color:blue;
  text-decoration:none;
}
a.school:visited {
  color:green;
  text-decoration:none;
}
a.school:active {
  color:blue;
  text-decoration:none;
}
a.school:hover {
  color:green;
  text-decoration:underline;
}



/*** IE6 Fix ***/
* html #left {
  left: 150px; 
}