body 
{
	margin: 0px; 
	width:100%;
	padding: 0px;
	background-color: Transparent;
	font-size: 9px;
	border: 0px;
	font-family: Arial, Helvetica, Trebuchet MS,  sans-serif;
	font-size: 12px;
	text-align:left;
}

#containeur 
{
	width: 100%; 
	margin: auto; 
}

#header 
{
	width: 1000px; 
	height: 480px;  
	float:right;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
/*	border: solid 1px blue; */
}

.Footer 
{ 
	background: green url("/Images/footer.png") repeat-x; 
	width: 980px; 
	height: 100px;
	text-align:left; 
	float:left;
	padding: 20px 0px 0px 20px;
	margin: 0px 0px 0px 0px;

}
.Sitemap
{
	padding: 0px 20px 0px 0px;
	float:right;
}
.Sitemap a
{
	text-decoration:none; 
	color:black;
}

#content-containeur {
	width: 100%; 
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
}

#wherebox 
{
	background: White url("/Images/underline.gif") no-repeat bottom; 
	width: 100%; 
	height:30px; 
	color: #3e3e3e; 
	font-size:12pt; 
	font-style:italic; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left; 
	text-align:left; 
/*	border: solid 1px blue; */
}

#content-containeur-topics {
	width: 95%; 
	float:left; 
	border-style:none; 
	border-width:1px;
	padding: 0px 0px 0px 0px; 
}


#topics_hdr {
	width: 99%; 
	float:left; 
	color:White; 
	border-color:Gray; 
	background-color:Gray;
	border-right-color:Gray; 
	border-style:solid; 
	border-width:1px;
	text-align:left; 
	vertical-align:top;
}


#content-containeur-LHS {
	width: 30%; 
	float:left;
	border-style: none;
	padding: 0px 0px 5px 0px;
}

#horizontal-add
{
	width: 500px; 
	float:left; 
	margin: 10px 0px 10px 0px;
/*	border: solid 1px green;  */
}
#horizontal-add img
{
	width: 500px; 
}

.LoggedInDisp 
{
    float:right; 
}

#navPnl
{
    width: 400px; 
    margin:50px 0px 0px 0px; 
    float:right; 
    background-color: White;
/*    border-style:solid; border-width:1px; border-color: Blue; */
}

#navPnl ul{
	list-style: none; float:right;  
	padding:0;     
	margin:0;
/*	border-style:solid; border-width:1px; border-color:Gray;  */
}

#navPnl li{
	list-style-type:none; 
	display:inline; 
/*	border-style:solid; border-width:1px; border-color:Gray;*/
}

#navPnl a{
	padding: 0 0px 0 20px;
	color: Black;
	text-decoration: none ;
}

#navPnl a:hover
{
	color: Teal;
}

#mainbox {
	width: 700px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	float: left; 
	background-color:White;
/*	border-style:solid; border-width:1px; border-color: Lime; */
}
#mainbox2 {
	width: 1000px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	float: left; 
	background-color:White;
/*	border-style:solid; border-width:1px; border-color: Lime; */
}

#mainboxrhs{
	width: 295px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	float: right; 
	background-color:White;
/*	border-style:solid; border-width:1px; border-color: Fuchsia; */
}

#rhsbox {
	width: 330px;
	padding: 0px;
	margin: 10px 0 10px 0;
	float: right; 
	background-color:White;
}

#mainbox_title-1 {
	width: 100%;
	height: 37px; 
	color:White; 
	background-color: #461268;
	text-transform:uppercase;
	font-weight:bold; 
	font-family:Arial;
	font-size:13px;
}


#box_content  {
	background-color: White;
	float:left; 
	width:100%; 
	padding:0px 0px 0px 0px;  
/*	border: solid 1px blue; */
}

.copyright { 
    font-family: Arial, 
         "Helvetica Neue", 
         Helvetica, 
         sans-serif; 
} 

.SlideHolder
{
	width: 1000px; 
/*	height: 370px; */
	float:left; 
	padding: 0px 0px 0px 0px; 
	margin: 50px 0px 0px 0px; 
/*	border: solid 1px orange; 	*/
/*	position:relative; */
}

.showImg
{
	float:left;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	position:relative; 
	top: -50px;
/*	border: solid 1px yellow; */
}
.slidePrev
{  
	float: left;
	height: auto; 
	width:auto;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	display: block; 
	text-align: left;
    position: relative; 
    top: -280px;
    left: 5px;

}
.slideNext
{ 
	float:right;
	height: auto; 
	width:auto;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	display: block; 
	text-align: right;
    position:relative; 
	top:-280px;
	right: 5px;
}
