body {
	margin: 0px;
	padding: 0px;
	background-color: #004177;
	background-image: url(../imgs/bg_body.gif);
	background-repeat: repeat-x;
	color: #0E3E52;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.img_left {
	float: left;
	margin-right: 10px;
	margin-left: 0px;
}
.img_right {
	float: right;
	margin-right: 50px;
	margin-left: 10px;
}

#middle a {
	color: #0099CC;
	text-decoration: none;
}
#middle a:hover{
	color: #999999;
}
#bg_derriere_right_middle {
	background-image: url(../imgs/bg_derriere_right_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	background-color: #FFFFFF;
}

#header {
	background-image: url(../imgs/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 992px;
}
#right_middle {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../imgs/bg_right_middle.gif);
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
#middle {
	padding-left: 20px;
	padding-right: 175px;
	width: 797px;
}
#middle h1 {
	margin-bottom: 20px;
	margin-top: 20px;
	
}

#middle h2{
	font-size: 16px;
	margin-left: 40px;
	margin-right:50px;
	color: #084278;
	background-image: url(../imgs/bg_h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #084278;
	margin-bottom: 20px;
}
#middle h3 {
	color: #666666;
	border:none!important;
	padding-left: 62px;
	font-size: 18px;
}

#middle td {
	height: 25px;
}
#middle ul {
margin-left:120px;
}

h1,h2 {
	margin: 0px;
	padding: 0px;
	clear: both;
}

#middle p {
	padding-left: 65px;
	padding-right: 50px;
}

#middle h1:first-letter {
	color: #FFFFFF;
	text-transform: uppercase;
}

p strong {
	font-size: 13px;
	font-weight: bold;
	color: #005ba6;
}
li strong{
	
	font-weight: bold;
	color: #005ba6;
}

#container {
	width: 992px;
	margin-left: -496px;
	position: absolute;
	left: 50%;
}
#bottom {
	background-image: url(../imgs/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 23px;
	text-align: center;
	line-height: 24px;
}
#bottom a{
	color: #0099FF;
	text-decoration: underline;
}
