/* mac hide\*/
html, body {
	height:100%;
	
	}
/* end hide */

body {
	padding:0;
	margin:0;
	}

#outer{
	height:100%;
	min-height:100%;
	width:900px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:700px;
}

#header{
	position:relative;
	width:900px;
	height:140px;
	background:#FFFFFF;
	z-index:100;
	text-align: left;
}

#urldiv {
	background-color: #82765a;
	height: 24px;
	background-image: url(../images/urldiv_background.png);
	background-repeat: no-repeat;
	background-position: 869px 2px;
	padding-right:30px;
	}
	
#left {
	position:relative; /*ie needs this to show float */
	width:170px;
	float:left;
	background-color: #ffffff;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

#right {
	position:relative; /*ie needs this to show float */
	width:200px;
	float:right;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:0.8em;
	line-height: 18px;
	overflow: hidden;
	}

#right_cmscontent {
	padding:8px;
	}
	
	#right h1 {
		font-family: Tahoma, Verdana, Arial, sans-serif;
		font-size: 40px;
		color: #fff;
		margin:0px;
	}
	
#footer {
	width:900px;
	color: #000000;
	text-align:center;
	}
	
#footer p {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
    color: #000000;
	}

#footer p a {
	color: #82765a;
	text-decoration: none; 
	}

div,p  {margin-top:0}/*clear top margin for mozilla*/

#centrecontent {
	width:530px;
	float:right;
	background-color: #FFFFFF;
	}
	
	
#centrecontent_cmscontent {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:0.82em;
	line-height: 18px;
	text-align: justify;
	text-align: left;
	color: #83765A;
	padding:12px;
	}

#centrecontent_cmscontent td {
	text-align: justify;
	text-align: left;
	}
	
#centrecontent_cmscontent ul {
	margin: 10px;
	padding: 0px;
	
	}
#centrecontent_cmscontent ul li {
	width: 100%;
	line-height: 18px;
	list-style-type: none;
	margin-bottom: 6px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none; 
	}
		
#centrecontent_cmscontent li {
	text-align: left;
	line-height: 18px;
	padding: 0 0 0 9px;
	margin: 0 10px 2px 0;
	background: url(../images/02_arrow.gif) 0 6px no-repeat;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	}
	
#clearfooter {width:100%;height:0px;clear:both} /* to clear footer */


h1  {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.2em;
	color: #82765a;
	margin:0px;
	font-weight: 800;
	}

h2 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #82765a;
	font-weight: 800;
	margin:0px;
	margin-bottom: 8px;
}

h3 {
	margin:0px; margin-top: 12px; margin-bottom: 4px;
	font-size: 12px;
	font-size: 0.9em;
}

h4 {
	margin:0px; margin-top: 8px; margin-bottom: 4px;
	font-size: 11px;
	font-style: italic;
	font-size: 0.9em;
}