body {
	margin:0;
	padding:0;
	min-width: 720px;
	text-align:center; /*IE 5 hack*/
	color: #000000;
	background: white;
}
body,
td,
th{
	font: normal 12px Arial , Verdana, sans-serif;
}
#root {
	margin:18px auto;
	text-align:left;
	padding: 0;
	width: 720px;
	position: relative;
}

.forceLeft
{
	text-align:left !important;
}
.forceCenter
{
	
	margin-left:auto !important;
	margin-right:auto !important;
}
	
/*********************
	#header
*********************/
.headerText 
{
	position:absolute;
	top:10px;
	right:0px;
	width:500px;
	height:25px;
	color:White;
	font: normal 16px Arial, Verdana, sans-serif;
	text-transform: uppercase;
}

#header {
	text-align: right;
	/* + style.css */
	margin:0 0 30px;
}
	#header p {
		margin:0;
		padding:0;
	}
		#header a#logo {
			display: block;
			width: 700px;
			height:55px;
			position: absolute;
			top:0px;
			left:0px;
			background: url(../images/style1/HMWebHeader.jpg) 0 0 no-repeat;
			/* + style.css */
		}
	#header h1 {
		color:White;
		font: normal 16px Arial, Verdana, sans-serif;
		margin:0;
		padding:13px 50px 7px 220px;
		/* + style.css */
	}
	#header h1 {
		display:inline-block;
	}
	/* Hides from IE-mac \*/
	* html #header h1 {
		display:block;
		height: 1px;
	}
	
#rwheader {
	text-align: center;
	/* + style.css */
	margin:0 0 30px;
}
	#rwheader p {
		margin:0;
		padding:0;
	}
		#rwheader a#logo {
			display: block;
			width: 700px;
			height:55px;
			position: absolute;
			top:0px;
			left:0px;
			background: url(../images/style1/HMWebHeader.jpg) 0 0 no-repeat;
			/* + style.css */
		}
	#rwheader h1 {
		color:White;
		font: normal 16px Arial, Verdana, sans-serif;
		margin:0;
		padding:13px 50px 7px 220px;
		/* + style.css */
	}
	#rwheader h1 {
		display:inline-block;
	}
	/* Hides from IE-mac \*/
	* html #rwheader h1 {
		display:block;
		height: 1px;
	}
	/* End hiding from IE-mac */

/*********************
	#wrapper
*********************/
.NoBackground 
{
	background: none !important;
}

#wrapper {
	margin: 0 8px 0 8px;
	background: url(../images/style1/bg_nav.gif) 0 0 repeat-y;
	/* + style.css */
}

	#wrapper:after {
		content: "."; 
		display: block; 
		height:0; 
		clear: both; 
		visibility: hidden;
	}
	#wrapper {
		display:inline-block;
	}
	/* Hides from IE-mac \*/
	* html #wrapper {
		height: 1px;
	}
	/* End hiding from IE-mac */
	#wrapper {
		display:block;
	}


/*********************
	#footer
*********************/
#footer {
	background: url(../images/style1/bg_nav.gif) 0 0 repeat-y;
	margin: 0 0 0 8px;
	padding: 0;
	font-size: 11px;
	/* + style.css */
}
	#footer p {
		margin:0;
		padding: 0 0 0 146px;
		clear: left;
	}
		#footer p a:hover{
			text-decoration: underline;
		}
		
/*********************
	#rwfooter
*********************/
#rwfooter {
	margin: 0 0 0 8px;
	padding: 0;
	font-size: 11px;
	/* + style.css */
}
	#rwfooter p {
		margin:0;
		padding: 0 0 0 146px;
		clear: left;
	}
		#footer p a:hover{
			text-decoration: underline;
		}
		
