/*----------Text Styles----------*/
BODY {
	background-color: navy;
	padding: 0;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	SCROLLBAR-FACE-COLOR: navy;
	SCROLLBAR-3DLIGHT-COLOR: #D3D3D3;
	SCROLLBAR-HIGHLIGHT-COLOR: navy;
	SCROLLBAR-SHADOW-COLOR: navy;
	SCROLLBAR-DARKSHADOW-COLOR: #D3D3D3;
	SCROLLBAR-BASE-COLOR: navy;
	SCROLLBAR-ARROW-COLOR: #D3D3D3;
	SCROLLBAR-TRACK-COLOR: navy;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
margin: 0 0 15px 0;
padding: 0;
color: white;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
margin: 0 0 5px 0;
padding: 0;
color: blue;
}
h3 {
font-family: Arial, Helvetica, sans-serif;
margin: 0 0 5px 0;
padding: 0;
color: steelblue;
}

p {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.1em;
margin: 0 0 16px 0;
padding: 0;
}
table {
font-family: Arial, Helvetica, sans-serif;
FONT-SIZE: 9pt;
line-height: 1.1em;
margin: 0 0 16px 0;
padding: 0;
}

a { 
 	text-decoration: none;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 10pt;}
 	
a:link, a:visited {color:blue; font-weight:normal;}
a:active {color:blue; font-weight:bold;}
a:hover {color:blue; font-weight:bold;}

.content {
position: relative;
width: auto;
min-width: 120px;
margin: 0 250px 20px 20px;
border: 1px solid black;
background-color: white;
padding: 10px;
z-index: 2;
}
#header {
background-color: navy;
margin: 10px 20px 20px 20px;
border: 0;
z-index: 1;
}
#officers {
position: absolute;
width: 200px;
right: 40px;

border: 1px solid navy;
background-color: #eee;
padding: 10px;
z-index: 3;
}
#ddpic {
position: absolute;
width: 200px;
right: 40px;
z-index: 3;
}
#pic {
position: absolute;
width: 150px;
right: 450px;
top: 210px;
border: 1px solid navy;
background-color: floralwhite;
padding: 10px;
z-index: 2;
}
#map {
position: absolute;
width: 150px;
right: 270px;
top: 210px;
border: 1px dashed navy;
background-color: floralwhite;
padding: 10px;
z-index: 2;
}
#link {
position: absolute;
width: 150px;
top: 160px;
right: 140px;
border: 1px solid navy;
background-color: steelblue;
}
#menu {
line-height: 1.5em;
padding-left: 0 px;
}
#lodges {
line-height: 1.5em;
padding-left: 15px;
}