@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(Images/indexbkgd.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link 
{
	color: #006699;
	text-decoration: none;
}

a:visited 
{
	text-decoration: none;
	color: #006699;
}

a:hover 
{
	text-decoration: underline;
	color: #006699;
}

a:active 
{
	text-decoration: none;
}



.style5 {color: #CCCCCC}

#container
{
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
	width: 800px;	
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;	
}

#title
{
	width:800px;
	height:50px;
	background-image:url(Images/jmrtitle-01.png);
}

#nav
{
	padding-left:5px;
	width:800px;
	height:25px;
	background-color:#FFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.8em;
}

#picture
{
	width:800px;
	height:150px;
	background-image:url(Images/indeximage2.jpg)
}

#content
{
	padding:20px;
	width:780px;
	background-color:#FFF;
	color:#666;
}

#offerings
{
	border-top:thin dotted;
	width:760px;
}

#learnmore
{
	padding-top:15px;
	height:50px;
}

#offerdiv
{
	border-bottom:thin dotted;
	border-color:#D7D7D7;	
	height:220px;
}

#offercol
{
	border-right:thin dotted;
	border-color:#D7D7D7;
	width:230px;
	height:300px;
	vertical-align:top;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
}

#offercolend
{
	width:230px;
	height:300px;
	vertical-align:top;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
}

#contactcol
{
	width:380px;
}

#infoRSA
{
}

#infoUK
{
}

#footer
{
	margin-top:15px;
	padding-top:5px;
	width:760px;
	height:45px;
	font-weight:lighter;
	font-size:10px;
	color:#999999;
	border-color:#D7D7D7;
	border-top:thin dotted;
}

#footerview
{ 
	text-align:left; 	 
	float:left;
}

#footeremerge 
{  	
	text-align:center; 	
	float:right;
}

.InfoBox {
	color:#FFFFFF;
	background-color:#1F2A51;	
	border-style:solid;
	border:thin;
	width:780px;
}


