/* General style attributes */

body
{
  color: rgb(175, 225, 246);
  background-color: rgb(155, 197, 222);
  font-family: Verdana, Geneva, sans-serif; 
  font-size: 12px; 
}

div.heading
{
  color: rgb(251, 217, 130);
  font-weight: bold;
}

td
{
  font-family: Verdana, Geneva, sans-serif; 
  font-size: 12px;
  vertical-align: top; 
}

th
{
  font-family: Verdana, Geneva, sans-serif; 
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}

img
{
  border: 0px;
  margin: 0px;
}

a
{
  text-decoration: none;
}

a:link 
{ 
  color: rgb(190, 239, 255);
}

a:visited
{ 
  color: rgb(190, 239, 255);
}

a:hover 
{ 
  color: rgb(190, 239, 255);
  text-decoration: none;
}

a:active
{ 
  color: rgb(190, 239, 255);
}

a.nested:link
{
  color: rgb(88,143,182);
  text-decoration: underline;
}

a.nested:visited
{ 
  color: rgb(88,143,182);
  text-decoration: underline;
}

a.nested:hover 
{ 
  color: rgb(88,143,182);
  text-decoration: underline;
}

a.nested:active
{ 
  color: rgb(88,143,182);
  text-decoration: underline;
}
 

/* Style attributes for the encapsulating "outer" table */

table.outer
{
  border: 0px solid black;
  background-color: rgb(88,143,182);
  padding: 0px;
}

tr.outer
{
  padding: 0px;
}

td.outer
{
  padding: 0px;
}

/* Style attributes for the table that encapsulates a page's content */

table.content
{
  width: 100%;
  border:  0px;
}

td.content
{ 
  padding: 10px;
}

/* Style attributes for the table that encompasses the navigation links */

table.navigation
{
  width: 100%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

td.navigation
{
}

table.admin_navigation
{
  width: 100%;
  border-bottom: 1px solid black;
}

/* Style attributes for nested announcement/event tables */
table.nested
{
  color: rgb(88,143,182);
  border: 0px solid black;
  background-color: rgb(255,255,255);
  width: 90%;
}

td.nested
{

}

/* Style attributes for announcements */
table.announcement
{
  color: rgb(88,143,182); 
}

td.announcement
{
  vertical-align: top;
}

/* Style attributes for events */
table.event
{ 
  color: rgb(88,143,182);
}

td.event
{
  vertical-align: top;
}

/* Style attributes for article tables */
table.article
{
  border: 0px solid black;
  width: 100%;
}

td.article
{
  border: 0px solid black;
}

/* Style attributes for dynamic drop-down navigation menus. */

#dropmenudiv
{
  position: absolute;
  border: 1px solid black;
  border-bottom-width: 0;
  font: normal 12px Verdana;
  line-height: 18px;
  z-index: 100;
}

#dropmenudiv a
{
  width: 100%;
  display: block;
  text-indent: 3px;
  border-bottom: 1px solid black;
  padding: 1px 0;
  text-decoration: none;
  background-color: rgb(88,143,182);
}

#dropmenudiv a:hover
{ 
}

/* Style attributes for lightbox photo gallery script */

#lightbox
{
  background-color:#eee;
  padding: 10px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
}

#lightboxDetails{
  font-size: 0.8em;
  padding-top: 0.4em;
  color: black;
}
	
#lightboxCaption
{
  float: left;
}

#keyboardMsg
{
  float: right;
}

#closeButton
{ 
  top: 5px;
  right: 5px;
}

#lightbox img
{ 
  border: none;
  clear: both;
}

#overlay img
{
  border: none;
}

#overlay
{
  background-image: url(overlay.png);
}

* html #overlay
{
  background-color: #333;
  back\ground-color: transparent;
  background-image: url(blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}




