@charset "UTF-8";
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(Images/bdybkGJ_.gif);
	background-repeat: repeat-x;
	background-position: 0px 40px;
	font-weight: lighter;
	background-attachment: fixed;
	z-index: -1;
}
#container {
	text-align: left;
	color: #444;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 0px;
	padding: 0px;
	z-index: 1;
	width: 750px;
}
#header {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	position: fixed;
	background-image: url(Images/hdrbkGJ_.gif);
	background-repeat: repeat-x;
	z-index:5;
	width: 750px;
	top: 0px;
	padding-left: 40px;
	margin: 0px;
	height: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#header img {
	margin-top: 5px;
	padding: 0px;
	float: left;
	margin-bottom: 15px;
}
#header #menu {
	display: block;
	float: left;
	width: 700px;
	margin: 0px;
}
#header ul {
	text-decoration: none;
	display: block;
	list-style-type: none;
	overflow: auto;
	width: 140px;
	color: #FFF;
	float: left;
	padding-left: 0px;
	margin: 0px;
	padding-right: 0px;
}
#header li a {
	color: #FFF;
	text-decoration: none;
	overflow: auto;
	width: auto;
	display: block;
	float: left;
}
#header a:hover, #header a:focus, #header a:focus {
	color: #000;
}

#header ul .item {
	display:none;
	overflow: auto;
	width: auto;
	}

#header ul:hover .item {
	display:block;
	padding:1px;
	color: #EEE;
	background-color: #A0A0A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: lighter;
	width: auto;
	}
	
#header ul:hover .item a {
	color:#EEE;
	text-decoration:none;
	}
	
#header ul:hover .item a:hover {
	color:#000;
	}
	
.clear {clear:both;height:10px;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #808080;
}
#mainContent {
	color: #808080;
	padding-top: 0;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 40px;
	position: relative;
	top: 60px;
	z-index: 0;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5;
	font-weight: lighter;
}
#mainContent img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: italic;
	font-weight: lighter;
	color: #A0A0A4;
	float: none;
	margin-top: 30px;
}
#mainContent #img p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: italic;
	font-weight: lighter;
	color: #A0A0A4;
	float: none;
	text-align: center;
	line-height: 1;
}
#mainContent #img ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-style: italic;
	font-weight: lighter;
	color: #A0A0A4;
	text-decoration: none;
	list-style-type: none;
	padding: 0px;
}
#mainContent a  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #808080;
	text-decoration: underline;
}
#mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #808080;
	text-decoration: none;
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
p, mainContent ul, #mainContent ol {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-weight: lighter;
	color: #808080;
	font-size: 100%;
	text-align: justify;
}
#mainContent h1 {
	font-size: 130%;
	color: #808080;
}
#mainContent h2 {
	font-size: 120%;
	color: #808080;
}
#mainContent h3 {
	font-size: 115%;
	color: #808080;
}
#mainContent h4 {
	font-size: 110%;
	color: #808080;
}
#mainContent a:hover, #mainContent a:active, mainContent a:focus {
	color: #2A0000;
}
#navbar a:hover, #navbar a:active, #navbar a:focus {
	border: 1px inset #A0A0A4;
}
#footer {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: lighter;
	color: #A0A0A4;
	float: left;
	position: relative;
	top: 50px;
	margin-left: 40px;
}
#navbar {
	height: 125px;
	width: 750px;
	position: fixed;
	top: 250px;
	align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	z-index: 6;
}
#navbar #next {
	float: right;
	display: block;
	border-top-style: none;
}
#navbar #next a {
	display: block;
	border-top-style: none;
	
}
#navbar #back {
	float: right;
	;
	clear: right;
	border-top-style: none;
	;
	margin: 0px;
}
#navbar #back a {
	border-bottom-style: none;
	display: block;
}
a img {
	border: none;
}
html {
	overflow-y: scroll;
}

