/* -- ELEMENT STYLES -- */

body {  
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 80%;
  color: #234163;
  background-color: #FFFFFF;
  margin: 2px;
}

a {
  color: #5A799D;
}

a:hover {
  text-decoration:none;
  background-color: #EEEEEE;
}

acronym {
  border: 0px;
}

img {
  border: 0px;
}

ul {
  list-style-image: url("../images/bullet.gif");  
}


/* -- MAIN CONTAINER -- */

#minwidth {
  min-width: 900px;
}

#layoutBox {
  float: none;
  border: 1px solid #5A799D;
  background-color: #FFFFFF;
  padding: 10px;  
}


/* -- HEADER CONTAINER -- */

#headerBox {
  height: 4em;
  border: 1px solid #5A799D;
  background: #7897BB url("../images/hdr_bg.jpg") repeat-x bottom;
}

#headerLeftBox {
  float: left;
  width: 40%;
  height:4em;
  background: url("../images/hdr_left.jpg") no-repeat bottom left;
  text-align: right;
}

#headerRightBox {
  float: right;
  width: 40%;
  height: 4em;
  background: url("../images/hdr_right.jpg") no-repeat bottom right;
}
 
 
/* -- HEADER STYLES -- */

.title {
  font-family: times new roman, helvetica, arial, sans-serif;
  font-size: 280%;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  line-height: 0.9em;
}

.subTitle {
  font-size: 90%;
  color: #5A799D;
}


/* -- MENU CONTAINER (don't display for print) -- */

#menuBox {
  padding: 2px 2px 2px 10px;
  margin: 0 0 10px 0;
}


/* -- CONTENT CONTAINER -- */

#mainContent {
  margin-top: 10px;
}

#mainContent br {
  margin-top: 10px;
}

#mainContent p {
  padding: 0px 5px 2px 10px;
}

.spacer{
  height: 1px;
  clear: both;
}


/* -- HEADER/FOOTER STYLES (menuBox & mainContent) -- */

#mainContent h1, #menuBox h1, .menuFooter, .footer {
  font-family: times new roman, helvetica, arial, sans-serif;
  font-size: 125%;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #5A799D;
  background: #EEF3FA url("../images/hdr_icon.gif") no-repeat bottom right;
  border: 1px solid #5A799D;
  display: block; 
  padding: 2px 2px 2px 10px;
  margin: 0 0 10px 0;
}

#mainContent h1, .footer {
  border-right: 1px solid #5A799D;
} 

#menuBox h1 {
  border-left: 1px solid #5A799D;
}

#mainContent h2 {
  font-size: 80%;
  font-weight: bold;
  background-color: #EEEEEE;
  display: block;
  padding: 0px 0px 0px 5px;
  margin-bottom: 0px;
}

#mainContent h2 {
  margin-left: 10px;
}

#mainContent h1, #mainContent h2, .footer {
  clear: right;  /* Set to both if you don't care about Internet Explorer */
}

.footer {
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 80%;
  font-weight: normal;
}

.footer a:hover {
  background-color: #D6E1F1;
}

.footer br {
  margin: -20px;
}

/* -- MENU/NEWS ITEM STYLES -- */

.newsGroup {
  padding: 0px 5px 0px 5px;
  margin-bottom: 30px;
}

.menuGroup {
  padding: 5px 0 5px 0;
  margin-bottom: 30px;
}

.menuGroup a {
  color: #35567C;
  text-indent: 3em;
  text-decoration: none;
  margin-bottom: 2px;
}

.menuGroup a:hover {
  color: #FFFFFF;
  background-color: #5A799D;
}

/* -- IMAGE STYLES -- */

.imgRight, .imgLeft {
  padding: 10px 5px 5px 10px;
  border: 1px solid #FFFFFF;
}

.imgRight {
  float: right;
}

/* Below style will not work correctly unless clear = "both" on the
   #mainContent h1, #mainContent h2, .footer class */

.imgLeft {
  float: left;
}

/* -- GALLERY STYLES -- */

  .pages a {
  color: #1C5C9A;
  text-decoration: none;
  font-weight: bold;
  font-family:arial, helvetica, arial, sans-serif;
  }
  .pages a:hover {
  color: #6398CD;
  text-decoration: none;
  font-weight: bold;
  font-family:arial, helvetica, arial, sans-serif;
  }
  .pages {
    padding: 0px 0px 20px 50px;
    margin: 0px 0px 20px 50px;
    clear: left;
    font-size: 11px;
	font-family:arial, helvetica, arial, sans-serif;
  }
  .pages a, .pages span {
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
  }
  .pages span.current {
    border: 1px solid #2E6AB1;
    font-weight: bold;
    background: #30659E;
    color: #fff;
	font-family:arial, helvetica, arial, sans-serif;
  }
  .pages a {
    border: 1px solid #9AAFE5;
    text-decoration: none;
  }
  .pages a:hover {
    color: #1c5c9a;
    border-color: #6398CD;
    background: #ecf2f8;
  }
  .pages a.nextprev {
    font-weight: bold;
	font-family:arial, helvetica, arial, sans-serif;
  }
  .pages span.nextprev {
    border: 1px solid #ddd;
    color: #666;
	font-weight: bold;
	font-family:arial, helvetica, arial, sans-serif;
  }
  td.bg1 {
  background-image:url(../images/line3_1_bg.gif)
  }
  td.bg2 {
  background-image:url(../images/line3_2_line.gif)
  }
  td.bg3 {
  background-image:url(../images/line3_4_bg.gif)
  }
  .gallerytable img {
  display:block;
  }
  .gallerytable {
  padding: 10px 0 20px 0;
  margin: 10px 0 20px 20px;
  }
  
  /* -- END GALLERY STYLES -- */