body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #000000;
	background-image: url(../images/backgr_00.jpg);
	background-repeat: repeat-x;
	background-color: #598EC4;
}
.oneColFixCtrHdr #container {
	width: 894px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 4px;
	border: 1px solid #3a6fa6;
	background: #cbe1f5;
}
.oneColFixCtrHdr #header {
	height: 251px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	display: block;
	width: 884px
}
.oneColFixCtrHdr #headlogo {
	height: 52px;
	margin: 0 auto;
	width: 203px;
	float: left;
}
.oneColFixCtrHdr #headcenter {
	height: 52px;
	margin: 0 auto;
	width: 404px;
	float: left;
}
.oneColFixCtrHdr #headright {
	height: 52px;
	margin: 0 auto;
	position: relative;
	width: 277px;
	background-image: url(../images/head_03.gif);
	background-repeat: no-repeat;
	float: right;
	text-align: right;
}
.oneColFixCtrHdr #headpicOut {
	height: 199px;
	width: 43px;
	float: left;
	position: relative;
	margin-left: -43px;
	text-align: center;
}
.oneColFixCtrHdr #headpic {
	height: 199px;
	margin: 0 auto;
	width: 884px;
	background-image: url(../images/head_03.gif);
	background-repeat: no-repeat;
	float: right;
}
.oneColFixCtrHdr #mainContent {
	position: relative;
	width: 884px;
	margin: 0 auto;
}
.oneColFixCtrHdr #footer {
	width: 894px;
	margin: 0 auto;
}
.oneColFixCtrHdr #leftcol {
	width: 182px;
	float: left;
	border: 1px solid #FFFFFF;
	background-color: #548EC7;
	background-repeat: no-repeat;
	background-image: url(../images/backgr_01.jpg);
	background-position: bottom;
}
.oneColFixCtrHdr #firstpagecontentbox {
	margin-left: 5px;
	margin-top: 2px;
	width: 390px;
	float: left;
	position: relative;
}
.oneColFixCtrHdr #firstpagepicbox {
	width: 290px;
	float: right;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #firstpagetextbox {
	width: 98%;
	padding: 4px;
	display: block;
	clear: both;
}
.oneColFixCtrHdr #firstpageaccentbox {
	width: 179px;
	padding: 2px;
	display: block;
	float: left;
	margin-bottom: 5px;
}
.oneColFixCtrHdr #leftcolcontactpane {
	width: 166px;
	border: 1px solid #d6d6d7;
	padding: 4px;
	background-color: #56a0e2;
	margin-left: 2px;
}
.oneColFixCtrHdr #rightcol {
	margin-left: 4px;
	margin-right: 0px;
	margin-top: 2px;
	width: 694px;
	float: left;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #intpagetextbox {
	width: 98%;
	padding: 4px;
	display: block;
	clear: both;
	color: #000;
	margin: 4px;
	text-align: left;
	font-size: 13px;
}
.oneColFixCtrHdr #intpagedocumentsbox {
	width: 98%;
	padding: 4px;
	display: block;
	clear: both;
	margin: 4px;
	text-align: left;
}
.oneColFixCtrHdr #intpagegallerybox {
	width: 98%;
	padding: 4px;
	display: block;
	clear: both;
	margin: 4px;
	text-align: left;
	overflow: hidden;
}
.oneColFixCtrHdr #intpagesearchbox {
	width: 98%;
	padding: 4px;
	display: block;
	clear: both;
	margin: 4px;
	text-align: left;
}
.oneColFixCtrHdr #intpagefeedbackboxbox {
	width: 98%;
	padding: 4px;
	display: block;
	clear: both;
	margin: 4px;
	text-align: left;
}
.oneColFixCtrHdr #intpagemodulebox {
	width: 98%;
	padding: 4px;
	display: block;
	clear: both;
	margin-bottom: 10px;
	border-bottom: 1px dotted #003366;
}
.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;
}
	.nl_osn {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
	.nl_osnWhite {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
	a:link    {
	text-decoration: underline;
	color: #000000;
}
   	a:active  {
	text-decoration: underline;
	color: #FF0000;
}
   	a:visited {
	text-decoration: underline;
	color: #666666;
}
  	a:hover   {
	color: #FF6600;
	text-decoration: none;
}
.pic_firstpage {
	border: solid 1px #3A8EE2;
	padding: 1px;
}
.titlebox-orange {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	display: block;
	background-image: url(../images/backgr_02.gif);
	background-color: #3F75AC;
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 3px;
	font-weight: bold;
}
.titlebox {
	padding: 1px;
	border: 1px solid #d6d6d7;
	margin: 3px;
	text-align: left;
	position: relative;
}
.titlebox-bleu {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	display: block;
	background-image: url(../images/backgr_03.gif);
	background-color: #5EB0F7;
	background-repeat: repeat-x;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 3px;
	min-height: 21px;
}
.nl_title {
	color: #3A8EE2;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#thumbGallery {
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 150px;
	float: left;
	margin: 3px;
	padding: 3px;
	position: relative;
}






.nl_menu {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a.nl_menu:link {
	color: #FFFFFF;
	text-decoration: none;
	}
a.nl_menu:active {
	color: #FFFFFF;
	text-decoration: none;
	}
a.nl_menu:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
a.nl_menu:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
.nl_left_menu {

}
a.nl_left_menu:link {
	color: #0066CC;
	text-decoration: none;
	}
a.nl_left_menu:active {
	color: #0066CC;
	text-decoration: none;
	}
a.nl_left_menu:visited {
	color: #0066CC;
	text-decoration: none;
	}
a.nl_left_menu:hover {
	color: #FF6600;
	text-decoration: none;
	}

#left_contentbox {
	text-align: left;
	margin-bottom: 10px;
}
#left_contentbox ul  {
	list-style: none;
	text-align: left;
	display: block;
	margin-top: 5px;
}
#left_contentbox li  {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: -30px;
	line-height: 12px;
}
.left_contentbox2 {
	text-align: center;
	margin-bottom: 10px;
}
#left_contentbox3 {
	text-align: left;
	margin-bottom: 10px;
}
#left_contentbox3 ul  {
	list-style: none;
	text-align: left;
	display: block;
	margin-top: 5px;
}
#left_contentbox3 li  {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: -30px;
	line-height: 12px;
}
.oneColFixCtrHdr #listing {
	margin-left: 8px;
	margin-right: 1px;
	margin-top: 2px;
	width: 298px;
	text-align: left;
	float: left;
}
#listing ul  {
	list-style: none;
	text-align: left;
	display: block;
	margin-top: 5px;
}
#listing li  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: -40px;
	line-height: 16px;
}
.oneColFixCtrHdr #listingBanner {
	margin-left: 8px;
	margin-right: 1px;
	margin-top: 0px;
	width: 600px;
	text-align: center;
	float: left;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #listboxArchive {
	margin-left: 8px;
	margin-right: 1px;
	margin-top: 15px;
	width: 960px;
	float: left;
}
.oneColFixCtrHdr #listingBannerArchive {
	margin-left: 8px;
	margin-right: 1px;
	margin-top: 0px;
	width: 940px;
	text-align: center;
	float: left;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #webmastBox {
	margin-left: 8px;
	margin-right: 1px;
	border-right: 1px dotted #d6d6d7;
	margin-top: 2px;
	width: 470px;
	float: left;
}


.center { width: 100%; text-align: center; display: block; }
.center img { margin: 0 10px; }
h2 { font-size: 14px; }
.inner_img { margin: 20px; }
#feed { position: absolute; right: 5px; top: 5px; background: #fff url(../images/rss.png) no-repeat scroll 0 0; width: 26px; height: 26px; text-indent: -9999px; display: block; overflow: hidden; }
