@import url("ifcolors.css");

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#masthead {
	background-image: url(../images/if_masthead.jpg);
	background-repeat: no-repeat;
	height:100px;
	margin-bottom: 10px;
}
h1 {
	font-size: 110%;
	text-align: left;
	display: block;
	padding-left: 10px;
	font-weight: bolder;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 20px;
}
h2 {
	font-size: 150%;
	font-style: normal;
	text-align: center;
	font-weight: normal;
}
h3 {
	font-size: 130%;
	font-weight: normal;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
h5 {
	font-size: 90%;
	font-weight: bold;
}
blockquote {
	text-align: center;
	font-weight: bold;
}
#navigation {
	font-size: 90%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 12px;
	padding-top: 12px;
	}
#navigation li {
	display: inline;
	}
#navigation a:link, #navigation a:visited {
	text-decoration: none;
	margin-right: 2px;
	padding:10px 10px 10px 32px;
	text-decoration: none;
	background: url(../nav/button_up.gif) no-repeat 5px 50%;
	background-position: left;
	}
#navigation a:hover {
	text-decoration: none;
	background: url(../nav/button_over.gif) no-repeat 5px 50%;
	background-position: left;
	}
#navigation a:active {
	text-decoration: none;
	background: url(../nav/button_down.gif) no-repeat 5px 50%;
	background-position: left;
	}
#sidebar {
	float: right;
	width: 20%;
	}
	
#splash {
	border: solid 0px;
}
#splash a:link, #splash a:visited, #splash a:hover, #splash a:active  {
	text-decoration: none;
	color:#FF0033;
	}
#splash p {
	align:center;
	text-align: center;
	color: #0099FF;	
}
#course_full {
	color:#CCCCCC;
}
#content {
	margin-right: 21%;
	padding-left: 10px;
	padding-right:5px;
	padding-bottom: 10px;
	border-top: solid 1px;
	border-left: solid 1px;
	border-right: solid 1px;
	margin-top: 12px;
	}
.nosidebar {
	margin:10% 10% 0% 10%;
}
#content ul {
	list-style: none;
	margin: 10px;
	padding: 10px;
	list-style-type: square;
	list-style-position: inside;
	}
#recommend {
	margin-right: 25%;
	margin-left: 10px;
	border-top: solid 1px;
	border-left: solid 1px;
	border-right: solid 1px;
	margin-top: 12px;
	background-color:#FFF;
	padding:15px;
	color:#000;
	}
#recommend ul {
	padding-left:20px;
	list-style-position: inside;
	font-size: 90%;
}
#chunk {
	margin-bottom: 10px;
	padding-bottom: 10px;
	clear: left;
}
#footer {
	clear: right;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid 1px;
	text-align:center;
}
#footer ul  {
	list-style: none;
}
#footer li {
	display: inline;
	margin-right: 15px;
	font-size: 80%;
	}
#enquiry {
	border: dotted 1px;
	padding: 20px 10px;
	margin: 10px;
	text-align: center;
	clear: both;
}
#tip {
	border: solid 1px;
	padding: 20px 10px;
}
#comment {
	border: solid 1px;
	padding: 10px 10px;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	}
.subtitle {
	font-size: 90%;
	font-style: italic;
	text-align: left;

}
.course_leader {
	font-style: italic;
	text-align: center;
}
.info{
	text-transform: none;
	text-align: left;
	padding: 5px;
	border: solid 1px;
	}
.design {
	font-size: 80%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 50px;
}
.copyright {
	font-size: 80%;
	font-style: italic;
	margin-right: 50px;
}
.photoright {
	float: right;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.photoleft {
	float: left;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-top: 10px;
}
.photocentre {
	padding-right: 20px;
	padding-left: 20px;
}
.clear {
	clear:both;
}
.clearleft {
	clear:left;
}
.clearright {
	clear:right;
}
.caption {
	margin: 5px;
	padding: 5px;
	border: solid 0px #777;
	/*background: #e5f2ff;*/
	font-style:italic;
	font-size:80%;
}
.caption img {
	border: 0px solid #777;
}
.left {
	float: left;
}
.right {
	float: right;
}

.update {
	font-size: 80%;
	font-style: italic;
	text-align: right;
}
.contrast {
	font-style: italic;
}
.centred {
	text-align: center;
}
.privacy {
	font-size:80%;
	font-style: italic;
	padding-right: 20px;
}

/* for forms and tables */
#image_france_enquiry {
	font-family: Georgia, "Times New Roman", Times, serif;
}
fieldset {
	border: 1px solid;
	padding: 20px 20px;
	margin: 10px 30px;
}
caption {
	font-style: normal;
	font-weight: bold;
	padding-bottom: 10px;
}
td,th {
	padding: 5px;
	border: 1px dotted;
}

legend {
	font-weight: bold;
	margin-top: 5px;
}
/* end of for forms */
