#container {
	background: #333; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #fff;
	width: 850px;
	float: left;
	position: static;
	padding: 5px;
	right: 0px;
	margin: 0px;
}
.contentcontainer {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#container.contentcontainer {
	clip: rect(auto,auto,auto,auto);
	position: static;
	margin-top: 0px;
	margin-right: 4%;
	margin-bottom: 0px;


	margin-left: 15
\;
	padding-top: 0px;
	background-color: #333;
	background-position: center;
	margin-left: 4%;
	padding: 0px;
}
#topnav {
	width: 100%;
}
#header {
	background: #000;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	display: block;
	width: 100%;
	padding-bottom: 5px;
}
#banner {
	background: #000;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-bottom: 0px;
	display: block;
}
#mainContent {
	background: #333;
	color: #FFF;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333;
	text-align: center;
	display: block;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	display: block;
}
#topnav.topnavmarg {
	margin-top: 0px;
	padding-top: 10px;
	position: relative;
}
.greybck {
	BACKGROUND-COLOR: #333333
}
table.greybck {
	BACKGROUND-COLOR: #333333;
	border: 1px solid #e9e9e9;
}
a {
	color: #FFFFCC;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:visited {
	color: #CCCC99;
	text-decoration: none;
}
a.footerlinks {
	color: #FFFFCC;
	font: 11px/16px Verdana, arial, sans-serif;
}
a.footerlinks hover {
	color: #FFFFCC;
	color: #C00;
	font: 11px/16px Verdana, arial, sans-serif;
}
.subheading {
	FONT-SIZE: 14px;
	COLOR: #FFFFCC;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
a.subheading:hover {
	FONT-SIZE: 14px;
	COLOR: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
a.subheading:visited {
	FONT-SIZE: 14px;
	color: #CCCC66;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.border {
	border: 1px solid #FFFFFF;
}
h2 {
	color: #FFF;
	padding-top: 10px;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h2 a:link {
	color: #C00;
	padding-top: 10px;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
}
h2 a:visited {
	color: #C00;
	padding-top: 10px;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
}
h2 a:hover {
	color: #cccccc;
	padding-top: 10px;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
}
.contenttable {
	border: 1px solid #FFFFCC;
	background-color: #333333;
}
.content {
	background-color: #333333;
}
a.topnav {
	color: #CCCC99;
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
.topnav {
	color: #CCCC99;
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin-left: 2px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 0px;
	width: 100%;
}
a.topnavon {
	color: #CCCC99;
	text-decoration: none;
	border-top-width: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #666666;
	border-left-color: #666666;
	background-color: #333333;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
a.topnav:hover {
	padding: 5px;
	color: #FFFFFF;
	border-bottom-color: #666666;
	font: bold 12px Arial, Helvetica, sans-serif;
	background: #333;
	border-top: 3px groove #FFF;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
a.topnavon:hover {
	padding: 5px;
	color: #FFFFFF;
	border-bottom-color: #666;
	font: bold 12px Arial, Helvetica, sans-serif;
	background: #333;
	border-top: 3px groove #FFF;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	cursor: text;
	margin-top: 20px;
}
.contentcontainer {
	padding: 5px;
	margin: 5px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}
.picbg {
	padding: 30px 20px;
	background-color: #000;
	border: 10px groove #000;
	margin: 20px 5%;
}
.topnavmarg {
	margin-top: 10px;
	padding-top: 10px;
	background: #666;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #666;
	font-size: 12px;
	color: #FFF;
	background-repeat: repeat;
	background-image: url(../graphics/bgbig.jpg);
}
li {
	line-height: 16px;
}
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../graphics/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../graphics/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData {
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;

}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
#left {
	float: left;
	padding-right: 10px;
	width: 50%;
	position: absolute;
}
#right {
	float: right;
	padding-left: 5px;
	margin-left: 0px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img.logoright {
	background-color: #000;
	float: right;
	position: absolute;
	width: 481px;
	clear: none;
	padding-right: 0px;
	left: 610px;
}
img.logoleft {
	background-color: #000;
	width: 397px;
	position: relative;
	margin-left: 5px;
}

