@charset "UTF-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #dddbb5;
	margin: 0px;
	font-size: 12px;
}

#mainFrame{
	margin-left: auto;
	margin-right: auto;
	width: 730px;
}

#header{
	height: 177px;
	width: 730px;
	float:left;
}

#content{
	width: 670px;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	float:left;
	background-image: url(graphics/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}


#leftNav{
	width: 160px;
	padding: 0 0 0 0;
	float:left;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#leftNav h2{
	font-size: 18px;
	color: #295150;
	margin: 0 0 10px 0;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #295150;
}

#leftNav a{
	text-decoration: none;
}

#leftNav a:hover{
	background-color: #c8eaf1;	
}

#mainContent{
	width: 485px;
	padding-left: 15px;
	float:left;
	line-height:18px;
	position:relative;

}

.survivors{
	background-image: url(graphics/survivor_bg_02.jpg);
	background-repeat: no-repeat;
	background-position: center;		
}

.enfrancais{
	width: 150px;
	position:absolute;
	top: -21px;
	right: 0px;
	text-align:right;
	
}

#footer{
	width: 730px;
	float:left;
	background-image: url(graphics/footer.jpg);
	height: 43px;
}

.white{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.chapterWrapper{
	width:155px;
	padding: 5px 0 5px 5px;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddfdf;
}

.chapterWrapperLast{
	width:155px;
	padding: 5px 0 5px 5px;
	float:left;
	
}

.chaapter{
	width:160px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	float:left
}

.chapterName{
	width:158px;
	font-size: 10px;
	font-weight: normal;
	color: #295150;
	float:left
}

h1{
	margin-top:0px;
	font-size: 22px;
	color: #0188A5;
}



h3{
	font-size: 16px;
	color: #F4C01F;
}

a{
	color: #0188A5;	
}

a:hover{
	color: #000000;	
}

.required {
	color: #FF0000; /*red*/
}

.category {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 150px;
	float:left;
	padding: 0px 0px 6px 0px;
}

.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 315px;
	float: left;
	padding: 0px 0px 6px 0px;
}

.errorswrapper {
	width: 480px;
	float: left;
	background-color: #FFFF99;  /*light yellow*/
	margin: 0px 0px 10px 0px;
}

.errors {
	font: inherit;
	font-size: 12px;
	color: #FF0000; /*red*/
	width: 480px;
	padding: 10px 10px 10px 10px;
}

.box{
	margin:15px 0 15px 0;
	padding:5px;
	border:1px solid black;
}

.larger_p{
	margin:0;
	padding:0;
	font-size:16px;
	font-style:italic;
}

.survivors_h3{
	font-size: 16px;
	color: #F4C01F;
	margin:0;
	padding:0;
}

.red_closed{
	background-color:#F00;
	color:#FFF;
	padding:0;
	margin:5px 0 5px 0;
	width:490px;
	height:30px;
	text-align:center;
	font-size:16px;
	line-height:30px;
}

.conference_program{
	float:right;
}