body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #E8B33D;
}
#gollumsDiv {
	position:relative;
	width:775px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-bottom: 10px;
}

/* Styles for top nav */
#topNavBox {
	position: absolute;
	height: 23px;
	width: 800px;
	left: 40px;
	top: 50px;
}
#topNavBox ul {
	padding-left: 0;
	margin-left: 0;
	float: left;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#topNavBox ul li {
	display: inline;
	float: left;
	margin-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}
#topNavBox ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom:8px;
}
#topNavBox ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#topNavBox ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#topNavBox ul li a#selected {
	color: #000000;
}

/* Main content elements */
#topCurve {
	position:relative;
	height: 67px;
	width:813px;
	left: 0px;
	top: 99px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#gvaLogo {
	position:absolute;
	left: 315px;
	top: 132px;
	width: 152px;
	z-index:25;
}
#mainBody {
	position:relative;
	width:687px;
	left: 0px;
	top: 99px;
	background-image: url(../pix/bg_fill.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 90px;
	padding-left: 61px;
	padding-right: 65px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#mainBody .hrGold {
	border: 0px;
	color: #E8B33D;
	background-color: #E8B33D;
	width: 684px;
	height: 1px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#mainBody h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #E8B33D;
	margin-bottom: 40px;
}
#mainBody h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #E8B33D;
}
#mainBody h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
#mainBody h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E8B33D;
}
#mainBody p,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-bottom:5px;
}
#mainBody .testimony {
	font-style: italic;
	text-align: right;
}
#mainBody .citation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style:italic;
	color: #800000;
	text-align:center;
}
#mainBody .author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style:italic;
	color: #000000;
	text-align:center;
}
#mainBody .permission {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style:italic;
	color: #000000;
	text-align:left;
}
#bottomKnob {
	position: relative;
	top: 99px;
	background-image: url(../pix/bg_bottom.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 813px;
}
#bottomKnob .tabNugget {
	position: absolute;
	z-index: 20;
	height: 25px;
	width: 230px;
	left: 518px;
	top: 23px;
	font-family: 'Helvetica Neue', 'Arial Narrow', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CA9317;
	text-align: center;
}
#bottomKnob .tabNugget a {
	color: #CA9317;
	text-decoration: none;
}
#bottomKnob .tabNugget a:hover {
	color: #CA9317;
	text-decoration: underline;
}
#bottomKnob .tabNugget a:visited {
	color: #CA9317;
	text-decoration: none;
}
#copyRight {
	position: relative;
	top: 60px;
	height: 80px;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	left: 35px;
	z-index: 15;
}
#copyRight a {
	color: #FFFFFF;
	text-decoration: none;
}
#copyRight a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#copyRight a:visited {
	color: #FFFFFF;
	text-decoration: none;
}