* {
    padding: 0;
    margin: 0;
} 

body {
	padding-top:2%;
background: #3F3534;
	font:  "Trebuchet MS" Verdana, Arial, sans-serif;
background:url(images/body.jpg) #f6f6f6;
	
}
a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#wrap {
margin: 0 auto 20px auto;
width: 800px;
background: url(images/body_bg.gif) repeat-y;
/*border-bottom: #101810 solid 10px  ; */
}
html>body #wrap{
background: url(images/body_bg.png) repeat-y;
}
#top {
height:10px; 
background: url(images/footer-bg.gif) repeat-x;
}

html>body #wrap #top{
background: transparent url(images/footer-bg.png) repeat-x;
}
#content {
	padding-top: 0;
	padding-left: 14px;
	padding-bottom: 0;
}

.middle li {
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
}


.header {
width:773px;
height: 100px;
}


.header h1 { font-size: 22px; color: #FFF; text-decoration: none; padding-top: 30px;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }

.breadcrumbs {  
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
	width:95%;
}
	
.middle {
	float: left;
	width: 78%;
	padding: 2%;
	text-align: justify;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

.right {
width:100px;
float: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left:10px;	
}
#tabunav {
width:100px;	
}

/*
.right ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

/*.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: #3B6EBF;
}
*/
.middle h2 { color: #3B6EBF; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.right h2 { color: #3B6EBF; font-size: 14px; margin-top: 15px;}

.citation {
float: left;
	width: 12%;
	padding-left: 10px;
	margin-top: 10px;
	font-size:12px;	
}

#clear {
	display: block;
	clear: both;

	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
	font-size:10px;
}

#bottom{
height:10px;
-o-box-shadow: 0px 10px 5px #101010;
-icab-box-shadow: 0px 10px 5px #101010;
-khtml-box-shadow: 0px 10px 5px #101010;
-moz-box-shadow: 0px 10px 5px #101010;
-webkit-box-shadow: 0px 10px 5px #101010;
box-shadow: 0px 10px 5px #101010;

}

.list2{
	background: url(images/puce.gif) no-repeat;
}
.imgright{
	float:right;
	margin:10px;
	
}
.imgleft{
	float:left;
	margin:10px;
}