/* Global Page Controls */
html, body {
	height:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
}
html, body {
	margin:0;
	padding:0;
}
html>body #wrap {
	height: auto;
}
#container {
	width:537px;
	padding-top: 47px;
	position: relative;
}
img {
border:0;
}
/* Global Links */
a {
	color:#333333;
	text-decoration: none;
}
a:hover {
	color:#666666;
	text-decoration: none;
}
/* Top rkg | Page links */
#rkgLogo {
	width:111px;
	font-size: 72px;
	color: #333333;
	border-right: 1px solid #999999;
	padding-top: 19px;
	margin-left: 16px;
	float: left;
	display: inline;
}
#LinksLeft {
	width:122px;
	font-size: 15px;
	border-right: 1px solid #999999;
	color: #333333;
	float: left;
	padding-left: 12px;
}
#LinksLeft p{
	margin: 0px;
	padding: 0px;
}
#LinksRight {
	width:122px;
	font-size: 15px;
	color: #333333;
	float: left;
	padding: 0 0 0 12px;
}
#LinksRight p{
	margin: 0px;
	padding: 0px;
}
/* Page Contents */
#AHeader {
	width:250px;
	font-size: 28px;
	color: #333333;
	float: left;
	clear: left;
	margin: 32px 0 0 19px;
}
#BHeader {
	width:170px;
	font-size: 14px;
	color: #333333;
	float: left;
	clear: left;
	margin: 9px 0 0 19px;
	height: 165px;
}
#PageNoBox {
	width:46px;
	float: left;
	clear: left;
	height: 28px;
	margin: 15px 0 0 33px;
}
#PageNo_1Off {
	float: left;
	height:28px;
	width:23px;
	background: url(../images/buttons/pageNo_1Off.gif) no-repeat;
}
a div#PageNo_1 {
	cursor:hand;
	float: left;
	height:28px;
	width:23px;
	background: url(../images/buttons/pageNo_1.gif) no-repeat;
}
a:hover div#PageNo_1 {
  background-position:0 -28px;
}
#PageNo_2Off {
	float: left;
	height:28px;
	width:23px;
	background: url(../images/buttons/pageNo_2Off.gif) no-repeat;
}
a div#PageNo_2 {
	cursor:hand;
	float: left;
	height:28px;
	width:23px;
	background: url(../images/buttons/pageNo_2.gif) no-repeat;
}
a:hover div#PageNo_2 {
  background-position:0 -28px;
}
#CBodyCopyBox {
	width:500px;
	float: left;
	clear: left;
	margin: 43px 0 0 19px;
}
#CBodyCopyBoxLeft {
	font-size: 14px;
	color: #333333;
	width:230px;
	float: left;
}
#CBodyCopyBoxLeft p {
	margin: 0 0 11px 0;
}
#CBodyCopyBoxRight {
	font-size: 14px;
	color: #333333;
	width:230px;
	float: left;
	margin-left: 40px;
}
#CBodyCopyBoxRight p {
	margin: 0 0 11px 0;
}
#Footer {
	width:500px;
	float: left;
	clear: left;
	margin-top: 16px;
	border-top: 1px solid #CCCCCC;
}
#Footer p{
	font-size: 12px;
	color: #333333;
	text-align: center;
	margin: 0;
	padding: 6px 0 6px 0;
}