/* CSS Document */

*{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size: 11px;
}
.clearBox {
    clear:both;
    height:1px;
    overflow:hidden;
  }

a, a:visited{
	color:#000;
	}

a img{
	border:none;
	}  
.red,#alt_body #main #content #right_col .right_mod .red{
	color:#db0000;
	}
body{
	background-color:#f1f1f1;
	text-align:center;
	font-size: 12px;
	}
#main, #alt_body,#footer{
	margin:0 auto 0 auto;
	}
#alt_body{
	width:1000px;
	background-image:url(images/bkg.jpg);
	background-repeat:no-repeat;
	background-position:50% 0;
	background-color:#f1f1f1;
}

#main{
	width:800px;
	border-right:1px #e3e3e3 solid;
	border-left:1px #e3e3e3 solid;
	border-bottom:1px #e3e3e3 solid;
	background-color:#FFF;
	
}

/* /////////////////////////// HEAD */
#menu_head {
	background-image: url("images/menu_head.gif");
	display: block;
	height: 31px;
	width: 800px;
	text-align: left;
}

#menuitems {
	float: left;
	padding: 6px 0px 0px 50px;
}
#menulang {
	float: right;
	height: 31px;
	margin-right: 8px;	
}

#flash_head{
	width:800px;
	text-align:center;
	display:block;
}
/* /////////////////////////// CONTENT */
#content {
	width:100%;
	text-align: left;
	background-position:0 0;
	background-repeat:repeat-x;
}

.navigation a{
	color: #e00000; font-size: 13px;
}


.module{
	background-color:#e0e0e0;
	border:1px #CCC solid;
	width:100%;
	display:block;
	background-image:url(images/module_bkg.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	margin-top: -1px;
}

.module .date {
	width: 100%;
	height: 23px;
	margin-right: 5px;
	text-align: right;
	line-height: 23px;
	background-image:url(images/reason_bkg.gif);
}
.module .date, .module .date span{
	font-weight:bolder;
	font-size:13px;
}
.module .replique{
	width:505px;
	height:34px;
	display:block;
	padding:8px 20px 0 30px;
	margin:10px 0 15px 0;
	background-image:url(images/replique.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	font-weight:bolder;
	font-size:13px;
}

.module .replique2 {
	width:326px;
	display:block;
	padding:8px 10px 0 15px;
	margin:0px 0 20px 0;
	font-size: 14px;
}

.module .replique a {
	font-weight:bolder;
	font-size:13px;
	text-decoration: none;
}

.module .replique a:hover {
	text-decoration: underline;
}

.module .row{
	padding-bottom:20px!important;
	padding:0 10px 0 20px;
	margin-bottom:10px;
	width:520px;
}

.module .row .r_right{
	float:right;
	padding-top:10px;
}

.module .row .r_left{
	float:left;
}

/* /////////////////////////// LEFT */

#left_col{
	width:568px;
	float:left;
	padding:0px 25px 0 0px;
	background-position:0 0;
	background-repeat:no-repeat;
}

/* /////////////////////////// RIGHT */

#right_col{
	width:186px;
	float:right;
}
#right_col .right_mod{
	background-color:#000;
	text-align:center;
	padding-bottom:10px;
	
	}
#right_col .right_mod .content_mod{
	padding:10px 5px 10px 10px;
	text-align:left;
}
#right_col .right_mod .content_mod a{
	color:#fff;
	text-decoration:none;
	font-size: 13px;
	}
	
#right_col .right_mod .content_mod a:hover{
	color :#e00000;
}

#right_col .center{
	width:186px;
	text-align:center;
	}

#rightMenuLinks{
	padding-bottom: 8px;
	text-align:center;
	font-size: 13px;
}
#rightMenuLinks a{
	color: #e00000;
	font-size: 13px;
	text-decoration:none;
}
#rightMenuLinks a:hover{
	color: #e00000;
	text-decoration: underline;	
}
/* /////////////////////////// FOOTER */

#footer{
	width:800px;
	margin-bottom:100px;
	text-transform:uppercase;
	padding-top:10px;
}
#footer a{
	color:#db0000;
	padding:0 10px 0 10px;
	font-weight:bold;
}

td, td span{
	padding: 1px;
	color: #e00000; 
	font-weight: bold; 
	font-size: 12px;
}