body {
	font-family: Lucida, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #111;
	margin: 0px;
	padding: 0px;
	background: url(grx/bg.png) left top repeat-y #ccc;
	
}

div.top {
	margin: 0px 0px 0px 50px;
	width: 900px;
	height: 130px;
	border-bottom: 1px solid #021b33;
}
div.content {
	margin: 0px 0px 0px 50px;
	width: 900px;
}

div.navcol {
	float: left;
	width: 150px;
}

div.navcol a {
	display: block;
	background-color: #829eba;
	margin: 0px;
	padding: 0px 5px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #111;
	border-bottom: 1px solid #021b33;
}
div.navcol a:hover {
	background-color: #021b33;
	color: #eee;	
}
div.navcol a:hover:after {
	content: " »";
	float: right;
}
div.navcol a.active:after {
	content: " »";
	float: right;
}
div.navcol span {
	display: block;
	margin: 0px;
	padding: 0px 15px;
	color: #666;
	font-size: 11px;
	border-bottom: 1px solid #021b33;
}

div.main {
	float: left;
	background-color: #eee;	
	width: 729px;
	padding: 0px 10px;
}
div.rcol {
	float: right;
	width: 230px;
}
div.rbox {
	border: 1px solid #829eba;
	padding: 5px;
	margin-bottom: 10px;
}
div.rbox p a {
	border-bottom: 1px solid #eee;
}
div.rbox p a:hover {
	border-bottom: 1px solid #021b33;
}
div.lcol {
	float: left;
	width: 490px;
}
div.fcol {
	float: left;
	width: 730px;
}
h1 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	margin: 20px 0px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #111;
	border-bottom: 1px solid #999;
	clear: both;
}
h3 {
	margin: 0px 0px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #829eba;
}
img {
	border: none;
}
p {
	margin: 0px 0px 10px;
}
p a {
	color: #111;
	text-decoration: none;
	border-bottom: 1px solid #829eba;
}
p a:hover {
	border-bottom: 1px solid #021b33;
}
.faded {
	color: #666;
}
.fright {
	float: right;
	margin-left: 10px;
}

