body {
font-family: arial;
font-size: 10pt;
background: #333333;
}

h2 {
  font-family:times new roman;
}
img.random {
  border: 2px solid white;
}


a {
  text-decoration:none;
  color: #993333;
}
a:link {
  text-decoration:underline;
  color: #993333;
}
a:hover {
  text-decoration:none;
  color: blue;
}

a.footerlinks {
  text-decoration:none;
  color: #993333;
}
a.footerlinks:link, a.footerlinks:visited {
  text-decoration:underline;
  color: white;
}
a.footerlinks:hover {
  text-decoration:none;
  color: #CC3333;
}


#eventsbox {
  width:160px;
  text-align:left;
  margin-top:15px;
  margin-left:2px;
  border:2px solid white;
  background-color:#99CCFF;
}

#eventsbox ul {
  padding:2px;
  margin-top:0px;
  margin-left:8px;
  }
#eventsbox ul li {
  margin-left:8px;
  list-style-position: outside;
}

a.rvlinks {
  text-decoration:none;
  color:black;
}
a.ncclink {
  color:#99CCFF;
}
a.ncclink:hover {
  text-decoration:none;
  color:#99CCFF;
}

/* gallery page links */
.pgcrnt {
  font-size:1.1em;
  padding: 0px 2px 0px 2px;
  color: black;
}
.pglink {
  padding: 0px 2px 0px 2px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
/*border: 1px solid #C0C0C0;*/
/* background-color: white;*/
border-bottom-width: 0;
width: 170px;
margin: auto;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 11px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: white;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: white;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #FEB801;
color: black;
}
