@charset "utf-8";
/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
}
/* the settings above affect only IE */
body  {
  background-image: url('/css/images/cross_bkg.png');
  font-family: arial;
  text-align: center;
  min-width: 760px;
}
a:link {color: #0000FF}     /* blue unvisited link */
a:visited {color: #FF0000}  /* red visited link */
a:hover {color: #FF00FF}   /* purple mouse over link */
a:active {color: #000000}   /* selected link */
a.bkgn {background-color: #ffff00}

#wrap {
   background-image: url('/css/images/diamond.gif');
   background-repeat:repeat-x;
   position:relative;
   top: 65px;   
   width:800px;
   margin:0 auto;
  }
#container {
   background-color:#ffffff;
   text-align:left;
   /*margin-left:5%;
   margin-right:5%;*/
   position:relative;
   top: 20px;   
   margin:0 auto;
   padding:0;
   width:780px;
   height:100%;
   padding-left:10px;
   padding-right:10px;   
}
#header {
  width: 760px;
  height: 150px;
  }
#nav {
  padding: 0;
  /*float: left;*/
  width: 170px;
  height:300px;
}
#navh{
  padding: 0;
  /*float: left;*/
  width: 760px;
  height:30px;
 }
#content {
  width:700px;
  margin: 2em 0 1em 0;
  }
#content p  {
 margin: 1em 1em 1em 1em;
 font-size: 1.25em;
 text-indent: 1em;
  }
#event {
  width:700px;
  font-size:large;
 }
#footer {
  clear: both;
  width:760px;
  text-align:center;
  }
#footer a {font-size:60%;} 
#footer a:link {color:#000000;text-decoration:none;}
#footer a:visited {color:#000000;text-decoration:none;}
#footer a:hover {color:#CC0000;text-decoration:underline;}
#footer a:active {color:#000000;text-decoration:none;} 
h1 {
  font-size:110%;
  font-family:"Comic Sans MS", sans-serif;
  color:#330066;
  line-height: 100%;
  }
h2{
  font-size:90%;
  font-family:"Comic Sans MS";
  color:#330066;
  }
p {
  font-size:90%;
  font-family:"Comic Sans MS";
  color:#330066;
  }
#header img  {
        border-style:none;
    vertical-align:top;
}
table.top  {
 border: solid black;
 border-width: 0;
 empty-cells: hide;
 width: 755px; 
 border-collapse: collapse;
 }
.leftcoltop {
    font-weight: bold;
    text-align: left;
    width: 190px;
}
.rightcoltop {
    font-weight: bold;
    text-align: center;
    border: solid #d4d434;
}
img.top {
  margin-left:27px; 
  margin-right:5px;
  padding: 0px;
  }
table.schedule {
    border: dashed #cccc00 3px;
    width: 550px;
    }
.title {
  text-align:center; 
  font-weight: bold; 
  border-style: solid; 
  border-color: black; 
  border-width: 1px 2px 3px 4px;
  }
.daycolsched {
    font-weight: bold;
    text-align: left;
    width: 70px;
}
.timecolsched {
    font-weight: normal;
    text-align: right;
    width: 110px;
}
.spacecolsched {
    font-weight: normal;
    text-align: left;
    width: 20px;
}
.eventcolsched {
    font-weight: normal;
    text-align: left;
    width: 310px;
}
table.email {
    border: double #000 3px;
    width: 550px;
    }
.mast h1 {
  font-size: 200%;
  font-weight: bold;
  font-family: "Comic Sans MS";
  color: #330066;
  text-align:center; 
  } 
  .center {
    text-align:center;
   }
  .inset {
  margin-left:50px;
   }
     
