#content a, #content a:hover, #content a:visited {
	color: #006643;
	}

/* headings */

h1 {
	font-size: 1.8em;
	margin-bottom: 1em;
	}

h2, h3 {
	color:#555;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	}

h2 { font-size: 1.5em; }

	caption h2 { line-height: 1.5em; }

h3 { font-size: 1.2em; }

h4 {
	color:#444;
	font-size: 1.1em;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	}

p, li { line-height: 1.3em; }

li h3, li h4, li h5, .li-p p { /* when a list item contains a header */
	margin: 0;
	padding: 0;
	}

dh { /* definition heading  */
	padding-bottom: 1.5em;
	padding-top: 1em;
	}

dt { font-weight: bold; } /* definition term  */

dt > dfn { font-style: normal; } /* removes italics from a dfn inside a dt */

dd { /* definition description */
	margin-left: 15px;
	padding-bottom: 1.1em;
	padding-top: 0.5em;
	} 

/*  general classes  */

.activated {
	background-color: #dfe2e0;
	border: #949393 1px solid; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	cursor: pointer;
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}

	.deactivated {
		background-color: #f4f4f4;
		border: #adb2b5 1px solid;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		color: #6d6d6d;
		cursor: pointer;
		font-size: 80%;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		}

.alphabetical-listing h2 { font-size: 1.2em; }
.alphabetical-listing h3 { font-size: 1.5em; }

.anchor-list {
	font-size: 1.2em;
	font-weight: bold;
	list-style-position: inside;
	list-style-type: none;
	margin-left: 0px; 
	padding-left: 0px;
	}

	.anchor-list li, .li-space li, .list-no-style li {
		margin-top: 10px;
		margin-bottom: 10px;
		}

.anchor-letter { 
	margin-left: 0px; 
	padding-left: 0px; 
	}

	.anchor-letter li {
		background: #ddd;
		border: 1px #777 solid;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		display: inline-block; 
		font-size: 120%;
		list-style-type: none;
		margin-left: 2px;
		}
	
	.anchor-letter a { 
		display: block; 
		padding: 5px; 
		}
		
		#content ul.anchor-letter a:hover { 
			background: #aaa; 
			color: #002A1B;
			}
	
	li.anchor-letter-absent {
		background: #eee;
		border: none;
		font-size: 100%;
		padding: 5px;
		}
	
	.tight li.anchor-letter-absent { padding: 4px; } /* makes letters fit on French page */
		
.anchor-space-bottom { /*adds space below to put anchors links at the the top of the page */
	margin-bottom: 300px;
	}

.back-to-top { text-align: right; }

.bold { font-weight: bold; }

.bullet-circle { list-style-type: circle; }

.bullet-disc { list-style-type: disc; }

.bullet-square { list-style-type: square; }

.bullet-triangle {
	margin: 0.75em 0 0.75em 1.2em;
	padding: 0 1em;
	list-style: none;
	}
	.bullet-triangle li:before { 
		content: "";
		border-color: transparent #111;
		border-style: solid;
		border-width: 0.35em 0 0.35em 0.45em;
		display: block;
		height: 0;
		width: 0;
		left: -1em;
		top: 0.9em;
		position: relative;
		}

.center {
	margin: 0 auto;
	text-align: center;
	}

.clear-both { clear: both; }

.clear-left { clear: left; }

.clear-right { clear: right; }

.column-right {
	float: right;
	margin-left: 7px;
	width: 25%;
	}
	
.contact-list {
	margin-left: 0px; 
	padding-left: 0px;
	list-style-position: inside;
	list-style-type: none;
	}

.divider { margin: 20px auto; }

.dl-inline dl {
	overflow: hidden;
	width: 100%;
	}

.dl-inline dt, .dl-inline dd { 
	display: block;
	float: left;
	}
	.dl-inline dt { 
		clear: both;
		margin-top: 0.5em;
		}
		
	.dl-inline dd { 
		margin-left: 5px;
		}

.faux-link { 
	color: #006643;
	text-decoration: underline;
	}
	
.five-column 
 {
 float: left;
 width: 105px;
 margin: 0px 10px 15px 10px;
 padding: 0px;
 }

.font-90-percent { font-size: 90%; }

.font-small { font-size: 0.8em; }

.font-larger { font-size: 1.2em; }

.hidden-fully, .hidden-fully a { display: none; visibility: hidden; }

.img-2 {
	float: left;
	width: 50%;
	}

.indent { margin-left: 20px; }
	.indent-5 { margin-left: 5px; }
	.indent-10 { margin-left: 10px; }
	.indent-30 { margin-left: 30px; }
	.indent-40 { margin-left: 40px; }

