
html, body, div, p {
	font:13px Arial, Verdana, sans-serif; 
	color: #555555;
	line-height:18px;
	}

body {
	margin:8 0 0 0;
	background: White;
	height: 100%;
	background:#e8f9fd;
}


/*
COMMON --------------------- */	

#wrapper{
	display:table;
	width:900px;
	margin:auto;
	background:#fff;
	}
	

	
#header{
	width:900px;
	height:137px;
	background: url(../images/header32.jpg) no-repeat;
	vertical-align:bottom;
	text-align:right;
}
	
#header_2{
	width:782px;
	height:137px;
	background: url(../images/header32.jpg) no-repeat;
	vertical-align:bottom;
	text-align:right;
}
	
	
#header_3{
width:900px;
height:137px;
background: url(../images/header32.jpg) no-repeat;
vertical-align:bottom;
text-align:right;
}
	
.top_navigation {
	background:url(../images/button.jpg) no-repeat;
	width:171px;
	height:20px;
	padding:0 0 0 22px;
	font:bold 13px "Trebuchet MS", Verdana, Georgia;
	color:#fff;
	float:right;
	text-align:center;
	margin-top:117px;
	}
	
.top_navigation_2 {
	background:url(../images/button_2.jpg) no-repeat;
	height:20px;
	padding: 0 0 0 22px;
	font:bold 13px "Trebuchet MS", Verdana, Georgia;
	color: White;
	float:right;
	text-align:center;
	margin-top:117px;
}

.top_navigation_3 {
	background:url(../images/button_2.jpg) no-repeat;
	height:20px;
	padding: 0 0 22px;
	font:bold 13px "Trebuchet MS", Verdana, Georgia;
	color: White;
	float:right;
	text-align:center;
	margin-top:117px;
}
	
.top_navigation a{ 
	color:#fff;
	text-decoration:none;
	}
	
	.top_navigation_2 a{ 
	color:#fff;
	text-decoration:none;
	}
	
	.top_navigation_3 a{ 
	color:#fff;
	text-decoration:none;
	}
	
.top_navigation a:hover{ 
	color:#003366;
	text-decoration:none;
	}

	.eight {
		/*background:url(images/eight.gif) no-repeat;*/ 
		width:45px;
		height:67px;
		float:left;
		margin:-73px 0 0 78px;
		z-index:1;
		position:relative;
		}
		
	* html .eight{
		margin:-73px 0 0 78px; 
		z-index:1;
		position:relative;
		} 
		
		
/*Page main */ 
	
	#page {
	width:900px;
	height: 100%;
	/*display:table;
	background: url(../images/leftpanel_bg.gif) repeat-y top left;*/ 
	padding:25px 0px 0px 0px;
	clear:both;
}
		
	#main_content {
	width: 610px;
	min-height:100%;
	float:right;
	margin: 0px 37px 0px 0px;
	padding-top: 1px;
	display:table;
}
	
	#leftpanel {
	width:175px;
	margin: 0px 10px 25px 28px;
	padding: 0px 0px 8px 0px;
	float: left;
	display: inline;
	background : url(../images/leftpanel_bg2.gif);
}
	
		
	#footer {
	width:900px;
	padding: 8px 0px 5px 0px;
	height:20px;
	background:#F5F5F5;
	margin:auto auto;
	display:table;
	color:#000;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	clear:both;
}
		
	html:first-child #footer {
		width:779px;
		display:table;
		padding:8px 25px 8px 25px;
		clear:both;
		}
		
  .imageborder2{
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 3px;
}

.clear{clear: both;}
		

