body 
	{
    font-family: Arial, Sans-Serif;
    text-align: center; 
    background-color: #004722;
	}

	a:link 
	{
	color: #004722;
	font-size: 10pt;
	text-decoration: underline;
	}
	
	a:visited, a.small:hover  
	{
	color: Gray;
	font-size: 10pt;
	text-decoration: underline;
	}
	
	a.small:link 
	{
	color: #004722;
	font-size: 10pt;
	text-decoration: underline;
	}
	
	a.small:visited, a.small:hover  
	{
	color: Gray;
	font-size: 10pt;
	text-decoration: underline;
	}
	
	a.big:link 
	{
	color: #004722;
	font-size: 11pt;
	text-decoration: underline;
	}
	
	a.big:visited, a.big:hover  
	{
	color: Gray;
	font-size: 11pt;
	text-decoration: underline;
	}
	
	img 
	{
		border: none;
	}
	
	

.outtercontainer 
	{
	background-color: White;
	width: 1200px;
	margin-left:auto; 
	margin-right:auto;
	position: relative;
	}
	
		

.topbar 
		{
		top: 0px;
		left: 100px;
		width: 800px;
		height:155px;
		text-align: left;
		position: relative;  
		background: white url(Images/topbar2.png) no-repeat right; 
		}
		
			

.logo
			{
			position: absolute;
			top:0;
			left: 0;
			height: 155px;
			width: 260px;
			}
			
			
			
			

.toptext 
			{
			top: 100px;
			left: 240px;
			height: 155px;
			width: 550px;
			padding-right: 10px;
			text-align: right;
			position: absolute;
			}
				

.toptext h1
				{
				color: #004722;
				font-size: 9pt;
				text-align: right;
				}
		
		

.content 
		{
		top: 0px;
		left: 0px;
		width: 1200px;
		height: 100%;
		background-color: White;
		margin-top: 0px;
		clear: both;
		overflow: auto;
		position: relative;
		}
		
			

.content p 
			{
			color: #004722;
			font-size: 11pt;
			text-align: left;
			}
		
			
.sidenavbg 
			{
			background-color: White;
			width: 180px;
			text-align: left;
			margin-top: 0px;
			padding-right: 10px;
			padding-left: 0px;
			float: left;
			position: relative;
			}
			
				

.sidenavbg p 
				{
				color: #004722;
				font-size: 11pt;
				text-align: left;
				padding-left: 10px;
				}


				
				ul.leftNavigation 
				{
				list-style: none;
				padding: 0px;
				margin-left: 0;
				}
			
				ul.leftNavigation a
				{
				display: block;
				color: #004722;
				font-size: 13pt;
				font-weight: bold;
				text-align: center;
				text-decoration: none;
				line-height: 30px; 
				}
				
				ul.leftNavigation a:hover
				{
				background-color: #004722;
				color: White;
				font-size: 13pt;
				font-weight: bold;
				text-decoration: none;
				line-height: 30px; 
				}
				
				.sidenavbg hr
				{
				color: #004722;
				}
				
				.sidenavbg h3
				{
				color: #004722;
				text-align: center;
				}
				
				
				
			

.body 
			{
			width: 800px;
			background-color: White;
			text-align: left;
			margin-top: 0px;
			padding-top: 15px;
			padding-left: 25px;
			padding-right: 25px;
			padding-bottom: 50px;
			float: left;
			position: relative;
			}
			
				.body h2
				{
				color: #004722;
				font-size: 13pt;
				text-align: left;
				}
			
				

.body h3
				{
			   color: #004722;
			   font-size: 12pt;
			   text-align: left;
			   font-style: italic;
				} 
				
				.realtor
				{
				width: 220px;
				height: 325px;
				text-align: center;
				float: left;
				}
			
				
			
		


.footer 
		{
		width: 1200px;
		text-align: center;
		margin-left:auto; 
		margin-right:auto;
		}
		
			

.footer p
			{
			color: White;
			font-size: 10pt;
			text-align: center;
			}
			
			

.footer a
			{
			color: White;
			font-size: 10pt;
			text-align: center;
			}
			
			

.footer a:visited
			{
			color: Gray;
			font-size: 10pt;
			text-align: center;
			}
	
		
		
		
		
		
	
	
	
	
	
	
	
	