/* CSS Document */
body {
	background-color:#5D7158;
	font-family:Arial, sans-serif;
	font-size: 12px;
	}
	.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
#text h1 { 
	font-size: 20px;
	font-family: Georgia, serif;
	}
#text h2 { 
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	}
hr {
	color:#9FAC9D;
	height:1px;}
a
{
   color: #000000;
   text-decoration: none;
   font-family:Georgia, Times, serif;
}
a:hover
{
   color:#507050;
   text-decoration: none;
}
#container {
	width: 812px;
	margin: 0 auto; 
	background-color:#D0DBCC;
	background-image:url(images/bg2.jpg);
	background-repeat:repeat-y;
	}
#center {
	width: 790px;
	height:100%;
	}
#text {
	width: 490px;
	float:right;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	}
#left {
	width: 229px;
	float:left;
	padding:10px;
	font-size: 16px;
	font-family: Georgia, serif;
	font-weight:bold;
	}
.footer {  
	text-align:center;
	color:#ffffff;
	width:805px; 
	clear: both; 
	background-color:#0D1E0F;
	padding-bottom:2px;
	padding-top:1px;
	}
.footer a
{
   color: #FFFFFF;
   text-decoration: none;
   font-family:Georgia, Times, serif;
}
.footer a:hover
{
   color:#507050;
   text-decoration: none;
}
#phoneText { 
	font-size: 24px;
	font-family: Georgia, serif;
	float:left;
	padding:10px;
	font-weight:bold;
	}