/* CSS layout */
body {
	margin: 0px 0 0 0;
	padding: 0;
	height:100%;
}

#masthead {
	width:950px; 
	margin-left:auto; 
	margin-right:auto;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #663300;
	border-left-style: solid;
	border-left-width: thin;
	border-right-color: #663300;
	

}

#logo {
	float: left;
	width: 200px;
	border-top-style: double;
	border-top-width: thick;
	border-top-color: #663300;
	border-right-style: double;
	border-right-width: thick;
	border-right-color: #663300;
	border-left-style: double;
	border-left-width: thick;
	border-left-color: #663300;
	border-bottom-style: double;
	border-bottom-width: thick;
	border-bottom-color: #408080;
}

#header {
	margin-left:200px;
	border-top-style: double;
	border-top-width: thick;
	border-top-color: #663300;
	border-right-style: double;
	border-right-width: thick;
	border-right-color: #408080;

}

#container {
	clear: both;
	width:950px; 
	margin-left:auto; 
	margin-right:auto;
	background: white;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #663300;
	border-left-style: solid;
	border-left-width: thin;
	border-right-color: #663300;	
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #663300;	
	height: 100%;
}

#calendar{
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


#left_col {
	border-left: thick ridge #BA6222;
	border-right: thick ridge #BA6222;
	border-bottom:thick ridge #BA6222;
	border-top: thick ridge #BA6222;
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 0px;
	
	margin-bottom: -17px;
	text-align: center;
	height: 100%;
}

#right_col {
	float: right;
	width: 128px;
}

#page_content {
	margin-left: 221px;
	margin-right: 0;
	width: 724px;
	margin-right:auto;
	
}

#footer {
	clear: both;
	width:950px; 
	margin-left:auto; 
	margin-right:auto;
	text-align: right;
	font-size: small;
}
body {
	clip: rect(auto, 30px, auto, 30px);
	background-image:url('wood3.gif');
	height:100%;
}


a {color:  darkgreen}

a.Menu { text-decoration: none;
color:  #BA6222
	
}
a:hover.Menu { text-decoration: none;
color: #663300

	
}

.Menu {
	font-size: large; 
	font-weight: 700; 
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
	text-decoration: underline; 
	letter-spacing: 1pt; 
	vertical-align: middle; 
	color: #BA6222;
}

.Quote{
	font-size: medium; 
	font-weight: 700; 
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
	text-decoration: None; 
	letter-spacing: 1pt; 
	vertical-align: middle; 
	color: #BA6222;
	font-style:italic;
	padding-right: 10px;
	padding-left: 10px;
}

.WebsiteTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 48px;
	color: EFDD6F;
	text-transform: uppercase;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}
.PageTitle {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: xx-large;
	color: #000000;
	text-transform: uppercase;
	vertical-align: middle;
	font-weight: bold;
}
.PageSubTitle {
	font-size: x-large;
	font-weight: bold;
}
.Red {
	font-size: small;
	font-weight: bold;
	color: red;
}
p {
	font-size: large;
	font-weight: bold;
}
hr { text-align: center;width: 950px; height: 5px; background-color: #663300; border: none;  }


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
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*/
position:fixed;
visibility: visible;
top: 10px;
left: 200px; /*position where enlarged image should offset horizontally */
}


