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

/* page layout */

/* 
	background-color: #A64C0E;  */
body {
	background-color: #000000;
}
#all {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: 100%;
}
#top {
	height: 180px;
	width: 900px;
	position: fixed;
	top: 0px;
	z-index: 200;
	background-color: #000000;
	background-position: center 15px;
	background-image: url(images/grg_header.jpg);
	background-repeat: no-repeat;
}
#mainbody {
	position: relative;
	height: auto;
	width: 900px;
	top: 180px;
	text-align: center;
}
#footnote {
	position: relative;
	height: 100%;
	width: 900px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #888888;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 125%;
}
/* text appearance */
.footnotelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
hr {
	color: #02FF00;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #00FF00;
	line-height: 15pt;
	text-align: left;
}
