#RegisterDiv {
	background-color: #6BCAE2; 
	margin: 0px 0px 10px 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.4em;
	padding: 5px;
	text-align: center;
}
	
#HeaderLeft {
	padding: 0px;
	float: left;
	width: 590px;
	height: 100px;
	background-image: url(../img/Orange-Header-Left.png);
	background-repeat: no-repeat;
}
	
#HeaderRight {
	float: right;
	width: 160px;
	height: 100px;
	background-image: url(../img/Orange-Header-Right.png);
	background-repeat: no-repeat;
	background-position: right;
}
	
#LogInDiv {
	vertical-align: middle;
	margin: 10px;
	text-align: center;
	background-image: url(../img/LogInRegisterBackground.png);
	height: 20px;
	width: 120px;
}

#JoinNow{
	padding: 15px 15px 15px 15px;
	background: #fe8402;	
	text-align: center;
	margin-bottom: 15px;
}

#left-nav{
	padding: 20px 15px 15px 15px;
	background: #EEEEEE;	
}

#leftNavUL {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#leftNavUL li{
	font-weight: bold;     
	/*background: url(../img/icons/bullet_black.png);*/
	background: none;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 3px 0 3px 10px;
}

a:link		{ color: #006; text-decoration:none; }
a:visited	{ color: #006; text-decoration:none; }
a:hover		{ color: #006; text-decoration:underline; }
a:active	{ color: #006; text-decoration:none; }

#leftNavUL li a:link		{ color: #000000; text-decoration:none; }
#leftNavUL li a:visited	{ color: #000000; text-decoration:none; }
#leftNavUL li a:hover		{ color: #000000; text-decoration:underline; }
#leftNavUL li a:active	{ color: #000000; text-decoration:none; }

