@charset "utf-8";

html {
	height: 100%;
	width: 100%;
}
body {
	background-color: #333;
	padding: 0px;
	margin: 0px;
}
#Header {
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 100%;
	height: 33px;
	background-color: #005eb8;
}
#Header #FixedWrapper {
	width: 100%;
	position: fixed;
	background-color: #005eb8;
	z-index: 100;
	top: 0;
	left: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#Header #Hwrapper{
	height: 30px;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #005eb8;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#Hwrapper #Eye_Blank {
	height: 30px;
	width: 35px;
	float: left;
	position: relative;
}

#Hwrapper #Return_Site {
	float: left;
	height: 30px;
	width: 50px;
	position: relative;
	margin-left: 45px;
}
#Hwrapper #Prev_Page {
	float: left;
	height: 30px;
	width: 50px;
	position: relative;
}
#Hwrapper #Next_Page {
	float: left;
	height: 30px;
	width: 50px;
	position: relative;
}
#Hwrapper #Page_ID {
	float: left;
	width: 130px;
	color: #333;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFF;
	border: 1px inset #666;
	margin-top: 2px;
	text-indent: 5px;
	position: relative;
	height: 21px;
	left: 20px;
}
#Hwrapper #Drop_Box {
	float: right;
	height: 30px;
	width: 30px;
	display: block;
	padding-right: 5px;
	position: relative;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Hwrapper #Drop_Box #Drop_Box_1 a:link {
	color: #000;
	text-decoration: none;
}
#Hwrapper #Drop_Box #Drop_Box_1 a:visited {
	color: #000;
	text-decoration: none;
}
#Hwrapper #Drop_Box #Drop_Box_1 a:hover {
	color: #A3A8AB;
	text-decoration: none;
}
#Hwrapper #go-to-page {
	position: relative;
	top: 1px;
	width: 50px;
}
#Container {
	width: 100%;
	background-color: #333;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#Container #Page{
	height: 1273px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#Container #Page img{
	height: 100%;
	width: 100%;
}

#Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	width: 100%;
	background-color: #000;
	text-align: center;
}
#Footer #Fwrapper{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
}
#Fwrapper #FootNav {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: center;
	text-decoration: none;
}
#Footer a:link {
	color: #FFF;
	text-decoration: none;
}
#Footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#Footer a:hover {
	color: #777777;
	text-decoration: underline;
}
.navtxt {
	display: inline;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.DropNav {
	text-align: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
	position: relative;
	margin-left: 0px;
	margin-top: 5px;
	width: 120px;
	display: block;
	margin-bottom: 5px;
}
