@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#wrapper {
	width:100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#masthead {
	position: relative;
	height: 80px;
	width: 1000px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
#navbar {
	position: relative;
	height: 15px;
	width: 1000px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	border-bottom-width: 5px;
	border-bottom-style: none;
	border-bottom-color: #008CC6;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
#navbar a:link,#navbar a:visited,#topnav a:link,#topnav a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#footer {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
	bottom: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
	color: #FFFFFF;
}
#navbar a:hover, #topnav a:hover {
	color:#008BC4;
}
#contentwrapper {
	background-color: #0099CC;
	position: relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border: 1px solid #999999;
}.graytext {
	color: #666666;
}
#topnav {
	float: right;
	width: auto;
	position: relative;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 10px;
}
.navbutton {
	padding-right: 15px;
	padding-left: 15px;
	float: right;
	position: relative;
	height: auto;
	width: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: white;
}
#content {
	width: 948px;
	position: relative;
	height: auto;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid black;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
.bluetext {
	color: #0066FF;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
.centeredtable td {
	text-align: center;
}
.lightborder {
	border: 1px solid F2F2F2;
}
.tdhover:hover{
	border:solid 1px black;
}
#related {
	padding-top: 10px;
	margin-top: 15px;
	background-color: #F2F2F2;
	border: 1px solid #999999;
}
#previous {
	background-color: #EEEEEE;
	border: 1px solid #999999;
	padding: 10px;
	margin-left: 15px;
}
#picturething {
	width:500px;
	height:500px;
	border:1px solid black;
	float:left;
	overflow: hidden;
	position: relative;
}
#mainpagering {
	overflow: hidden;
	position: relative;
	height: auto;
	width: auto;
}
#slideshow {
	position:relative;
	height:300px;
	width: 300px;
	overflow: hidden;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
.colortable {
	font-size: 12px;
	border:solid 1px black;
}
.colortable td {
	border-bottom:solid 1px gray;
	padding:2px;
}
.greenback {
	background-color: #cfffcd;
}
.orangeback {
	background-color: #ffeadb;
}
.blackback {
	background-color:black;
	color:white;
}
a {
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}
.pagelinks {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	background-color: #d3efff;
	padding: 5px;
	text-align: center;
}
h1 {
	color: #006093;
	padding: 2px;
}
