﻿BODY {
	font-family: Arial, Geneva;
	color: black;
	background-color: #5E5A5B;
}

A {
	color: blue;
}
A:hover {
	color: red;
}
A:visited {
	color: blue;
}

A.Silent {
	text-decoration: none;
	color: black;
}
A.Silent:hover {
	color: Blue;
}

#Body {
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	margin-top: 20px;
}

#LeftMargin {
	width: 150px;
	float: left;
}

#PageColumn {
	background-color: white;
	width: 662px;
	border: 2px solid #BB937A;
	border: 2px solid #BB937A;
}

#PageColumn DIV.Section {
	padding: 7px 10px 7px 10px;
}

#Banner {
	border-bottom: 2px solid #BB937A;
	font-family: Georgia;
}

#DianaTitle {
	padding: 10px 0px 10px 0px;
	font-size: 48pt;
	font-family: Georgia;
	text-align: center;
	text-transform: capitalize;
	cursor: pointer;
}

#Nav {
	border-bottom: 2px solid #BB937A;
	font-size: large;
	font-family: Georgia;
	padding: 3px 0px;
}

#Nav A {
	color: Black;
	text-decoration: none;
}

#Nav A:hover {
	color: Blue;
	text-decoration: underline overline;
}

#Nav TD {
	text-align: center;
}

#Thumbnails {
	border-bottom: 2px solid #BB937A;
	height: 78px;
	background-color: #F0F0F0;
	overflow: auto;
}

#Thumbnails TD {
	width: 64px;
	height: 64px;
	text-align: center;
	vertical-align: middle;
}
#Thumbnails TD A {
	display: block;
	padding: 2px;
}
#Thumbnails TD A:hover {
	background-color: #D0D0D0;
}

#PicNav {
	margin: 10px 50px 12px 50px;
	text-align: center;
	font-family: Georgia;
	color: gray;
}

#PicBack {float: left;}
#PicNext {float: right;}

#PicPreview {
	background-color: #F0F0F0;
	border: 1px solid #D8D8D8;
	height: 350px;
	padding: 5px;
}

#PicDesc {
	margin-top: 7px;
}

#Copyright {
	margin-top: 4px;
	color: #A0A0A0;
	font-family: Arial, Geneva;
	font-size: small;
}

#BigPicContainer {
	height: 450px;
	margin: 0px 62px 0px 62px;
}

#TextContent {
	height: 450px;
	text-align: left;
}

.Title {
	text-align: center;
	font-family: Georgia;
}
