@charset "utf-8";



body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 125%;
	background-color: #e3edff;
	padding: 0;
	margin-left: 0px;
	margin-top: 0px;
	border: 10;
	border-style: solid;
	border-color: #000099;
}

h1, h2, h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-style: normal;
	line-height: 125%;
	color: #FFFFFF;
	background-color: #0033FF;
	background-image: url(images/Headerdiveflag.jpg);
	background-repeat: repeat-y;
	background-position: right;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
	margin: 0;
	padding-top: 0.4em;
	padding-bottom: 1em;
	padding-left: 0.4em;
}

h2 {
	color: navy;
	font-size:130%;
	font-weight: normal;
	padding-top: 15px;
}

li {
	font-size: small;
	list-style-type: none;
}

p {
	font-size: small;
	color: navy;
	vertical-align: bottom;
}

#tagline p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7da5d8;
	border-bottom-color: #7da5d8;
	padding-top: .2em;
	padding-bottom: .3em;
	padding-left: .8em;
	margin: 0;	
	background-color: #bed8f3;
	background-image: url(images/tagline-fade.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#navigation {
	width: 200px;
	height: 563px;
	padding-top: 1px;
	background: url(images/navigation-bg.jpg) no-repeat;
}

a {
  font-weight: bold;
}

a:link {
	color:#000000;
}

a:visited {
	color:#0033FF;
}

a:hover {
	text-decoration: none;
	color: red;
	background-color: #0033FF;
}

a:active {
  color: aqua;
  background-color: navy;
}
/*
This section deals with photos
*/
img.feature {
  float: right;
  margin: 10px;
}

.galleryphoto {
	padding-bottom: 10px;
  border-bottom: 1px solid navy;
  margin-bottom: 20px;
}

.galleryphoto p {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  width: 325px;
  line-height: 1.4em;
}

.galleryphoto p span {   
  font-weight: normal;
  color: gray;
}
.imgtable {
     border-collapse: collapse;
	   border: 0px;
         }
.imgtable p {
			margin-left: 5px;
			margin-top: 0;
			line-height: 1.4em;
}
table.events {
  border-collapse: collapse;
}

table.events th, table.events td {
  padding: 4px;
  border: 1px solid #000066;
}

table.events th {
  font-size: x-small;
  text-align: left;
  background: #241374 url(images/headerdiveflag.jpg);
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

table.events td {
  font-size: small;
  background: #e2edff url(images/td.jpg) repeat-x top;
}

table.events caption {
  color: #000066;   
  font-size: small;   
  font-weight: bold;   
  text-align: left;
  padding-bottom: 5px;
}

/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's content display.
*/

#navigation, #bodycontent, #header {
	position: absolute;
}

#navigation, #bodycontent {
	top: 132px;
}

#bodycontent {
	left: 207px;
}

#header {
  width: 100%;
}
