body {
	background: #7DB7FF; 
	font-family: sans-serif;
	color: #7DB7FF; 
	font-size: 14px;
	line-height: 16px;
	margin: 30px 30px 0 0;
	padding: 0; }
  
  
	
  
p {
  margin: 15px;
}

p.info {
  text-align: center
}
p.copy {
  text-indent: 20px;
  margin-top: 0px;
	margin-bottom: 0px;
  text-align: justify;
}

p.footnote {
  margin-top: 25px;
  font-size: 12px;
}

/*a:link { color: green; }
a:visited { color: #666666; } 
a:hover { color: lightgreen; }*/


#coverImg {
    float: center;
    margin: 15px;
}

/* Menu Bar */
#primary-nav {
	padding: 0;
	background: #0069EA;
	background-position: 481px 0;  
  border-top-width: 1px;
  border-top-color: #0069EA;
  border-bottom-width: 1px;
  border-bottom-color: #0069EA;
  border-top-style: solid;
  border-bottom-style: solid;}
	
#primary-nav ul {
	margin: 0;
	padding: 0;
	width: 100%; }

#primary-nav ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none; }

#primary-nav ul li a {
	width: 146px;
	height: 23px;
	display: block;
	margin: 0;
	border-right: 1px solid white;
	text-decoration: none;
	color: #00EA8F;
	font-family: "Trebuchet MS", arial, verdana, sans-serif;
	font-size: 14px; 
  font-weight: 600; 
	line-height: 20px;
	fontcolor: white;
	text-indent: 15px;
	float: left; }

#primary-nav ul li a.active { 
  background: #00EA8F;
  color: #0069EA;
}
	
  
/* Events listings */
div.news-item {
  margin: 15px;
  border: 1px solid black;

}
div.news-item p.news-title{
  font-weight: bold; 
}



/* HoverBox picture Gallery*/
.hoverbox
{
	width: 100%;
	cursor: default;
	list-style: none;
  margin: 60px;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .previewVert
{
	display: none;
}
.hoverbox a .previewHorz
{
	display: none;
}
.hoverbox a:hover .previewHorz
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
.hoverbox a:hover .previewVert
{
	display: block;
	position: absolute;
	top: -33px;
	left: -25px;
	z-index: 1;
}
.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}


.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .previewHorz
{
	border-color: #000;
	width: 200px;
	height: 150px;
}
.hoverbox .previewVert
{
	border-color: #000;
	width: 150px;
	height: 200px;
}


/* Form Style */
div.row {
  clear: both;
  padding-top: 5px;
  }
  
div.submit {
  clear: both;
  padding-top: 5px;
  float: center;
  }
  
div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 235px;
  text-align: left;
  } 
