/* CSS Document */
body {
	/*text-align: center - centers the web page for IE only*/
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold; 	
	color: #372C16;
	margin: 0;
	background-color: #B38337;
	padding: 0;
}
#container {
	width: 750px;
	background-color: #B38337;
	/*following centers the web page for browsers other then IE - margin: 0 auto; */
	margin: 0 auto;
	text-align: left;
	padding: 0;
	background-image: url(images/bghome.jpg);
	background-repeat: no-repeat;
}
#pageHeader {
	margin: 0;
	padding: 0 0 15px 0;
	/*height: 243px;*/
	text-align: center;
	width: 750px;
	line-height: 12px;
}
#column1 {
	float: left;
	width: 250px;
	margin: 0;
	padding: 0px;
	text-align: center;
	line-height: 17px;
}
#column2 {
	float: left;
	width: 500px;
	text-align: left;
	line-height: 17px;
}
/*#column3 {
	float: right;
	width: 250px;
	text-align: center;
	line-height: 17px;
}
*/
/*h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #421910;
	padding-top: 5px;
}
*/
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #372C16;
	margin: 20px 35px 5px 35px;
	border: #372C16 2px dashed;
	padding: 5px;
}
.hometitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #372C16;
}
.home2title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #372C16;
	text-align: left;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 18px;
}
.spacontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5A4122;
}
.missiontitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #372C16;
	margin-left: 15px;
}
.mission {
	margin: 0 10px 0 15px;
}
#footer{
	clear: both;
	width: 750px;
	margin: 0px 0 5px 0;
	padding: 7px 0 5px 0;
	text-align: center;
}
.copyright {
	font-size: 12px;
	font-weight: bold;
	color: #372C16;
	line-height: 15px;
}
.copyright a:link {
	color: #372C16;
	text-decoration: none;
	font-size: 12px; 
}
.copyright a:visited {
    color: #372C16;
	text-decoration: none;
	font-size: 12px;
}
.copyright a:active {
    color: #372C16;
	text-decoration: none;
	font-size: 12px;
}
.copyright a:hover {
    color: #FEFEE4;
    text-decoration: underline;
	font-size: 12px;
	background-color: #5A4122;
}

/*.member a:link {
	color: #372C16;
    text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
.member a:visited {
	color: #372C16;
    text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
.member a:active {
	color: #372C16;
    text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
.member a:hover {
   color: #E4D4A7;  
   text-decoration: none;
   font-weight: bold;
   font-size: 13px;
   background-color: #5A4122;
}
*/
a:link { 
	color: #372C16;
    text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
a:visited {
	color: #372C16;
    text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
a:active {
	color: #372C16;
    text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
a:hover {
   color: #E4D4A7;  
   text-decoration: none;
   font-weight: bold;
   font-size: 15px;
   background-color: #372C16;
}
.redtitle {
	color: #660000;
	font-weight: bold;
	font-size: 18px;
}
a.R:link { 
	color: #660000;
    text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
a.R:visited {
	color: #660000;
    text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
a.R:active {
	color: #660000;
    text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
a.R:hover {
   color: #E4D4A7;  
   text-decoration: none;
   font-weight: bold;
   font-size: 18px;
   background-color: #372C16;
}
/*.citysearch {
	padding: 0 8px 0 5px;
	color: #431610;
}
*/
	