
body {
	margin: 0;
	font-family: "Geneva", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:17px;
	color: #1f3948;
	background-image: url(images/bg_2.gif);
	background-repeat:repeat;
	}
	
#container {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 780px;
	background-image:url(images/hdr_1.jpg);
	background-position:top;
	background-repeat:no-repeat;
	border:#2b5568 13px solid;
	background-color: #64909D;
	}
	
#header{
    margin-top: 191px;
	margin-left: 610px;
    background: transparent;
	text-align:left;
	}
						
a {
	font-size: 11px;
	color: #162934;
	text-decoration:none;
	}
a:visited {
	color:#162934;
    }
a:hover {
	color: #162934;
	text-decoration: underline;
    }
a:active {
	color: #39768B;
	text-decoration: underline
    }
#nav_top {
    margin-top: 0;
	text-align:center;
	width: 100%;
	height:60px;
	}
.menu{
	margin: 0;
	padding: 0;
	float:inherit;
	font: bold 15px Georgia;
	letter-spacing:0.1em;
	width: 100%;
	border-top: #1D3849 7px solid;
	background: transparent;
    }

.menu li{
    display: inline;
    }

.menu li a{
    float: left;
    color: #1D3849;
    padding: 20px 6px;
    text-decoration: none;
    border-right: 7px solid #64909D;
    }
.menu li a:hover, .menu li .current{
    color: white;
    background: transparent url(images/nav_bg.jpg) center center repeat-x;
    }

#intro{
    margin-top: 40px;
    margin-left: 30px;
    background:transparent;
    width:400px;
	text-align:left;
	}
.board{
    margin:0;
	background:transparent;
	width:200px;
	text-align:center;
	border:none;
	padding: 10px 10px 10px 0px;
	}
.feature {
	margin-top: 30px;
	margin-left: 10px;
	background:transparent;
	width:400px;
	text-align:left;
	border: dotted #2B5568;
	padding: 10px 10px 10px 10px;
	}
.feature a {
	color: #4E382D;
	text-decoration:none;
	} 
.feature a:hover {
	text-decoration:underline;
	} 	
.feature img {
    float:left;
	margin-right: 14px;
	border:none;
	}
#schedule {background-color:transparent;
    }
#col-right { 
    margin-top: 40px;
	margin-right: 20px;
	float:right;
	width: 180px;
	background: transparent;
	padding: 1em;
	text-align: left;
	line-height: 2em;
	color:#1D3849;
	font-size:11px;
	border-left: 1px solid #2B5568;
	}
#col-right li {
    display:block;
	list-style:none;
	}
	#nav-right a {
	color:#863A11;
	text-decoration:none;
	}
	#nav-right a:hover {
	color:#A99F05;
	text-decoration:none;
	}
#gallery{
    margin-top: 40px;
    margin-left: 30px;
    background:transparent;
    width:700px;
	text-align:center;
	}
#gallery a{ text-decoration:none;}
#gallery img{ border: 6px solid #ffffff;}
	
#content{
	padding-top: 0;
	padding-left: 1em;
	padding-bottom: 1em;
	margin: 0 2em 0 190px;
	height: 500px;
	}
p { margin-top: 0; }

			
h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 24px;
color: #dcf2fb;
font-style: normal;
 }

h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 16px;
line-height: 20px;
color: #953505;
 }

h3 {
font-family: "Geneva", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #6D3B2A;
font-style: normal;
 }

h4 {
font-family: "Geneva", Arial, Helvetica, sans-serif;
font-size: 11px;
color: #C0939D;
font-style: normal;
 }

h5 {
font-family: "Geneva", Arial, Helvetica, sans-serif;
font-size: 11px;
color: #C0939D;
font-style: normal;
 }

h6 {
font-family: "Geneva", Arial, Helvetica, sans-serif;
font-size: 11px;
color: #C0939D;
font-style: normal;
 }
	

#footer
		{
	clear: both;
	width: 780px;
	font-size: 10px;
	font-style: normal;
	color: #2b5568;
	background-color: transparent;
	padding-top: 1em;
	text-align: center;
	border-top: 1px solid #2b5568;
		}
#footer a{
	font-size: 10px;
	font-style: normal;
	color: #2b5568;
	text-decoration:none;
	}	
#footer a:hover{
    text-decoration: none;
	color:#C3C63B;
    }
#credit { 
    background-color:transparent;
    width:756px;
	height:20px;
    color:#2B5568;
    text-align:center;
	font-size:9px;
	clear:both;
	margin-top:5px;
	margin-right:auto;
	margin-bottom:10px;
	margin-left:auto;
	padding-top: 5px;
	}
#credit a {
color:#2b5568;
font-size:9px;
}
credit a:hover{
text-decoration: underline;
}

/*CSS for gallery images*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: white;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: none;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200px;
left: 60px; /*position where enlarged image should offset horizontally */

}
/*CSS for gallery images*/
.thumbnail2{
position: relative;
z-index: 0;
}

.thumbnail2:hover{
background-color: white;
z-index: 50;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: none;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200px;
left: -300px; /*position where enlarged image should offset horizontally */

}