/* CSS Document */

/* defines body element.  Top level of inheritance.  Change here for site-wite alterations in color, fots, etc. */
body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	top: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: #2B2E7A;
	}
	
/* block elements */
form, div {
	padding: 0px;
	border: 0px;
	margin: 0px;
	border-collapse: collapse;
	}
	
/* inline elements */
h1 {
	font-size: 1.25em;
	color: #000000;
	}
a {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
	}
a:visited {
	color: #000099;
	}
a:hover {
	color: #901E76;
	}
img {
	border: 0px;
	border-collapse: collapse;
	}

/* frame */
/* defines the sites frame.  border, width and margin can be changed */

#frame {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 0px;
	text-align:left;
	border: 8px solid #FFFFFF;
	background: #901E76;
	}
		
/* header constants */
/* defines all elements in the header. border, width, and margins can be changed */
#header {
	background: url('../images/layout/francofinal4.jpg');
	height: 150px;
	}
	
#header_FR {
	background: url('../images/layout/francofinal4_fr.jpg');
	height: 150px;
	}
	
#headerNav {
	height: 25px;
	position: relative;
	text-align: right;
	font-size: 0.8em;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 100px;
	}

#headerNav a {
	text-decoration: none;
	color: #FFFFFF;
}
#headerNav a:visited {
	color: #CCCCCC;
}
#headerNav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
	
#headerSearchBox {
	height: 25px;
	text-align: right;
	padding-top: 95px;
	margin: 0px;
	padding-right: 5px;
	}
	
/* navigation */
/* defines all elements that make up the navigation pane. border, width, and margins can be changed */
	
#navigation {
	width: 195px;
	padding: 5px;
	padding-left: 0px;
	padding-right: 10px;
	border: 1px solid #000000;
	border-collapse: collapse;
	float: left;
	background: #FFFFFF;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	font-size: 0.8em;
	font-weight: bold;
	color: #0000FF;
	}
#navigation li {
	list-style-type: none;
	margin-left: -25px;
	margin-top: 3px;
	}
#navigation a {
	color: #111111;
	text-decoration: none;
	}
#navigation a:visited {
	color: #000000;
	}
#navigation a:hover {
	color: #901E76;
}

/* content */
/* defines all elements that make up the content pane. border, width, and margins can be changed */
#content {
	float: left;
	width: 490px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #000000;
	background: #FFFFFF;
	}	
#content li {
	list-style-type: square;
	margin-left: -20px;
}

/* footer */
/* defines all elements that make up the footer pane. border, width, and margins can be changed */
#footer {
	margin: 6px;
	padding: 5px;
	border: 8px solid #901E76;
	clear:both;
	background:#fff;
	}
#copyright {
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#copyright a {
	color: #FFFFFF;
	font-weight: bold;
}
#copyright a:visited {
	color: #FFFFFF;
	font-weight: bold;
}
#copyright a:hover {
	text-decoration: underline;
}

/* Styles for the logos on the bottom of the page */
#logos {
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	width: 750px;
	margin-right: auto;
	margin-left:auto;
	padding: 5px;
}
#logos img {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-collapse: 0px;
}
/* additional styles */
/* H1 */
/* defines the header 1.  jp added */

	

.gallery {
	border: 3px;
	border-style: solid;
	border-color: #2B2E7A;
	margin: 5px;
	padding: 0px;
}
#popup {
	width:550px;
	padding:0px;
	border: 8px solid #901E76;
	background:#fff;
	margin-top: 6px;
	margin-left: 3px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}
#popupcontainer {
	margin-top: 8px;
	font-size: 0.8em;
	text-align:center;
}