body{
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #e7e5d8;
    color: #1f4945;
}

div, td, th, a, span{
  font-size: 14px;
}

/* To avoid strict mode problems */
img {display: block}

#titleBanner{
    background-image: url(../img/bf_bandeau.png);
    background-repeat: no-repeat;
    background-color: #000000;
    height: 100px;
}

#bannerImage{
    background-image: url(../img/bf_bandeau2.jpg);
    background-repeat: no-repeat;
    height: 100px;
    width: 241px;
    float:right;
}

#title{
    font-size: 3.8em;
    font-weight: normal;
    margin-top:0px;
    margin-left: 20px;
    color: #FFFFFF;
}

#title span{
    font-size: 1em;
	color: #bdbcb7;
}

#subtitle{
    font-size: 0.9em;
    margin-left: 25px;
    color: #d32e00;
    font-weight: bold;
}

#sessionBox{
	float: right;
	font-size: 0.9em;
	margin:11px 0px
}

#menu{
  width: 100%;
  background-color: #bdbcb7;
}
#menu table{
    border-collapse: collapse;
}

#menu td{
    font-size: 0.9em;
    text-align: center;
    font-weight: bold;
    height: 20px;
    border: 1px solid #e7e5d8;
    border-top: 0px;
    border-bottom: 0px;
    padding: 0px 10px;
}

#menu td a{
    text-decoration: none;
    color: #1f4945;
}

#menu td a:hover{
    text-decoration: underline;
}
#content{
    margin: 1%;
    width: 98%;
}

#breadScrumb{
  margin: 10px;
}
h1{
  font-size: 1.2em;
  text-align: left;
}

h2{
  font-size: 1.1em;
  text-decoration: underline;
}

#generatorChooser{
	margin-left: 10%;
	margin-top: 10px;
}

.floatBox{
	float:right;
	background-color:white;
	padding: 8px 13px 5px 13px;
	margin-left: 10px;
    margin-bottom: 10px;
	width: 25%;
}

.centerOutContent{
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
}

.centerOutContent *{
	text-align: center;
}
