:root {
--Count: 279;
}
body {
	width: 980px;
	position: relative;
	margin: 0 auto;
	font-family: "Calibri", Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: justify;
	line-height: 22px;
	background-image: url(BG.jpg);
	background-attachment: fixed;
}
#Header {
	padding-top: 40px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 80px;
	color: #007;
	text-shadow:  2px 0px 0px #95B9C7, 5px 4px 3px #6F4E37;
}
#BannerPic1 {
	position: absolute;
	top: 100px;
	left: 0px;
	height: 150px;
	width: 150px;
	border: solid #C19A6B 4px;
	box-shadow: 9px 9px 5px #6F4E37;
	border-radius: 15px;
}
#BannerPic1:hover {
	border: solid red 4px;
}
#BannerPic2 {
	position: absolute;
	top: 100px;
	left: 179px;
	height: 150px;
	width: 150px;
	border: solid #C19A6B 4px;
	box-shadow: 9px 9px 5px #6F4E37;
	border-radius: 15px;
}
#BannerPic2:hover {
	border: solid red 4px;
}
#BannerPic3 {
	position: absolute;
	top: 100px;
	left: 647px;
	height: 150px;
	width: 150px;
	border: solid #C19A6B 4px;
	box-shadow: 9px 9px 5px #6F4E37;
	border-radius: 15px;
}
#BannerPic3:hover {
	border: solid red 4px;
}
#BannerPic4 {
	position: absolute;
	top: 100px;
	left: 826px;
	height: 150px;
	width: 150px;
	border: solid #C19A6B 4px;
	box-shadow: 9px 9px 5px #6F4E37;
	border-radius: 15px;
}
#BannerPic4:hover {
	border: solid red 4px;
}
#BannerText {
	position: absolute;
	top: 111px;
	left: 375px;
	line-height: 1.2;
	text-align: center;
	font-size: 38px;
	font-style: italic;
	color: #007;
	text-shadow:  2px 0px 0px #95B9C7, 3px 2px 1px #6F4E37;
}
#SmallerBanner {
	position: absolute;
	top: 115px;
	left: 409px;
	font-size: 40px;
	font-style: italic;
	color: #007;
	text-shadow: 2px 0px 0px #95B9C7, 3px 3px 3px #6F4E37;
}
.Title {
	text-align: center;
	padding: 20px 0px 20px 13px;
	font-style: italic;
	font-size: 34px;
	color: #007;
	text-shadow: 2px 0px 0px #95B9C7, 4px 2px 3px #6F4E37;
}
#Copyright {
	font-size: 16px;
	font-weight: bold;
	padding-top: 4px;
}
.PictureBorder {
	border: solid #C19A6B 4px;
	box-shadow: 10px 10px 5px #6F4E37;
	border-radius: 15px;
}
.PictureBorder:hover {
	border: solid red 4px;
}
.PortraitTN {
	width: 150px;
	height: 200px;
	margin: 2px 20px 20px 17px;
	border: solid #C19A6B 4px;
	box-shadow: 10px 10px 5px #6F4E37;
	border-radius: 15px;
}
.PortraitTN:hover {
	border: solid red 4px;
}
.SquarePortraitTN {
	width: 200px;
	height: 200px;
	margin: 2px 20px 20px 18px;
	border: solid #C19A6B 4px;
	box-shadow: 10px 10px 5px #6F4E37;
	border-radius: 15px;
}
.SquarePortraitTN:hover {
	border: solid red 4px;
}
.LandscapeTN {
	width: 200px;
	height: 150px;
	margin: 2px 20px 20px 18px;
	border: solid #C19A6B 4px;
	box-shadow: 10px 10px 5px #6F4E37;
	border-radius: 15px;
}
.LandscapeTN:hover {
	border: solid red 4px;
}
.SquareLandscapeTN {
	width: 150px;
	height: 150px;
	margin: 2px 20px 20px 15px;
	border: solid #C19A6B 4px;
	box-shadow: 10px 10px 5px #6F4E37;
	border-radius: 15px;
}
.SquareLandscapeTN:hover {
	border: solid red 4px;
}
.Thirty6Width {
	width: 36%;
	margin: 2px 18px 20px 38px;
	border: solid #C19A6B 4px;
	box-shadow: 10px 10px 5px #6F4E37;
	border-radius: 15px;
}
.Thirty6Width:hover {
	border: solid red 4px;
}
.HalfWidth {
	width: 48.5%;
	margin: 2px 18px 20px 38px;
	border: solid #C19A6B 4px;
	box-shadow: 10px 10px 5px #6F4E37;
	border-radius: 15px;
}
.HalfWidth:hover {
	border: solid red 4px;
}
.HalfWidthText {
	text-align: justify;
	width: 50%;
	padding-left: 25%;
}
.Sixty4Width {
	width: 64%;
	margin: 2px 18px 20px 38px;
	margin-left: 11px;
	border: solid #C19A6B 4px;
	box-shadow: 10px 10px 5px #6F4E37;
	border-radius: 15px;
}
.Sixty4Width:hover {
	border: solid red 4px;
}
.ThreeQWidth {
	width: 75%;
	margin: 2px 18px 20px 38px;
	margin-left: 11px;
	border: solid #C19A6B 4px;
	box-shadow: 10px 10px 5px #6F4E37;
	border-radius: 15px;
}
.ThreeQWidth:hover {
	border: solid red 4px;
}
.ThreeQWidthText {
	text-align: justify;
	width: 75%;
	padding-left: 13%;
}
.FullWidth {
	width: 100%;
	margin: 2px 0px 20px 0px;
	border: solid #C19A6B 4px;
	box-shadow: 10px 10px 5px #6F4E37;
	border-radius: 15px;
}
.FullWidth:hover {
	border: solid red 4px;
}
.FullWidthText {
	text-align: justify;
	width: 980px;
	padding-left: 3px;
}
html {
	overflow-y: scroll;
}
hr {
	height: 5px;
	width: 980px;
	margin: 4px 0px 4px 0px;
	border-width: 0;
	background-color: #C19A6B;
	box-shadow: 5px 5px 4px #6F4E37;
}
.centertable {
	margin-left: auto;
	margin-right: auto;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}
