	@charset "UTF-8";

/* ---------------- DEFAULT PAGE --------------- */
/*                                                */
/* ---------------------------------------------- */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body  {
	padding-left: 50%;
	text-align: center;
	font: 100%;
	background: #C5D5B6 url(http://www.rgsservices.com/images/nav/rgs_background04.gif) 0 0 repeat; 
}
#sheath { /*  used to center vertically on page */
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-280px;
	margin-left:-340px;
	height:440px;
	width:690px;
	text-align:center;
}
#sheath p {
	font: .8em/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 10%;
}
#wrapper {
	margin:0 auto;
	padding:30px;
	width:626px;
	background-color:#B8CBA5;
	border:2px solid #000;
}
#lftHolder {
	margin:0;
	padding:0;
	float:left;
	width:188px;
}
#ctrHolder {
	margin:0;
	padding:0;
	float:left;
	width:250px;
}
#rhtHolder {
	margin:0;
	padding:0;
	float:right;
	width:188px;
}
#lt {
	background-color:#FFDD40;
	width:180px;height:182px;border:4px solid #FFF;}
#lb {
	background-color:#93847E;
	width:180px;height:182px;border-right:4px solid #FFF;border-bottom:4px solid #FFF;border-left:4px solid #FFF;}
#ct {
	background-color:#81BFE5;
	float:left;
	width:250px;height:40px;border-top:4px solid #FFF;border-bottom:4px solid #FFF;}
#cm {
	background-color:#81BFE5;
	float:left;
	width:250px;height:280px;border-bottom:4px solid #FFF;}
#cb {
	background-color:#FFDD40;
	float:right;
	white-space:nowrap;
	width:434px;height:40px;border-right:4px solid #FFF;border-bottom:4px solid #FFF;}
#cb a {
	outline:none;}
#rt {
	background-color:#93847E;
	width:180px;height:160px;border:4px solid #FFF;}
#rb {
	background-color:#DD7EAA;
	width:180px;height:160px;border-right:4px solid #FFF;border-bottom:4px solid #FFF;border-left:4px solid #FFF;}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {color:#627B63;text-decoration:none;}
a:visited {color:#627B63;text-decoration:none;}
a:hover {color:#006600;text-decoration:underline;}
a:active {color:#627B63;text-decoration:none;}

