
/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
	background:#dfe0e0 url(../gfx/ima/ll.gif) repeat-y -4px 0;
	color: #000;
	position:relative;/* for ie7*/
	margin:0;
	padding:0;
}

.outer {
	min-height: 100%;
	margin:0 2px 0 218px;
	background: white url(../gfx/ima/rr.gif) repeat-y top right;
	color: #006666;
}



* html .outer{height:100%;} /*IE treats height as min-height anyway*/

.header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:121px;
	background:url(../gfx/ima/2.gif) repeat-x top left;
}

.header2 {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../gfx/ima/1.gif) no-repeat top left;
}

.header3 {
	position:absolute;
	top:0;
	right:25px;
	width:50%;
	height:100%;
	background:url(../gfx/ima/3.gif) no-repeat bottom right;
}

.left {
	position:relative;/*ie needs this to show float */
	width:218px;
	float:left;
	margin-left:-217px;/*must be 1px less than width otherwise won't push footer down in some browsers */
	color:#fff;
	left:-1px;
	padding-bottom:27px;/* clear footer*/
}

.right {
	position:relative;/*ie needs this to show float */
	width:2px;
	float:right;
	margin-right:-1px;/*must be 1px less than width otherwise won't push footer down in some browsers */
	padding-top:122px;/* to clear header*/
	left:1px;
	padding-bottom:27px;/* clear footer*/
}
 
.footer {
	width:100%;
	clear:both;
	height:25px;
	background: #f1f1f1;
	text-align:center;
	position:relative;
	vertical-align: bottom;
	margin-top:-25px;/*drag footer from below the fold*/
}


.footer div {
	font: 11px Tahoma;
	color: #505050;
	position: absolute;
	margin: 0 auto;
	bottom: 5px;
	right: 20px;
}

.footer div a {
	font: 11px Tahoma;
	color: #505050;
	text-decoration: none;
}

.centrecontent {
	float:right;
	width:100%;
	position:relative;
	padding-bottom:27px;/* clear footer*/
	margin-left:-1px;
}

#mdata {
	margin: 20px 45px 20px 26px;
	color: #666666;
	font: 12px Tahoma;
	text-align: justify;
}


#mdata p {
	margin: 0 0 16px 0;
	padding: 0;
}


#mdata h1 {
	color: #006666;
	text-decoration: underline;
	font: 18px Tahoma;
	font-weight: bold;
	margin: 0 0 18px 0;
	padding: 0;
}

#mdata a {
	color: #006666;
	text-decoration: underline;
}

#mdata a:hover {
	color: black;
	text-decoration: underline;
}


#mdata img {
	border: #006666 1px solid;
	margin: 0 10px 10px 0;
}




.outerwrap {
	float: left;	
	width: 100%;
	padding-top:122px;/* to clear header*/
	margin-right:-3px;/* to stop columns dropping*/
}

#lnks {
	position: absolute;

	width: 90px;
	height: 18px;
	top: 100px;
	right: -10px;
}

#lnks a {
	position: relative;
	float: right;
	display: block;
	width: 19px;

	height:18px;
	margin: 0 2px 0 0;
}

#langs {
	font: 11px Verdana;
	color: #006666;
	font-weight: bold;
	color: #006666;
	position: absolute;
	top: 15px;
	right: 0;
}

#langs a {
	color: #006666;
	text-decoration: none;
}

#langs a.active {
	color: black;
}

#fldiv0 {
	position: absolute;
	top: -1px;
	left: -6px;
	padding: 0;
	background: #f1f1f1;
	width: 609px;
	height: 431px;
}

#fldiv {
	top: 0;
	left: 3px;
	position: relative;
	
}


.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}






.outer_index {
	background: #dfe0e0;
}

.outerwrap_index {
	background: #dfe0e0;
}

.centrecontent_index {
	background: #dfe0e0;
}
