@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #003333 url('../graphics/greenblackFade.gif') repeat-x fixed bottom;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	line-height: 100%;
	color: #eae4ce;
}
p {
	line-height: normal;
}
p.rightalign {
	text-align:right;
}
p.centernote {
	text-align:center;
	font-size:normal;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
hr {
	width:80%;
	color:eae4ce;
	background-color:eae4ce;
}
img.linked {
	border:none;
}
p.caption {
	font-size:normal;
	text-align:right;
	padding:0px 5px 0px 0px;
	line-height:75%;
}
img.largephoto {
	padding:2px;
	border:3px solid #eae4ce;
	background-color:#000000;
}
img.smallphoto {
	margin:5px;
	padding:2px;
	border:3px solid #eae4ce;
	background-color:#000000;
}
p.copyright {
	font-size: smaller;
	text-align:center;
}
.smallerlink {
	font-size:smaller;
	text-decoration:underline;
}
.buffer1 {
	margin:15px;
}	
.mainarea #container { 
	width: 960px;  /* using less than 1024 width to account for browser chrome */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.mainarea #topnavleft {
	margin: 0 5 0 5px;
	line-height:13px;
}
.mainarea #topnavright {
	margin: 0 5 0 5px;
	line-height:13px;
}
.mainarea #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 5px 5px 10px 5px;
}
.mainarea #mainContent { 
	margin: 0px 0px 0px 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 5px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	padding: 0px 3px 0px 3px;
	line-height: 60%;
}
.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	padding: 0px 3px 0px 3px;
	line-height: 60%;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.gallerycell {
	margin-left:auto;
	margin-right:auto;
	min-height: 225px;
    display: table-cell;
	width:240px;
	height:230px;
	border:none;
	vertical-align:middle;
	text-align:center;
}
table.thumbnails {
	padding: 5px;
	width:720px;
	text-align:center;
}
td {
	text-align:center;
	vertical-align:middle;
	height:230px;
	width:240px;
}
	
	