/* CSS Document */


#mainbody
	{
		width: 750px;
		background-color:#F0F0F0;
	}

#maincontent
	{
		margin-left: 25px;
		margin-right: 25px;
		margin-top: 8px;
		margin-bottom: 8px;
		background-color:#FFFFFF;
		
	}
	
#nav
	{
		margin-bottom: 2px;
		background-color:#FFFFFF;
		font-size: 12px;
		color:#009999;
		font-weight:800;
	}
	
.navlist
	{
		text-align:center;
		font-size:18px;
		line-height:2;
	}
	
h1, h2 
	{
		text-align:center;
	}
	
.citytext
	{
	
		font: "Courier New";
		color: #000000;
		font-size: 14px;
		text-decoration: underline;
		font-weight: bold;
	}
	
.addresstext
	{
		font-family: "Courier New";
		color: #6F6F6F;
		font-size: 14px;
	}
	
.publicationstext
	{
		font-family: "Courier New";
		color: #6F6F6F;
		font-size: 12px;
	}
	