/* CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #000000;
}
h1 {
	MARGIN-TOP: 20px; FONT-WEIGHT: normal; FONT-SIZE: 20px; MARGIN-BOTTOM: 5px; COLOR: #94C642; LINE-HEIGHT: 20px; FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
}
p {
	MARGIN-BOTTOM: 10px; LINE-HEIGHT: 20px
}
a {
	COLOR: #769E35;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 950px;
	margin: 0 auto;
	background-color: #231F20;	
    height: auto;
	text-align: center;		
}
#header {
	
}

#main {
		margin: 0 auto;
		width: 950px;
		text-align: left;			
}
#menuLeft {
	width: 300px;
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;

}
#mainContent {
		width: 650px;
		border: 5px solid #96C642;
		padding: 20px;
		text-align: left;
		background-color: #ffffff;	
}
#mainContent2 {
		width: 650px;
		border: 5px solid #96C642;
		padding: 0px;
		text-align: left;
		background-color: #ffffff;	
}
#footer {
	background-color: #000000;
	width: 100%;
	text-align: center;
	float: left;
	padding: 10px;
}

.designer, a.designer {
	text-align: left;
	color: #404040;
	LINE-HEIGHT: 15px;
	font-size: 11px;
	font-family: Arial;
	font-style: normal;
}
.designer2 {
	font-style: normal;
	color: #404040;
	text-decoration: none;
}
.googleMap {
	text-align: right;

}
