
body 		{
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size:.8em;
			text-align:center;
			margin:0;
			padding:0;
			height:100%;
			}
	
h1			{ 
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			vertical-align:bottom;
			font-weight:normal;
			font-size:180%; 
			color:#1a9a51;
			}

h2			{ 
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-weight:normal;
			font-size:160%;
			color:#1a9a51;
			}

h3			{ 
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size:140%; 
			font-weight:normal;
			color:#1a9a51;
			}
											  
h4			{	 
			background:url('images/calendar.gif') no-repeat;
			padding-left:20px;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-weight:normal;
			font-size:130%; 
			color:#1a9a51;
			}
	
h5			{ 
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-weight:normal;
			font-size:110%; 
			color:#1a9a51;
			}
	
h6			{ 
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-weight:normal;
			font-size:100%; 
			color:#000000;
			}	

p			{
			color:#000000;
			}
	
ul li 		{ 
			list-style-type:square;
			margin:.4em 0;
			}		
		
a			{ 
			font-weight:normal;
			color: #666666; 
			text-decoration:none;
			}
	
a:hover		{ 
			font-weight:normal; 
			color:#999999;
			text-decoration:underline;
			} 
	
a:visited	{
   		    font-weight: normal; 
			color:#333333; 
       	    text-decoration:none;
        	}

a:active	{ 
			font-weight:normal; 
		    color:#999999; 
		    text-decoration:underline;
			} 		
		
#wrapper 	{
			min-height:100%;
			margin-left:auto;
			margin-right:auto;
			width:650px; 
			}

			
#header		{
			display:none;
			}
			
ul#navbar	{
			display:none;
			}			
			
#cityscape	{
			display:none;
			}

#content	{
			width:100%;
			}

#left 		{
			width:100%;
			background-color:#ffffff; 
			text-align:left;
			margin-left:30px;
			margin-right:10px;
			border-right:2px solid #eeeeee;
			}

#right		{
			display:none;
			}
			
#footer 	{	
			position:relative;
			height:106px;
			font-size:.9em;
			margin: 0 auto;
			}

#footer a, 
#footer a:visited {
				color:#82b781;			
				text-decoration:none;
				}
			
#footer a:active, 
#footer a:hover {
				color:#ffffff;
				text-decoration:none;
				}		
				
#footer p {
		color:#82b781;
		padding-top:110px;
		padding-bottom:20px;
		margin:0;
		}
				