.indent-right { margin-right: 20px; }

.inline-li li {
	display: inline;
	margin-left: 5px;
	list-style-type: none;
	}

.italic { font-style: italic; }

.justify { text-align: justify; }

.left {
	float: left;
	margin-right: 5px;
	}

.li-no-indent { 
	margin-left: 0px; 
	padding-left: 0px;
	list-style-position: inside;
	}

.list-no-style {
	margin-left: 0px; 
	padding-left: 0px;
	list-style-type: none;
	list-style-position: inside;
	}
	
.no-space { margin: 0px; }
.no-space-bottom { margin-bottom: 0px; }
.no-space-top { margin-top: 0px;}

.no-bold {	font-weight: normal; }

.no-bullet { list-style-type: none; }

.padding-bottom { padding-bottom: 20px; }

.padding-left { padding-left: 20px; }

.padding-right { padding-right: 20px; }

.padding-top { padding-top: 20px; }

.right {
	float: right;
	margin-left: 5px;
	}

.space-bottom { margin-bottom: 20px; }

.space-left { margin-left: 30px; }

	.space-left2 { margin-left: 60px; }

	.space-left3 {margin-left: 190px; }
	
.space-right { margin-right: 30px; }
	
.space-top { margin-top: 20px; }

.table-empty { empty-cells: show; } /* use when a table has empty cells */

.text-center { text-align: center; }

.text-left { text-align: left; }
	
.text-right { text-align: right; }

.ul-col-3 { padding-left: 15px; } /* puts a list into 3 columns */
	.ul-col-3 li {
		display: inline-block;
		float: left;
		width: 200px;
		}
	.ul-col-3 li:nth-child(3n+2), .ul-col-3 li:nth-child(3n+3) { margin-left: 20px; }
	
.ul-no-space-bottom { margin-bottom: 0px; } /* to remove the gap between a paragraph and a list */

.ul-no-space-top { margin-top: 0px; } /* to remove the gap between a paragraph and a list */

.visually-hidden { /* hides content visually, but still read by screen readers */
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}

/* colours */

.black { color: #000; }

.green, .green a { color: #006643; }

.green-dark { color: #085e08; }

.grey-dark { color: #555; }

.red { color: #D90000; }

/* divs */

#header_image { margin: 0px 0px 30px 0px; }

/* template changes */

#left ul li.faux-collapse a { /* make a menu item look like a subsidiary */
	background: none repeat scroll 0 0 #fff;
	border-bottom: 2px solid #ddd;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	}
	
	#left ul li.faux-collapse a:hover { background: #c8c8c8; }

#left ul li.collapse ul a {
	border-bottom: 2px solid #ddd;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	}

#widecenter_full { background: #fff; }

/* specific classes */

.addthis_toolbox { margin-top: 50px; } /* add padding to top of "share this" widget */

/* #breadcrumb formatting */

.crumbs { 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
	margin-right: 0px;
	}

	.crumbs li {
		display: inline;
		margin-left: 5px;
		list-style-type: none;
		}
	
		.crumbs li:first-of-type { margin-left: 0px; }

/* jump widget */

.jump-heading {
	background: #ccc;
	margin: 10px 0px;
	text-align: center;
	width: 100%;
	}

.jump-text li { padding: 5px; }

/* panel headings */

.panel-heading {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #003300;
	}

.panel-open-close {
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	text-align: right;
	}
	
.panel-title { color:#555; }

/* tabbed panels headings */

.tab-h2 {
	color: #000;
	font-size: 1.1em;
	}

/* widths */

.w70 { width: 70%; }
.w25 { width: 25%; }

/* table widths */

.tbl-w3 { width: 3%;}
.tbl-w7 { width: 7%;}
.tbl-w11 { width: 11%;}
.tbl-w13 { width: 13%;}
.tbl-w17 { width: 17%;}
.tbl-w21 { width: 21%;}
.tbl-w28 { width: 28%;}

/* table widths for reports and expenses */

.table-travel-expenses { 
	margin: 5px auto;
	vertical-align: top;
	width: 100%;
	}
	
	.tbl-col-cost { width: 20%; }
		
		.tbl-col-cost td { text-align: right; }

	.tbl-col-date { width: 30%; }
	
	.tbl-col-detail-1 { width: 30%; }
	
	.tbl-col-detail-2 { width: 70%; }

	.tbl-col-item { width: 10%; }

	.tbl-col-trip { width: 40%; display: inline; }
		
		.tbl-col-trip td {
			vertical-align: top;
			}
	