.indent {
	text-indent: 30px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.inline {
	display: inline;
}
.red {
	color: red;
	display: inline;
}
.blue {
	color: blue;
	display: inline;
}
table {
	border-spacing: 0;
	width: 970px;
}
table td {
	text-align: center;
}
.padleft {
	padding-left: 18px;
	width: 50%;
}
.padright {
	padding-right: 18px;
	width: 50%;
}
.Width120 {
	width: 120px;

}
a {
	text-decoration:none;
}
a:visited {
	color: blue;
}
a:hover, a:active, a:focus {
	color: #C00;
}
nav {
	line-height: 32px;
	padding-top: 212px;
	padding-left: 27px;
}
nav ul {
	padding: 0;
	margin: 3px;
	list-style: none;
	position: relative;
}
nav ul li {
	z-index: 100;
	text-align: center;
	margin-left: 10px;
	width: 168px;
	display: inline-block;
	background-color: blue;
	border: solid #CCC 2px;
	box-shadow: 5px 5px 3px #6F4E37;
	border-radius: 5px;
}
nav a {
	display: block;
	padding: 0 10px;
	color: white;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
}
nav ul ul {
	display: none;
	position: absolute;
	left: 370px;
	top: 27px;
}
nav ul li:hover > ul {
	display: inherit;
}
nav ul ul li {
	width: 168px;
	float: none;
	display: list-item;
	position: relative;
	border: solid white 2px;
	border-radius: 5px;
}
nav a:hover {
	color: white;
	background-color: #C00;
}
nav a:visited {
	color: white;
}
li > a:after {
	content: ' ▼';
}
li > a:only-child:after {
	content: '';
}
