			#wrapper {
			}
		/* -------------------- generic styles */
			body { margin: 0; padding: 0; 
				background-color: #ffffff; 
				font: small "Lucida Grande", Arial, sans-serif;
				color: #020202;
				}
			a { text-decoration: none; }
			a img { border: none; }
			
		/* -------------------- masthead styles */
			#masthead {background: #f4f4f4;
				margin-bottom: 1.75 em;
				}
			#homelogotype {
				margin-left: 2.5em; border:0;
				 }
			#navlinks {
				margin: 0; padding: 0.5em 2.5em;
				background: #e5e5e5;
				}
			.selected {
				color: #71aad0 !important; 
				}
			#navlinks li {
				font-family: helvetica, sans-serif;
				display: inline;
				list-style: none;
				margin-right: 0.8em;
				padding-right: 0.9em;
				border-right: 1px solid #b2b2b2;
				font-weight: bold;
				}
			#navlinks li.last {
				border-right: none;
				}
			#navlinks li a {
				padding: 0.2em 0.5em 0.2em 0.5em;
				color:#03B5E5;	
				text-decoration:none;
				font-weight:600;
				letter-spacing: 1px;
				font-size: 1.2em;
				}
			#navlinks li a:link {color:#0388E2;}
			#navlinks li a:visited {color:#0388E2;}
			#navlinks li a:hover {color:#0388E2; background-color:#F4F4F4;}
		
		/* -------------------- main column styles */
			#content {
				float: left;
				padding: 0 23.6em 4em 3em;
				/* background-color: yellow; */
				font-size: 1.1em;
				line-height: 1.3em;
				}
			#content a:link { color: #0388E2; }
			#content a:visited { color: #0388E2; }
			#content h1 {
				margin: .8em 33% 1.25em -2em; padding: 0.4em 2em 0.4em 2em;
				background: #6ADD4E; 
				font-size: 1.4em;
				font-weight: normal; color: #fff;
				}	
			#content h2 {
				margin: 0.5em 0; padding-bottom: 0.25em;
				border-bottom: 1px solid #B0D742;
				font-size: 1.2em;
				font-weight: bold;
				}	
			#content img.photo1 {
				float: left;
				margin: .75em 1.2em 0.75em 0;
				}
			#content img.photo_r {
				float: right;
				margin: 0.5em 1.2em 0.75em 1.2em;
				}
		/* -------------------- sidebar styles */
			#sidebar { 
				float: right;
				width: 19em;
				margin: 0.4em 2em 4em -22em;
				}
			#sidebar div h3 {
				background: #71B0F4;
				font-size: 1.25em;
				margin: 0 -.8em; padding: 0.4em 0.8em;
				text-transform: lowercase;	
				}
			#sidebar div h4 {
				font-size: 1em;
				margin: 0 0 0.5em;
				padding: 0.5em 0;
				border-bottom: 1px solid #fff;}
			#sidebar div {
				background: #5b5b5b;
				padding: 0 1em 1em;
				margin-top: 0.75em;
				color: #fff;
				}
			#sidebar img {
				display: block;
				margin: 2em auto 0.5em;
				}	
			#sidebar cite {
				float: right;
				margin: .75em 0em 1em 1em;
				}
			#sidebar ol {
				margin: 1em 1em 1em 2em;
				padding: 0;
				}
			#lowerbar p, #topbar p {
				margin: .75em 1em 0em 1em; 
				}
			#sidebar a:link { color: #71B0F4; }
			#sidebar a:visited { color:#71B0F4; }
		/* -------------------- footer styles */
			#footer { clear: both; 
				padding: 0.5em 2em;
				background: #e5e5e5;
				text-align: center;
				}
			#footer p {
				margin: 0;
				color:#636363;
				}
			#footer a {
				text-decoration: underline;
				color: #333;}