*{
  margin: 0px;
  padding: 0px;
}
.tabit{
  margin-left: 20px;
}

.themainbody{
  background-color: #C4B288;
}
h1.letter{
  font-size: 24px;
  color: maroon;
}
img{
  border-style:none;
}

td#topborder{
  width: 770px;
  height: 15px;
  background-image: url('pics/border-top.jpg');
  background-repeat: no-repeat;
}
td#leftborder{
  width: 15px;
  background-image: url('pics/border-left.jpg');
  background-repeat: repeat-y;
}
td#rightborder{
  width: 15px;
  background-image: url('pics/border-right.jpg');
  background-repeat: repeat-y;
}
td#bottomborder{
  width: 770px;
  height: 15px;
  background-image: url('pics/border-bottom.jpg');
  background-repeat: no-repeat;
}


.linkdesc{
  color: black;
  font-size: 12px;
  text-decoration: none;
  margin-left: 20px;
  margin-right: 20px;
}

div.buttonx{
  height: 30px;
}

div.buttony{
  background-image: url(pics/bird_icon.jpg);
  background-repeat: no-repeat;
  height: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  float: left;
  clear: right;
}
div#contactinfo{
  border-style: outset;
  border-color: #993300;
  border-width: 3px;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 25px;
  margin-left: 75px;
  margin-right: 75px;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
}
img.icon{
  margin-top: 12px;
}
table.shrinktable{
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 0px;
  background-repeat: repeat-x;
}

div.borderAdmin{
  border-style: solid;
  border-color: #006699;
  border-width: 2px;
  margin-bottom: 25px;
  margin-left: 75px;
  margin-right: 75px;
  font-size: 12px;
  text-align: center;
}

div.borderDept{
  border-style: outset;
  border-color: #993300;
  border-width: 3px;
  background-color: #EEEEEE;
  margin-bottom: 25px;
  margin-left: 200px;
  margin-right: 200px;
  font-size: 12px;
  text-align: center;
}
div.borderTopic{
  border-style: outset;
  border-color: #D3D3D3;
  border-width: 3px;
  margin-bottom: 10px;
  margin-left: 50px;
  margin-right: 50px;
  font-size: 10px;
  text-align: center;
}
div.calEvent{
  border-style: dotted;
  border-color: blue;
  border-width: 2px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  text-align: left;
}
