#wrapper {
	
	top:0px;
	margin: 0 auto;
	width: 980px;
	position:relative;
	background-image:url('../images/top.jpg');
	background-repeat:no-repeat;
	background-color:#004C7D;
	
}

#header {
	width:980px;
	height:180px;
}

#mainmenu {
	
	position:absolute;
	top:104px;
	right: 10px;
	
}

.mainhMenu ul li {
	position: relative;
	display: inline;
	float: left;
	height:30px;
	line-height:14px;
	text-align:center;
	margin-left:0px;
	padding-left:20px;
	padding-right:20px;
	width:70px;
	
}

.mainhMenu ul li a {
	
	width:auto;
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	display:inline;
	vertical-align:text-bottom;
}

.mainhMenu ul li a:hover {
	color:#FFF;
}

#contentr {
	width:690px;
	float:left;
	
	
}  	/* panright only */

#panRight {
	width: 290px;
	float: right;
	
}

.module_right{

border:1px solid #FFCC00;
margin:10px 10px 25px 0;

}

.module_right a{

	color:#FFFFFF;


}

#page .page_line {
	height:100%;
	position:relative;
	margin:0;
	color:#000;
}
#page ul {
	margin-left:30px;
}
#page .page_2_cols_left {
	float: left;
	margin: 0px;
	border: 0px;  /* ie5win fudge begins */
	voice-family:inherit;
	overflow:hidden;
}
html>body #page .page_2_cols_left {  /* ie5win fudge ends */
}
#page .page_2_cols_right {
	float: right;
	padding: 10px 2% 10px 2%;
	margin: 0px;
	border: 0px;
	width: 55%; /* ie5win fudge begins */
	voice-family:inherit;
	width: 55%;
	overflow:hidden;
}
html>body #page .page_2_cols_right {
	width: 55%; /* ie5win fudge ends */
}
#page .page_3_cols_left {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 10px 10px 10px 0;
	border: 0px;
	background: #666;
	width: 33%; /* ie5win fudge begins */
	voice-family:inherit;
	width: 31%;
	overflow:hidden;
}
html>body #page .page_3_cols_left {
	width: 31%; /* ie5win fudge ends */
}
#page .page_3_cols_center {
	padding: 10px;
	border: 0px; /* ie5win fudge begins */
	margin: -20px 33% 0px 33%;
	voice-family:inherit;
	margin-top: 0px;
	overflow:hidden;
}
body>#page .page_3_cols_center {
	margin-top: 0px; /* ie5win fudge ends */
}
#page .page_3_cols_right {
	position: absolute;
	top: 0px;
	right: 0px; /* Opera5.02 will show a space at right  when there is no scroll bar */
	margin: 0px;
	padding: 10px 0px 10px 10px;
	border: 0px;
	width: 33%; /* ie5win fudge begins */
	voice-family:inherit;
	width: 31%;
	overflow:hidden;
}
html>body #page .page_3_cols_right {
	width: 31%; /* ie5win fudge ends */
}
#sitemap .float_cols {
	margin:20px;
	float:left;
}


#footer {
	width:100%;
	height:auto;
	clear: both !important;
}
#footer .footer_top {
}
#footer .footer_inner {
	position:absolute;
	height:100px;
	line-height:54px;
	color:#000;
	font-size:10px;
	width:100%;
	background-color:#0D396B;
	text-align:center;

}
#footer .footer_bottom {
	position:absolute;
	width:100%;
}


#comment {
	margin-top:20px;
	margin-bottom:20px;
}
#comment .dateCom {
	float:right;
	padding:5px;
	color:#666666;
}
#comment .infos {
	padding:5px;
	color:#000;
}
#comment .content {
	padding:10px;
}
#contentBorder {
	margin-top:10px;
}
/* Holly Hack for IE */
* html div#article {
	width:100%
}
/* End */


#article img {
	margin:5px;
}
#page_per_page {
	width:100%;
	font-weight:bold;
	height:20px;
	position:relative;
	text-align:right;
	right:15px;
}

#page_per_page a{
	
	
	color:#FFFFFF;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
}	

#page_per_page .active{
	
	padding-left:3px;
	padding-right:3px;
	background-color:#FFF;
	color:#000;
}





.horizontalMenu {
	z-index:2000;
	font-size:11px;
	padding-right:100px;
	text-align:center;
}
.horizontalMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height:20px;
	
}
.horizontalMenu ul li {
	position: relative;
	display: inline;
	float: left;
}
.horizontalMenu ul li a {
	display: inline;
	padding: 1px 8px;
	text-decoration: none;
	color: #FFF;
}
.horizontalMenu ul li ul {
	left: 0;
	clear:left;
	position: absolute;
	top: 1em;
	display:block;
	z-index:1;
	visibility: hidden;
}
.horizontalMenu ul li ul li {
	display: list-item;
	float: none;
}
.horizontalMenu ul li ul li ul {
	left: 159px;
	top: 0;
}
.horizontalMenu ul li ul li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 8px;
}
.horizontalMenu ul li a:hover {
	color: #FFF;
}
.horizontalMenu .mainfoldericon {
}
.horizontalMenu .subfoldericon {
}
* html p#iepara {
	padding-top: 1em; /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
}
/* Holly Hack for IE */
* html .horizontalMenu {
	height:25px;
}
* html .horizontalMenu ul li {
	float: left;
	height: 1%;
}
* html .horizontalMenu ul li a {
	height: 1%;
}
/* End */

.cleaner2{

	clear:both;
	height:2px;

}

#pagination{background-color:inherit;  width:675px;}
#pagination a{color:#036}