/* --------- NAV LEFT ------------ */
#sidebar {
	float: left;
	width: 220px;
	margin-top: 1px;
}
.txtSidebar {
	font-family:Arial,Helvetica,Verdana,Geneva,sans-serif;
	font-size:11px;
}
.boxBlue {
	width: 217px;
	background: url(/_images/rndBoxltBlu.gif) no-repeat bottom left;
	margin-bottom: 8px;
}
.boxBlue H4 {
	background: url(/_images/rndhdGry.gif) no-repeat left top;
	font-size:12px;
	margin: 0px;
	padding: 2px 8px 0px 10px;
	border-bottom: 1px solid #555555;
	font-weight: bold;
}
.boxGreen {
	width: 217px;
	background: url(/_images/rndBoxltGrn.gif) no-repeat bottom left;
	margin-bottom: 8px;
	padding-bottom: 3px;
}
.boxGreen H4 {
	background: url(/_images/rndHdGrn.gif) no-repeat left top;
	font-size:12px;
	margin: 0px 0px 4px;
	padding: 3px 8px 0px 10px;
	border-bottom: 1px solid #555555;
	color: #FADE00;
}
.boxWhite {
	width: 217px;
	background: url(/_images/rndBoxWht.gif) no-repeat left bottom;
	margin-bottom: 8px;
	padding-bottom: 5px;
}
.boxWhite H4 {
	background: url(/_images/rndHdGry.gif) no-repeat left top;
	font-size:12px;
	margin: 0px 0px 4px;
	padding: 3px 8px 0px 10px;
	border-bottom: 1px solid #555555;
	font-weight: bold;
}
.boxWhite2 {
	width: 217px;
	margin-bottom: 8px;
	padding-bottom: 5px;
}
.boxWhite2 H4 {
	background: url(/_images/rndHdGry.gif) no-repeat left top;
	font-size:12px;
	margin: 0px 0px 4px;
	padding: 3px 8px 0px 10px;
	font-weight: bold;
}
#signUpGo {
	position: relative;
	top: 70px;
	left: 120px;
	width: 81px;
}