/* CSS Document */

html, body {
	height:100%;
	text-align:center; /* horizontal centering for IE Win quirks */
	background-image: url(images/background-green-marble.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000;
		}

	#distance { 
		width:1px;
		height:50%;

		margin-bottom:-320px; /* half of container's height */
		float:left;
		}

	#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width:760px;
	height:611px;
	clear:left;
		}
	
.Header {
	position: relative;
	height: 48px;
	width: 760px;
}
.Footer {
	position: relative;
	height: 49px;
	width: 760px;
}
/* Content Box : Draws the interface background for the home page */
.CONTENTBOX {
	position: relative;
	height: 514px;
	width: 760px;
	background-image: url(images/backgroundinterface.jpg);
	background-repeat: no-repeat;
}
.TextLinksBox {
	position: relative;
	height: 22px;
	width: 760px;
	text-align: center;
	text-decoration: none;
}
/* BUTTONS: Places the main navigation buttons on the left side  */
.Buttons {
	position: absolute;
	width: 221px;
	left: 6px;
	top: 164px;
	height: 254px;
}
.RMIcon {
	position: absolute;
	height: 133px;
	width: 147px;
	left:20px;
	top: 21px;
}
.RMWordmark {
	position: absolute;
	height: 91px;
	width: 372px;
	left: 301px;
	top: 33px;
}
.FLASHAnimationHome {
	position: absolute;
	height: 131px;
	width: 491px;
	left: 241px;
	top: 131px;
}
.Blog {
	position: absolute;
	height: 114px;
	width: 155px;
	left: 248px;
	top: -89px;
}
.NewslettersHome {
	position: absolute;
	height: 114px;
	width: 149px;
	left: 248px;
	top: 284px;
	text-align: center;
}
.LatestNewsHome {
	position: absolute;
	height: 191px;
	width: 280px;
	left: 433px;
	top: 284px;
}
.Copyright {
	position: absolute;
	height: 48px;
	width: 212px;
	left: 10px;
	top: 460px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #535554;
	text-align: center;
}
