

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	margin: 0px;
	padding: 10px;
	background-color: #235E1A;
	color: #000000;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 3px 3px 3px 3px;
}

.pix {padding: 3px 3px 3px 3px;}

a:link {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}

.quote
{font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
	font-size: 14px;
	padding: 3px 3px 3px 3px;
	color: #235E1A;
	line-height: 150%;
}

.small
{font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	padding: 3px 3px 3px 3px;
	color: #235E1A;
}

.memhead
{font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 3px 3px 3px;
	color: #235E1A;
}

img.headshot
{Margin-right:16px;
}

div#button
{Position: relative;
background-color: #660033;
width: 300px;
height: 100px
top: 100px;
left: 200px;
z-index: 1;}

#container {
	background: white;
	width: auto;
	height: 900px;
	margin-right: 100px;
	margin-left: 100px;
	margin-top: 20px;
	padding: 10px;
}

#picLeft {
	width: 396px;
	height: 102px;
	float: left;
	padding: 2px;
	border-bottom: 1px solid black;

}

#picRight {
	width: 396px;
	height: 102px;
	float: right;
	padding: 2px;
	border-bottom: 1px solid black;

}

#nav {
	width: 225px;
	height: auto;
	margin-top: 125px;
	position: absolute;
	left: 119px;
	background-color: white;
	top: 49px;
	
}

.subnav {
	padding-left: 30px;
	font-size: 11px;
}

.subnavnav {
	padding-left: 35px;
	font-size: 10px;
}

#contentPic {
	width: 500px;
	height: auto;
	margin-top: 125px;
	position: absolute;
	left: 355px;
	background-color: white;
}

#newsHeader {
	width: 225px;
	height: 15px;
	margin-top: 270px;
	position: absolute;
	left: 116px;
	padding: 3px;
	font-weight: bolder;
	border-bottom: 2px solid black;
	top: 41px;

}

#newsContent {
	width: 224px;
	height: 133px;
	margin-top: 300px;
	position: absolute;
	left: 118px;
	padding: 3px;
	top: 35px;
}

#exhibitHeader{
	width: 250px;
	height: 15px;
	margin-top: 430px;
	position: absolute;
	left: 115px;
	padding: 3px;
	background-color: #006699;
	color: white;
	top: 48px;


}

#exhibit {
	width: 250px;
	height: 97px;
	margin-top: 460px;
	position: absolute;
	left: 115px;
	padding: 3px;
	background-color: #006699;
	top: 48px;

}

#onlineHeader {
	width: 250px;
	height: 15px;
	margin-top: 430px;
	position: absolute;
	left: 383px;
	padding: 3px;
	background-color: #990000;
	color: white;
	top: 50px;
}

#online {
	width: 250px;
	height: 97px;
	margin-top: 460px;
	position: absolute;
	left: 383px;
	padding: 3px;
	background-color: #990000;
	top: 48px;
}

#donationHeader {
	width: 250px;
	height: 15px;
	margin-top: 430px;
	position: absolute;
	left: 651px;
	padding: 3px;
	background-color: #666666;
	color: white;
	top: 50px;
}

#donation {
	width: 250px;
	height: 96px;
	margin-top: 460px;
	position: absolute;
	left: 651px;
	padding: 3px;
	background-color: #666666;
	top: 49px;
}

.style1 {
	font-size: medium;
	font-weight: bold;
}

.style3 {
	font-size: x-small
}
.menu {
height:200px;
font-size:90%;
margin:0px 0px 0px 5px;
font-family: Georgia, "Times New Roman", Times, serif; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
position:relative;
z-index:500;
padding:0;
margin:0;
list-style-type:none;
width:200px;
}
/* style the list items */
.menu li {
background:#ffffff;
height:26px;
/* for IE7 */
float:left;
}
.menu li.sub {background:#ffffff url(file:///Macintosh%20HD/Users/kellymcj/Desktop/LHM%20Feb%202010/sub.gif) no-repeat right center;} 

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:199px;
color:#000;
text-indent:5px;
border:1px solid #237fcc;
border-width:1px 1px 1px 1px;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:166px; w\idth:199px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#237fcc; position:relative;}

.menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {color:#fff; background:#237fcc;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {color:#fff; background:#237fcc;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
top:-30px;
/* set up the overlap (minus the overrun) */
left:167px;
/* set up the overrun area */
padding:30px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(file:///Macintosh%20HD/Users/kellymcj/Desktop/LHM%20Feb%202010/transparent.gif);
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
