﻿@import url("layout.css");
body {
	font-family:"Trebuchet MS";
	font-size: medium;
	color: #d3d3d3;
	background-color: #303636;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #303636;
}
#masthead {
	margin-left: 10px;
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #303636;
}
#masthead a {
	color: #d3d3d3;
	text-decoration:none	
}
#masthead a:visited {
	color: #d3d3d3;
	text-decoration:none	
}
#masthead a:link {
	color: #d3d3d3;
	text-decoration: none;
}
#masthead a:hover {
	color:#ffffff;
	text-decoration:underline;
}
#masthead a:active {
	color:#000000;
	background-color:silver;
	text-decoration:underline;
}
#page_content {
	position: relative;
	background-color:#303636
}
#sidebar {
	position: relative;
	float: left;
	width: 0px;
	background-color: #303636;
}
#content {
	margin-left: 50px;
	margin-right: 30px;
	padding: 10px;
	text-align: center;
	background-color: #303636;
}
#content a {
	color: #d3d3d3;
	text-decoration:underline;	
}
#content a:visited {
	color:#CCCCFF;
	text-decoration:underline;	
}
#content a:link {
	color: #d3d3d3;
	text-decoration: underline;
}
#content a:hover {
	color:#ffffff;
	text-decoration:underline;
}
#content a:active {
	color:#000000;
	background-color:silver;
	text-decoration:underline;
}

#footer {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #303636;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS";
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cb8;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #CCCCCC;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #d3d3d3;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* Photo Navigation */
div#navigation {
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	margin: 1ex 0 1ex 0;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#navigation td.previous {
	text-align: left;
	width: 80px;
}

div#navigation td.index {
	text-align: center;
}

div#navigation td.next {
	text-align: right;
	width: 80px;
}

div#navigation td.thumbcell {
	width: 80px;
	border-style: solid;
	border-color: #282828;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#navigation td.thumbcell img {
	border-style: none;
}

div#navigation td.selected {
	border-style: outset;
	border-width: 2px;
}

div#navigation span.home {
	display: block;
	padding-bottom: 1em;
}

/* Photograph */
div#photograph {
	text-align: center;
	margin: 1ex 0 1ex 0;
}

div#photograph img {
	margin: 0 auto 0 auto;
	border-style: solid;
	border-color: #d3d3d3;
	border-width: 1px;
}

/* Photograph Title */
h1.title {
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
}

/* Photograph Caption */
p.caption, p.description {
	font-family: "Trebuchet MS";
	text-align: center;
	font-size: 0.8em;
	display: block;
	width: 640px;
	margin: auto;
}
/* Footnote */
p.footnote {
	font-family: "Trebuchet MS";
	font-size:x-small;
	text-align: right;
	padding: 0 2em 0 0;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.newStyle1 {
	font-family: "Trebuchet MS";
	background-color: #C0C0C0;
}
