html{
	margin:0px;
	height:100%;
}

body{
	behavior: url('/tableaux/swvboz/css/csshover.htc');
	background-image:url('../images/background_green.gif'); 
	background-repeat: repeat-y;
	background-position: center; 
	background-color: #e3eef9;
	/*overflow-y:scroll;
	*overflow-y:hidden;*/
	position: relative;
	min-height: 100%;
	margin: 0px auto;
}

div#center{
	width:990px;
	min-height: 1150px;
	height: 100%;
	*height: 100%;
	margin:0px auto;
	position:relative;
	overflow: hidden;
	*overflow: hidden;
	left:1px;
	padding: 0px;
}
div#top{
	display:block;
	height:302px;
	width:990px;
	margin-bottom: 10px;
	*margin-bottom:4px;
	background-color:white;
}
div#header{
	width:817px;
	height:188px;
	float:left;
	overflow:hidden;
}
div#headerOverlay{
	width:817px;
	height:88px;
	margin-top:100px;
	position:absolute;
}
div#headerOverlayInner{
	width:817px;
	height:88px;
	background:#32A36F;
	position:absolute;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}
div#headerOverlayText{
	width:787px;
	height:88px;
	position:absolute;
	z-index:1;
	color:#fff;
	font-size:28px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:88px;
	margin-left:30px;
	overflow:hidden;
}
div#toplogo{
	float:left;
	width:169px;
	height:188px;
	margin-left:4px;
	background-image:url('../images/logo.gif');
}
div#toplogo a{
	display:block;
	width:100%;
	height:100%;
}
div#topmenu{
	width:817px;
	height:105px;
	overflow:hidden;
	background-color:#002055;
	float:left;
	margin-top:4px;
}
div#topslogan{
	width:169px;
	height:105px;
	background-color:#009ee0;
	float:left;
	margin-top:4px;
	margin-left:4px;
	background-image:url('../images/slogan.gif');
}
div#left{
	height:100%;
	min-height: 300px;
	position: relative;
	width:278px;
	float:left;
	margin-right:4px;
	margin-top: -10px;
	*margin-top: -4px;
	background-color:#32A36F;
}
div#leftmenu{
	float: left;
	width:100%;
	padding-bottom: 55px;
}
div#content{
	float:left;
	padding: 0px 0px 100px 0px;
}

div#content{
	float:left;
	width:708px;
	min-height:2000px;	
}
div#innercontent{
	margin: 40px 40px 40px 40px;
}



/* footer */
div#bottomMid{
	height:80px;
	width:100%;	
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin-right: auto;
	padding: 0px;
}
div#bottom{
	width:990px;
	height:80px;
	margin:0px auto;
	left: 1px;
	bottom: 0px;
	background-color:#002055;
	background-position: center bottom;
	position: relative;
}
div#bottomLeft{
	float:left;
	width:278px;
	height:80px;
	background-color:#32A36F;
}
div#bottomMiddle{
	float:left;
	width:4px;
	height:80px;
	background-color:white;
}
div#bottomRight{
	padding-left:40px;
	float:left;
	width:668px;
	height:80px;
}
