body {
	background-color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#ricacorp_body {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;	
}

#ricacorp_header {
	display: block;
	clear:both;
	height: 42px;
}

#ricacorp_logo {
	width: 142px;
	height: 42px;
	float: left;
}

#ricacorp_licence {
	width: 858px;
	height: 42px;
	float: left;
}

#ricacorp_licence_no {
	text-align: right;
	font-size: 0.8em;
	padding: 14px 0px 0px 0px;	
}

#ricacorp_menu {
	width: 150px;
	float: left;
	background-image: url("../images/menubg.jpg");
	background-repeat: repeat-y;
}

#ricacorp_menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#ricacorp_menu ul li{
	text-indent: 14px;
	font-size: 1.1em;
	font-weight: normal;
	font-family: Arial;	
	margin: 14px 0px 14px 0px;
	background-image: url("../images/menuitem.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

#ricacorp_menu ul li a {
	color: black!important;
}

#ricacorp_content {
	padding: 15px 0px 15px 10px;
	width: 840px;
	float: left;	
}

#ricacorp_footer {
	display: block;
	clear:both;
	text-align: center;
	font-size: 0.8em;
}

#ricacorp_footer p {
	margin: 0px;
	padding: 0px;	
}



/* Branch Listing */
#ricacorp_branch table {
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 100%;
}
#ricacorp_branch td {
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
	vertical-align: top;
}
.branch_list_title {
	background-color: #E3E3E3;
	font-weight: bold;
}