/* <!-- http://matthewjamestaylor.com/blog/perfect-2-column-double-page.htm */
	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		/*background:#fff;*/
		min-width:600px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
	}
	
	h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; }


	
	p {
		margin:.4em 0 .8em 0;
		padding:0;
		line-height:150%; /* RMD added to increase spacing between lines */
	}
	/*img {  RMD removed because causes unwanted space around images in javascript slide show
		margin:10px 0 5px;
	}*/
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		border-bottom:1px;
		border-bottom-style:solid;
	}
	
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;

		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		/*background:#eee;
		color:#000;*/
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}

	#header ul li a.active,
	#header ul li a.active:hover {
		/*color:#fff;
		background:#000;*/
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}

	/* Footer styles */
	
	
	#footer {
		/* RMD added */
		position:fixed;
		bottom: 0px;
		/*  */
		clear:both;
		float:left;
		width:100%;
		border-top:1px; 
		border-top-style:solid;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	
 dl { padding: 0.5em; }
  dt { float: left; clear: left; width: 100px; text-align: right; font-weight: bold; }
  dt:after { content: ":"; } 
  
   
  dd { margin: 0 0 0 110px; padding: 0 0 0.5em 0;font-size: 1.05em;  }
