@charset "UTF-8";
body {
	margin:0 auto;
	padding:0;
	position:relative;
	background-color:#404B6F;
	background-image: url(images/bkgr.jpg);
	background-repeat: repeat-y;
	text-align:center;
	background-position: center top;
	/*background-attachment: fixed;*/
	overflow:scroll;
}

a
{
	color:#000;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

#main{
	margin:0 auto;
	padding-bottom:10px;
	width:53em;
	text-align:center;
}

#header{
	text-align:center;
	background-color:#FFF;
	min-height:145px;
}

#link{
	padding:0;
	margin:auto;
	background-image: url(images/goldbar.jpg);
	text-align:center;
	background-color: #FFF;
	font-family: Copperplate;
	font-size: 18px;
	font-weight: bold;
	width:848px;
	height:35px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	
	
	
}
#link ul{
	margin:0 auto;
	padding:10px;
	list-style-type:none;
	line-height:normal;
}
#link li{
	float:left;
	padding-left:3px;
	padding-right:3px;
	
}
#link a{
	padding:7px;
	font-family:Copperplate;
	font-size:18px;
	color:#000;
	list-style:none;
	text-decoration:none;
}
#link a:hover{
	background-image: url(images/blkbar.jpg);
	background-repeat: repeat-x;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
}
.active{
	background-image: url(images/blkbar.jpg);
	background-repeat: repeat-x;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
}

#submenu
{
	margin:0;
	padding:0;
	height:20px;
	background-color:#C90;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	text-transform: capitalize;
	font-weight: bold;
}
#submenu ul
{
	margin:0;
	padding:0;
}
#submenu li
{
	display:inline;
}
#submenu a
{
	margin:0;
	text-decoration:none;
}
#submenu a:hover
{
	color:#FFF;
}


.content{
	margin:0;
	text-align:left;
	padding:10px;
	background-color:#FFF;
	min-height:500px;
}

.content img
{
	margin:5px;
	padding:0;
	border:solid 1px #000;
}

#nobd img
{
	border:none;
	color:#FFF;
}

.content a
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #C00;
}
.content ul li
{
	display:inline;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}

.photos
{
	margin:0;
	padding-left:15px;
	padding-right:15px;
	text-align:left;
	position:relative;
}

#caption
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align:center;
	color: #C90;
	float:left;
	height:200px;
}

#calendar
{
	margin:0;
	padding:0;
	width:500px;
	/*position:absolute;
	right:170px;*/
	float:right;
}

#events
{
	margin:0;
	padding:0;
}
#events td
{
	border-bottom:solid 1px #600;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	padding:5px;
}

#May img
{
	border:none;
}

#dek 
{
		POSITION:absolute;
		VISIBILITY:hidden;
		Z-INDEX:200;
}

#foo
{
	margin:0;
	padding:10px;
	display:none;
}

div.toggle {
display: none;
}
div.toggleshow {
	padding-left:5px;
	background: #fff;
	color: #000;
	display: block;
} 

#table
{
	margin:0;
	padding:5px;
	text-align:center;
	font-size:18px;
}
#table td
{
	padding:10px;
}

#footer{
	margin:0 auto;
	padding:4px;
	background:url(images/goldbar.jpg);
	text-align:center;
	font-family: Copperplate;
	font-size: 14px;

}
#footer ul
{
	margin:0 auto;
	padding:0;
	text-decoration:none;
}
#footer li
{
	margin:0;
	padding:3px;
	display:inline;
	list-style-type:none;
}

#copy
{
	margin:0;
	padding:3px;
	color:#FFF;
	font-size:10px;
}
#copy a
{
	color:#fff;
}
