	

/* reset browser styles */
	
		html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
			padding: 0;
			margin: 0;
			font-size: 100%;
			font-weight: normal;
		}
		
		ol { 
			margin-left: 1.4em; 
			list-style: decimal; 
		}
		
		ul { 
			margin-left: 1.4em; 
			list-style:square; 
		}
		
		img {
			border: 0;
		
		}
	
/* end reset browser styles */


/* begin normalize font size */

	body {
	background-color:#999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
		}
		
/* end normalize font size */

	.mapLocation {
		padding:15px 0px 15px 8px;
		}
		
	#innercontainer {
		background-image:url(images/background1.gif);
		width: 720px;
  		margin: 0 auto;
		padding-top:30px;
		}
		
	h1 {
		background-image:url(images/arch1.jpg);
		background-repeat:no-repeat;
		padding:80px 0px 30px 0px;
		}
	
		
	.publications {
		padding:20px 0px 10px 20px;
		}
	
	.navbar span.divider {
		color:#F90;
			}
	#footer span.divider {
		color:#F90;
			}		
	.pubTitle {
		font-size:1.5em;
		padding:0px 0px 20px 20px;
		
		}
	
	.topSpace {
		padding-top:30px;
		}
		
	.navbar {
		background: #333;
		text-align:center;
		padding-bottom:15px;
		padding-top:15px;
		word-spacing:30px;
		color:#FFF;
		font-size:12px;
}
		
	.navbar a {
		color:#FFF;
		font-size:12px;
		}
		
	
	.mainTextLayout {
		font-size:1.3em;
		color:#666;
		padding:10px 15px 15px 20px;
		}
		
		
	.mainTextLayout p {
		text-indent: 1em;
		margin: 0px 0px 10px 0px;
		}
		
	#underConstruction {
		font-size:2em;
		text-indent:0;
		text-align:center;
		padding: 20px 0 20px 0;
		}
		
	
	ul {
		margin-top:10px;
		margin-bottom:10px;
		}

	h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		color:#666;
		text-align:center;
		font-size:30px;
		}
		
	.mainTextLayout h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:10px;
	margin-top:15px;
	font-size:2.0em;
	color:#000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
		}
		
	h5 {
		font-family: Verdana, Geneva, sans-serif;
		text-align: center;
		padding-top:10px;
		}
	
	h6 {
		font-family:Verdana, Geneva, sans-serif;
		text-align:center;
		padding-bottom:20px;
		}
		
	
	#unorderedListHead {
		margin-top:15px;
		}
	
	#footer  {
		font-family: Verdana, Arial, sans-serif;
		width:720px;
		color:#FFF;
		text-align:center;
		background: #333;
		margin: 0 auto;
		top:16px;
		font-size: 9px;
		text-transform: uppercase;
		padding: 9px 0 9px 0;
		}

	a:link {
	text-decoration: none;
	color: #999;
		}

	a:hover, a:active {
	text-decoration: none;
	color: #f60;
		}
		
	#navbar a:hover, a:active, #footer a:hover, a:active 
		{
		text-decoration: none;
		color: #ff6;
		}

	.navbar a:link, #footer a:link, .navbar a:visited, #footer a:visited 
		{
		text-decoration: none;
		color: #fff;
		}

