body {
  margin-top:5px;
  color: black;
  background-color: #CCCCCC;
  font-family: "Verdana", "Helvetica", sans-serif;
}

#header{
  padding:3px;
  font-size: 14px;
  text-align: center;
  background-color: black;
  color: yellow;
  height: 150px;
}


/* nav menu begins */

#navcontainer{
  margin-left:auto;
  margin-right:auto;
  margin-top:8px;
  margin-bottom:5px;
  border-top: 1px solid #999;
  z-index: 1;
}

#navcontainer ul{
  list-style-type:none;
  text-align:center;
  margin-top: -8px;
  padding:0;
  position:relative;
  z-index:2;
}

#navcontainer li{
  display: inline;
  text-align:center;
  margin:0 5px;
}

#navcontainer li a{
  padding:1px 7px;
  color:#666;
  background-color:yellow;
  border: 1px solid #CCC;
  text-decoration: none;
}

#navcontainer li a:hover{
  padding:1px 7px;
  color:red;
  background-color:yellow;
  border: 1px solid #CCC;
  text-decoration: none;
}

#navcontainer li a#current{
  color: #000;
  border-top: 2px solid red;
  border-bottom: 2px solid red;
}

/* nav menu ends */


h1 {
  text-align: center;
}

h2 {
  text-align: center;
}




#leftcol {
  top: 2px;
  left: 10px;
  width: 550px;
  height:400px;
  margin: 5px 5px 5px 5px;
  font-size: 12px;
}

#rightcol {
  padding-top: 10px;
  padding-left: 5px;
  padding-right:10px;
  width:210px;
  height:200px;
  font-size: 12px;
  line-height:1.5em;
}

#contents {
  padding: 20px;
  width: 740px;
  font-size: 12px;
  line-height:1.5em;
}

a:link {color: #FBD7A1; padding:2px; text-decoration: none;}
a:visited {color: #A9C7CE;text-decoration: none;}
a:hover {color: red; background-color: yellow; text-decoration: none;}

#footer {
  padding:5px;
  font-size: 11px;
  text-align: center;
  background-color: black;
}

#infoleft{
  text-align: right;
  padding-right: 2px;
  width:40%;
} 

#checkbx{
  vertical-align:middle;
  text-align: right;
  padding-right: 2px;
}   

.calender{
  text-align:left;
  color: green;
  padding-left:20px;
}

table {width: 800px;
  background-color: #FFFFFF; 
 }

td {font-size:10px;
  vertical-align: top;
  padding: 2px;
}

.namelist{
  list-style-type:none;
}

.accomplish{
  list-style-type:square;
  padding-top: 5px;
  padding-bottom: 5px;
}

em{font-weight:bold;}

#slogan{
  clear:left;
  padding-top:20px;
  font-size:20px;
  color:red;
}

#bigger{
  font-size:16px;
  color:red;
}

#thank{text-align:center;}

#logopic{
  clear:left;
  padding-top:10px;
  padding-left:20px;
  }

.cap{text-align:center;}

/*slideshow begins */

#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:506px; margin:5px auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:500px; height:300px; padding:2px; border:1px solid #ccc; background:#000}
#information {position:absolute; bottom:0; width:500px; height:0; background:#CCC; color:#800; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px; text-align:center;}
#information p {padding:0 8px 8px; text-align:center;}
#image {width:500px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; width:20px; height:81px; background:url(images/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:81px; background:#222 url(images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:456px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}
 
/* end slideshow */