body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-attachment: fixed;
	background-color: #022E51;
	background-image: url(pix/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	margin: 0px;
}
.twoColFixLtHdr #container {
	width: 940px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	background-image: url(pix/homepage_blue_box_bottom.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10;
	padding-left: 0px;
	height: 220px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right:20px;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border: 1px solid #5A8BAC;
	
} 
.twoColFixLtHdr #footer {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9F6B0E;
	border-left-color: #9F6B0E;
	width: 940px;
	
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	font-weight: bold;
	color: #9F6B0E;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#horz_menu{
	background-color: #FFFFFF;
	background-image: url(pix/horz_menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 25px;
	
} 
.roundcontaddress {
	width: 250px;
	background-color: #FFFFFF;
}

.roundcontaddress p {
	margin: 0 10px;
}

.roundtopaddress {
	background-image: url(pix/traddress.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.roundbottomaddress {
	background-image: url(pix/braddress.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

 



@import url("p7pm/p7pmh0.css");
#wrap {

}
#address {
	color: #9F6B0E;
	text-align: center;
	background-image: url(pix/address_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 12px;
}
#address_top {
	background-image: url(pix/address_top.jpg);
	height: 14px;
	background-repeat: no-repeat;
	background-position: center top;
}
#address_bottom {
	background-image: url(pix/address_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 14px;
}
#menu_top {
	background-image: url(pix/menu_top.jpg);
	height: 15px;
}
#menu_bottom {
	background-image: url(pix/menu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 16px;
}
#logo {
	margin-left: 25px;
	margin-bottom: 10px;
	float: left;
	width: 335px;
}
#body_bottom {
	background-image: url(pix/body_bottom.png);
	height: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	width: 944px;
}
#container_footer {
	width: 944px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	
}
#address a {
	color: #9F6B0E;
}
#footer_top {
	background-image: url(pix/footer_bg_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
}
#footer_bottom {
	background-image: url(pix/body_bottom.png);
	background-position: left bottom;
	height: 10px;
}


h1 {
	color: #598AAF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #598AAF;
	font-weight: 400;

}

h2 {
	color: #9F6B0E;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #9F6B0E;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 8px;
}
#language {
	color: #FFFFFF;
}
#language a {
	color: #FFFFFF;
	text-decoration: none;
}
#wrap {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CC9900;
	border-left-color: #CC9900;
}
h3 {
	font-size: 12px;
	color: #022E51;
}
.datatable {
	border: 1px dotted #CCCCCC;
	border-collapse: collapse;
}
.datatable td {
	padding: 8px;
}
.datatable th {
	border: 1px solid #828282;
	background-color: #F9ED80;
	font-weight: bold;
	text-align: center;
	padding-left: 4px;
	color: #315CAA;
}
.datatable caption {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #33517A;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}
.datatable tr.altrow {
	background-color: #DFE7F2;
	color: #000000;
}.faq_title {
	color: #022E51;
	font-weight: bold;
	border-left-width: 13px;
	border-left-style: solid;
	border-left-color: #598AAF;
	padding-left: 8px;
}
.tag_line {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: oblique;
	color: #849BAA;
	width: 350px;
}
#homepage_left_bleu {
	float: left;
	width: 100%;
	background-image: url(pix/homepage_blue_box_middle.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	
}

#homepage_left {
	width: 260px;
	float: left;

}

#homepage_left_bleu_top{
	background-image: url(pix/homepage_blue_box_top.jpg);
	height: 13px;
	background-repeat: no-repeat;
	background-position: center top;
}

#homepage_left_bleu_inside {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

#homepage_left_bleu_bottom {
	background-image: url(pix/homepage_blue_box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 13px;
}
#homepage_right {
	float: right;
	width: 290px;
}
#homepage_top {
	height: 380px;
}
.img_left {
	margin-right: 8px;
	margin-bottom: 8px;
}
#slideshow {
	float: left;
	width: 297px;
}
.inside_right {
	width: 95%;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #598AAF;
	padding-left: 5%;
}

.datatable {
	border-collapse: collapse;
}
.datatable td {
	padding: 3px;
}
.datatable th {
	font-weight: bold;
	text-align: center;
	padding-left: 4px;
	color: #315CAA;
}
.datatable caption {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #33517A;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}
.datatable tr.altrow {
	background-color: #DFE7F2;
	color: #000000;
}
a {
	color: #9F6B0E;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
