* {
margin: 0;
padding:0;
}
body {	
	font: 75%/140% Verdana, Arial, Helvetica, sans-serif;
	color:#00483a;
	background:url(../rmifinance_images/rmibg1.jpg) center repeat-y;
	}
p {
	padding-top:5px;
	padding-bottom:10px;
	text-align:left;
	}
.minortext {
	padding-top:5px;
	color:#999;
	font-size:87.5%;
	line-height:125%;
}
h1 span {
	display:none;
	}
/* ----------------- link styles ----------------------*/
a:link {
	color:#333;
	text-decoration:underline;
	}
a:visited {
	color: #666;
	text-decoration:underline;
	}
a:hover {
	color:#8F508A;
	text-decoration:underline;
	}
a:active {
	color: #669900;
	}
/* ----------------- layout ----------------------*/

#wrapper {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}
#login {
	position: absolute;
	top: 10px;
	right: 20px;
	width:95px;
	height:30px;
	background: url(../rmifinance_images/loginbutton_3.png) no-repeat right top;
}

#login a:link, #login a:visited {
	display:block;
	width:95px;
	height:30px;
	background: url(../rmifinance_images/loginbutton_3.png) no-repeat left top;
}
#login a:hover {
	color:#FFF;
	background-position: right top;
	
}
#contact {
	width:171px;
	height:30px;
	background: url(../rmifinance_images/contactbutton_3.png) no-repeat right top;
	margin:0 0 20px 10px;
}
#contact a:link, #contact a:visited {
	display:block;
	width:171px;
	height:30px;
	background: url(../rmifinance_images/contactbutton_3.png) no-repeat left top;
}
#contact a:hover {
	color:#FFF;
	background-position: right top;
	
}

#header {
	width:960px;
	margin:0 auto;
	background:url(../rmifinance_images/rmiheader1a.gif) center no-repeat;
	height:140px;
}
#maincontent {
	height:100%;
	min-height:100%;
	width:960px;
	margin:0 auto;
	background:url(../rmifinance_images/rmi_worldbg1.jpg) top center no-repeat;
	}

/* ----------------- Left box ----------------------*/

#contentleft {
	width: 460px;
	margin: 0 20px 0 10px;
	float:left;
	padding-top:20px;
}


/* ----------------- Right box ----------------------*/

#contentright {
	width: 460px;
	margin: 0 10px 0 490px;
	float:left;
	background:url(../rmifinance_images/transbg.png) repeat;
}
#contentrightlower {
	width: 460px;
	margin: 0 10px 0 0;
	float:left;
	background:url(../rmifinance_images/transbg.png) repeat;
}
.textbox {
	width:440px;
	padding:20px 10px;
}

.bulletsleft, .bulletsright {
	width:215px;
	float:left;
	margin-left:10px;
}
.bulletsright {
	margin-right:0;
}
	
.bulletsleft ul, .bulletsright ul {
	margin-left:20px;
}









/* ----------------- Clear ----------------------*/
.clearboth {
	clear:both;
}
