body{

	background-color: #e3d8d3;

	}
td{

	overflow: auto;
	}
	
.textlink{
	font-family: cursive;
	font-size: 10pt;
	color: #5E3338;
	text-align: right;
}

p{
	font-family: Times serif;
	font-size: 10pt;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
}


a:link, a:visited{ 
	color: black;
	cursor: finger;
	font-size: 9pt;
	font-family: times serif;
	font-weight: bold;
	text-decoration: none;
}

a:hover{ 
	color: #5E3338; 
	cursor: finger;
	font-family: times serif;
	font-weight: bold;
	text-decoration: none;

}

a:active{
	text-decoration: none;
}

.textlinkstyle{
	color: #336666;
	cursor: finger;
	font-size: 9pt;
	font-family: Times;
	text-decoration: underline;
}

h4{
	color: #622f3d;
	font-family: Times;
	font-size: 18pt;
	font-weight: bold;	 
	
}	

h1{

	color: #666666;
	font-family: times;
	font-weight: bold;
	font-size: 10pt;
	}
h2{

	color: #666666;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 12pt;
	}	

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style:   none;
	position:  absolute;
}

#nav a {
	display:  block;
	padding: 0 35px 0 18px;

}

#nav li {
	float: left;
	
}

#nav li ul {
	position: absolute;
	width: 12em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#map{

	cursor: pointer;
	}

#wrapper{
width: 1000px;
height: 800px;
margin-left: auto;
margin-right: auto;
border-color: #5299a1;
border-left-style: double;
border-bottom-style: double;
border-right-style: double;

}