body 
{
  background : #464646;
  margin-top: 0px; 
}

a:link 
{
  color:#CCC; text-decoration:none;
}

a:visited 
{
  color:#CCC; text-decoration:none;
}

a:link:hover 
{
  color:#99CCFF; 
}

a:visited:hover 
{
  color:#99CCFF;  
}

/**************   Primary Content Area *******************/

.content 
{
  position: relative;
  margin-left:190px;
  margin-top: 15px; 
  padding-left:9px;
  font-family: verdana, arial, sans-serif;
  font-size: 10pt; 
  color: #cccc99;
}

.contentWithBorder
{
  border: solid black 2px;
  -moz-border-radius: 2px;
}

.content p 
{
  margin: 0 1em 1em;
}

.content h4
{
  font: 13px;
  font-weight: bold;
  margin: 1.33em 0;
}

.contentImage
{
  float: right;
  position: relative;
  border-color : #888;
  margin-right: 5px;
  margin-left: 5px;
}

.contentImageLeft
{
  float: left;  
  margin-left: 0px;
}

/**************   Banner   **********************/

#banner 
{
  
  font-size:         14pt;
  font-weight:      normal; 
  text-align:       right;
  letter-spacing:     8px; 
  padding-top:       5px;
  padding-bottom:    5px; 
  margin-top:        15px;
  background-color: black;
  color:  #cccccc;
}


/**************   Navigation bar   **********************/

.nav-outerWrapper
{
  width: 165px; 
  position: relative;
  float: left;
}

.nav-bar
{
  position: relative;
  background-color: #E7EFFF; 
  margin-top: 15px; 

border: solid black 2px;
  -moz-border-radius: 5px;
}

.nav-bar a 
{
  display: block; 
  text-indent: .5em;
  padding: 0px 10px; 
  margin: 0; 
  text-decoration: none; 
  font-size:         12pt;
  font-weight:      normal; 
  text-align:       right;
  letter-spacing:     4px; 
  background-color: black;
  color:  #cccccc;
}

.nav-bar a:visited:hover 
{
  color: black; 
  text-decoration: none;
}

.nav-bar a:hover 
{
  color: black; 
  text-decoration: none;
  background-color: #888;
}

.nav-bar a span 
{
  display: none;
}

.nav-bar a:hover span 
{  
   display: block;
   position: absolute;
   top: 105px; 
   left: 5px;
   width: 150px;
   margin: 0px 5px 0px 0px; 
   z-index: 100;
   color: white; 
   font: 10px Verdana, sans-serif; 
   text-align: center;
}

/**************   Photos of the Day **********************/

.galleryImageContainer
{
  position: relative;
}

.galleryImageContainer a:hover 
{
  background-color: #888;
}


.galleryImageContainer a
{
  display: inline;
  padding: 0;
  margin: 0;
  border: none;
}

.galleryImage
{
  border-style : inset;
  border-width : 2px;
  border-color : #888;
  margin-top: 15px;
  -moz-border-radius: 2px;
}

/**************   Navigation bar   **********************/
span.footerImages 
{
  margin-top: 3px;
  float: right;
}

.footer
{
  border-top: 1px solid #7B7975;
  font-size: 12px;
  margin-top: 15px;
  margin-left: 200px;
  color: #CCC;
}

.footer a
{
  color: #99CCFF;
}

.footerImages
{ 
  border: 0px;
}

