/*
	Page structure.
*/

a img
{
	border: none;
}

body
{
	background: #383838;
	color: Black;
	font: 100% arial, sans-serif;
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: center;
}

div#page
{
	background: white url(local-images/body-bg.gif) top left repeat-y;
	margin: 0px auto;
	text-align: left;
	width: 767px;
}

div#head
{
	background: white url(images/bar-bg-black.gif) bottom repeat-x;
	height: 120px; /* 95px */
	padding-bottom: 15px; /* 22 */
}

div#rcaLogo
{
	float: left;
	width: 300px;
	padding: 15px 10px 0px 5px;
}

div#rcaLogo img
{
	margin: 12px 15px;

}

div#richerLife
{
	float: left;
	height: 44px;
	padding: 0px 0px 0px 0px;
	width: 325px;
}

div#richerLife img
{
	padding: 0px;
	margin: 16px 0px 0px 0px;
}

div#topLinks
{
	float: left;
	font-size: 60%;
	height: 32px;
	padding-right: 11px;
	padding-top: 14px;
	text-align: right;
	width: 218px;
}

div#topLinks ul
{
	color: 2C2829;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#topLinks li
{
	display: inline;
	padding: 0px 10px 0px 0px;
}

div#topLinks li a
{
	color: Black;
}

div#tabs
{
	float: left;
	height: 25px;
	text-align: right;
	padding-right: 11px;
	width: 456px;
}

div#body
{
	background: url(local-images/body-bg-top-black.gif) top left no-repeat;
	clear: left;
	padding-top: 1px;
}

div.content
{
	background: none;
	margin-bottom: -6px;
	width: 596px;
}

div#sidebar
{
	float: left;
	margin-right: 11px;
	width: 148px;
}

div#foot
{
	background: white url(images/bar-bg-black.gif) top repeat-x;
	clear: left;
	font-size: 60%;
	padding: 25px 35px 2px 35px;
	text-align: center;
}

div#foot strong
{
	color: #003D7D;
}

div#foot p
{
	font-size: 100%;
	line-height: 140%;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

div#foot ul.footerLinks
{
	font-size: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

div#foot ul.footerLinks li
{
	border: none;
	color: #D6D7D6;
	display: inline;
	padding: 0px 2px 0px 0px;
}

div#base
{
	background: url(local-images/body-bg-bottom.gif) top no-repeat;
	clear: left;
	font-size: 12px;
	height: 12px;
}

/*
	Menu styles.
*/

div#mainMenu h2
{
	background: #606060 url(images/mainmenu-title-bg.gif) bottom no-repeat;
	color: White;
	font-size: 80%;
	margin: 0px;
	padding: 5px 0px 6px 10px;
}

div#mainMenu ul
{
	list-style: none;
	font-size: 70%;
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
	margin-top: 2px;
	width: 141px;
}

div#mainMenu ul li {
	background: url(images/mainmenu-top.gif) no-repeat top left;
	margin-top: 3px;
	padding-top: 3px;
}

div#mainMenu ul li a {
	background: url(images/mainmenu-bullet.gif) no-repeat left;
	color: #000;
	display: block;
	padding-left: 25px;
	text-decoration: none;
}

div#mainMenu ul li a:hover {
	background: url(images/mainmenu-twist-bullet.gif) no-repeat left;
}

div#mainMenu ul li ul li a:hover {
	background: url(images/mainmenu-subbullet.gif) no-repeat left;
}

div#mainMenu ul li.current a:hover {
	background: url(images/mainmenu-current-bullet.gif) no-repeat left;
}

div#mainMenu ul li strong {
	background: url(images/mainmenu-bottom.gif) no-repeat bottom left;
	display: block;
	padding-bottom: 3px;
}

div#mainMenu ul li.current {
	background: url(images/mainmenu-current-top.gif) no-repeat top left;
}
div#mainMenu ul li.current strong {
	background: url(images/mainmenu-current-bottom.gif) no-repeat bottom left;
}
div#mainMenu ul li.current a {
	color: #fff;
	background: url(images/mainmenu-current-bullet.gif) no-repeat left;
}

div#mainMenu ul ul {	
	background: #e5e5e5 url(images/mainmenu-expanded-bg.gif) repeat-y;
	font-size: 100%;
	margin: 0px 0px -3px 0px;
	padding: 0px 0px;
	width: auto;
}

div#mainMenu ul ul li,
div#mainMenu ul li.current ul li {
	background: url(images/mainmenu-separator.gif) no-repeat top left;
	padding: 3px 3px 2px 0px;
	margin: 0px;
	text-decoration: none;
}

div#mainMenu ul ul li a,
div#mainMenu ul li.current ul li a {
	background: url(images/mainmenu-subbullet.gif) no-repeat left;
	color: #000;
	display: block;
	padding-left: 25px;
	text-decoration: none;
}

div#mainMenu ul li.current ul li a:hover
{
	background: url(images/mainmenu-subbullet.gif) no-repeat left;
	color: #5898BF;
}

div#mainMenu ul ul li strong,
div#mainMenu ul li.current ul strong {
	background: none;
	display: inline;
	padding: 0px;
}


