/**  STRUCTURE  **/

html{
	min-height: 100%;
	margin-bottom: 1px;
	}
body{
     width: 760px;
     text-align: center;
     margin-left: auto;
     margin-right: auto;
     font-family: arial, helvetica, sans-serif;
     font-size: 12px;
    margin-top: 1px;
    padding-top: 5px;
     }
.header{
     font-family: arial, helvetica, sans-serif;
     font-weight: bold;
     font-size: 110%;
     color: #5B5348;
		padding: 0px;
		margin-bottom:5px;
     } 
.container{
     width: 760;
     font-family: Arial, helvetica, sans-serif;
     font-size: 100%;
     color: #5B5348;
     text-align: left;
     padding: 3px;
     border: 2px outset #9D9283;
     }
.leftcol{
	width: 120px;
  float: left;
	padding 0;
  }

.main{
	width: 624px;
	margin-left: 122px;
	padding-left: 4px;
  }

	
/**  FONTS  **/
h1{
     text-align: center;
     font-family: arial, helvetica, sans-serif;
     font-weight: bold;
     font-size: 160%;
     color: #5A514A;
		 padding: 5px;
		 margin: 0;
     }	
h2{
     text-align: center;
     font-family: arial, helvetica, sans-serif;
     font-weight: bold;
     font-size: 140%;
     color: #5A514A;
		 padding: 5px;
		 margin: 0;
     }
h3{
     font-family:Arial,Helvetica,sans-serif;
     font-weight: bold;
     font-size: 105%;
     color: #808080;
		}
.subtitlebar{
      background-color: #F4CDB5;
		  text-align: center;
      font-weight: bold;
      font-size: 100%;
      }
.smallfont{
    font-family: arial, helvetica, sans-serif;
    font-size: 85%;
    color: #404040;
    }
.lastmodif{
	text-align: left;
  background-color: white;
  font-size: 75%;
  }
	
		
/**  TABLES  **/


.table3{
	width: 760px;
	text-align: left;
	border: 2px groove #753333;
    font-family: arial, helvetica, sans-serif;
	font-weight: normal;
    font-size: 100%;
    color:#5A514A;
    background-color: #F7EBE7;
		padding: 6px;
    }
.table3 td.padding{
	text-align: center;
	padding: 6px 70px 6px 70px;
	}
.table4{   
	width: 630px;
     font-family: Arial,Helvetica,sans-serif;
     font-size: 100%;
     color: #404040;
     padding: 6px;
		 border: 2px groove #753333;
     background-color: #FFF1E6;
     }
.table5{
	width: 760px;
	text-align: left;
	border: 2px groove #753333;
    font-family: arial, helvetica, sans-serif;
	font-weight: normal;
    font-size: 100%;
    color:#5A514A;
    background-color: #F7EBE7;
		padding: 6px;
    }

	

/**  LINKS  **/


a:link{
		font-family: arial,helvetica, sans-serif;
		color: #7E3838;
		text-decoration: underline;
		}
a:visited{
	 font-family: arial,helvetica, sans-serif;
		color: #7E3838;
		text-decoration: underline;
		}
a:hover {
  color: red;
	text-decoration: underline;
	}

.linkbar{
		width: 760px;
		height: 32px;
     background-image: url(/images/stripePink.jpg);
		 background-repeat: repeat-x;
		 margin: 0;
		 padding: 0;
		 text-align: right;
		 line-height: 1.9em;
     }
.linkbar li a:link{
    width: 118px;
		height: 26px;
    text-align: center;
    margin-left: 1px;
    margin-right: 1px;
    padding: 4px;
    border: 2px outset;
    border-color: #DCE8E8 #8C0000 #8C0000 #DCE8E8;	
    background-color: #88ACAC;
    font-family: arial,helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: white;
    text-decoration: underline;
    }
.linkbar li a:visited{
    width: 118px;
		height: 26px;
    text-align: center;
    margin-left: 1px;
    margin-right: 1px;
    padding: 4px;
    border: 2px outset;
    border-color: #DCE8E8 #8C0000 #8C0000 #DCE8E8;	
    background-color: #88ACAC;
    font-family: arial,helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: white;
    text-decoration: none;
    }
.linkbar li a:hover{
    color: #2A706F;
    text-decoration: underline;
		background-color: #F4CDB5;
    }
.linkbar ul li{
	display: inline;
	margin: 1px 2px 2px 2px;
	}
.table5 a:link{
	font-weight: bold;
	font-size: 110%;
	color: #5A514A;
	text-decoration: underline;
	} 
.table5 a:visited{
	font-weight: bold;
	font-size: 110%;
	color: #5A514A;
	text-decoration: none;
	} 
.table5 a:hover{
	font-weight: bold;
	font-size: 110%;
	color: #EB6B6B;
	} 	
	
	
	
/**  LISTS **/

.linkbar ul{
	display: inline;
	}

 
.table3 li{
    font-family: arial,helvetica, sans-serif;
    font-size: 100%;
	list-style-type: disc;
	margin-left: 1px;
	padding: 2px;
	}
	
  

/*Divers*/


@media print{
     .hide img{
     display: none;
     }
		 }
