
#container {
	width: 98%;
	margin: 1px auto;
	background-color: #ccd5e1;
	color: #333333;
	border: 1px solid #808080;
	/* line-height: 100%; */
	font-family: "Trebuchet MS", Tahoma, "Lucida Sans", Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	}

#top {
	padding: .5em;
	color:#000099;
	background-color: #ddd;
	border-bottom: 1px solid gray;
	}

#top h1 {
	padding: 0;
	margin: 0;
	line-height: 24pt;
	}


h1, h2 {
	color:#000099
	}
	
	
#top h1 span.greentext {
	color:#009900;
	}

#content h2 span.greentext {
	color:#009900;
	}

#content h2 span.bluetext {
	color:#000099;
	}

	
	
#leftnav {
	height: 100%;
	float: left;
	width: 170px;
	margin: 0;
	padding: 1em;
	color: black;
	/* background-color: transparent; */
	/* background: #fff url(images/railway.jpg) no-repeat bottom right;  */
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.9;
	}

#leftnav p {
	margin: 0 0 1em 0;
	}

#leftnav ul {
	margin: 10px;
	padding: 10px;
	}

#leftnav li {
	list-style-type: none;
	display: block; 
	font-style: normal;
	text-decoration: none;
	}

#leftnav li a:link {
	background-color: transparent;
	color: #000099;
	font-style: normal;
	text-decoration: none;
	}

#leftnav li a:visited {
	background-color: transparent;
	color: #0000a0;
	font-style: normal;
	text-decoration: none;
	}
#leftnav li a:hover{
	color:#009900;
	text-decoration:underline;
	}
	
#leftnav a:currentpage {
	background-color: transparent; 
	color:#009900;
	font-weight: bold;
	text-decoration: none;
	}

.indent1 {
	padding: 2ex;
	}

.indent2 {
	padding: 4ex;
	}

#content {
	height: 100%;
	margin-left: 202px;
	padding: 3em;
	max-width: 36em;
	}

#content h2 {
	margin: 0 0 .5em 0;
	line-height: 1.9;
	}

#content a:link {
	background-color: transparent; 
	color: #005B88;
	font-weight: bold;
	text-decoration: none;
	}

#content a:currentpage {
	background-color: transparent; 
	color: #B9E9FF;
	font-weight: bold;
	text-decoration: none;
	}



#content a:visited {
	background-color: transparent;
	color: #008ACC;
	font-weight: bold;
	text-decoration: none;
	}

#footer {
	clear: both;
	/* margin: 10px; */
	width: 100%;
	height: 50px;
	/* padding: .5em; */
	color: #333;
	background: #ddd url(images/valid-xhtml10.gif) no-repeat center right;
	border-top: 1px solid gray;
	}


#pop_content {
	height: 100%;
	margin-left: 1px;
	padding: 2em;
	max-width: 36em;
	}

#content a.external {
	background-color: transparent;
	color: #265127;
	font-weight: bold;
	text-decoration: none; 
	}

#content a.external:visited {
	background-color: transparent;
	color: #469748;
	text-decoration: none;
	font-weight: bold;
	}

#content a.pops {
	background-color: transparent;
	color: #4E3281;
	font-weight: bold;
	text-decoration: none; 
	}

#content a.pops:visited {
	background-color: transparent;
	color: #4B307E;
	text-decoration: none;
	font-weight: bold;
	}

.credit {
	font-size: 0.75em
	}

#content p span {
		font-weight:bold;
		}
		
#footer p.centre{
		text-align:center;
		vertical-align:middle;
	    }