﻿body {
	color: black;
	margin: 0px;
	background-color: #dddddd;
}
a:link {
	color:#000000;
}
a:visited {
 	color:#000000;
}
a:hover {
 	color:#000000;
}
a:active {
 	color:#000000;
}
.button {
	height: 18px;
	line-height: 18px;
	width: 100px;
	position: relative;
	cursor: pointer;
	float: left;
	background-color: #F89718;
	text-align: center;
   	font-family:'Times New Roman';
	font-size:14px;
	margin: 1px 1px 1px 1px;
	z-index: 0;
}
.inactive-button {
	height: 18px;
	line-height: 18px;
	width: 100px;
	position: relative;
	float: left;
	background-color: #DDDDDD;
	text-align: center;
   	font-family:'Times New Roman';
	font-size:14px;
	margin: 1px 1px 1px 1px;
	z-index: 0;
}

.mainblock {
	position: relative;
	width: 802px;
	text-align:left;
	top:0px;
	background-color: #cccccc;
	margin-left:auto;
	margin-right:auto;
}
.left-indent {
	margin: 0px 0px 0px 75px;
}
.center {
	position: relative;
	width: 714px;
	margin-left:auto;
	margin-right:auto;
}
.logo {
	position: absolute;
	top: 10px;
	left: 100px;
}
.logotxt {
    position: absolute;
    top: 15px;
    left: 425px;
   	font-family:'Times New Roman';
	font-size:28px;
	color: #000000;
}
.goldbar {
	height: 1px;
	position: absolute;
	width: 100%;
	background-color: #F89718;
	top: 50px;
	margin: 0px 0px 0px 0px;
	z-index: -1;
}
p.indented {
	margin: 10px 10px 10px 10px;
}
.clear {
	clear: both;
}
.copyright {
	font-family:'Times New Roman';
	font-size:12px;
	position:absolute;
	top:0px;
	right:0px;
}
.centered {
	text-align:center;
	position:absolute;
	top:0px;
	left:0;
	right:0;
}
.copyrightblock {
	position:relative;
	height:50px;
}
.spacing {
	height:15px;
}
.bigspacing {
	height:50px;
}
img.icenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.enlarge {
	margin: 0px;
	border: 4px outset white;
	visibility: hidden;
	position: absolute; 
	top: 50px; 
	left: 200px;
	z-index:10;
}
img.shots {
	margin: 10px 10px 10px 10px;
	border: 1px solid #000000;
	vertical-align: top;
	float:left;
}