body {
margin: 0;
padding: 0;
text-align:center;
font: 85% Arial, Helvetica, sans-serif;
color: #000000;
background-image: url(images/background.jpg);
background-repeat: no-repeat;
min-width: 700px;
}
#container {
text-align: left;
margin: 0 auto;
min-height:675px;
}
#masthead {
background: #454979;
padding-top: 16px;
margin-left: 217px;
height: 103px;
}
#topnav {
background: #A2D263;
height: 19px;
border-bottom: 1px solid #454979;
padding: 10px;
text-align: right;
font-family:"Times New Roman", Times, serif;
font-weight: bold;
color: #333659;
}
#leftnav {
float: left;
width: 160px;
margin-top: 52px;
}
#content {
margin: 0px 35px 25px 250px;
}
#footer {
clear: both;
background:#A2D263;
color: #000000;
border-top: 2px solid #454979;
padding-top: 30px;
height: 42px;
text-align:center;
font-size:small;
}
#newsbox {
float: right;
width: 168px;
margin: 10px;
}
#newsboxtext {
background-image: url(images/news_box_bkgd.gif);
background-repeat: repeat-y;
padding-left: 10px;
padding-right: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #DA5C34;
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #DA5C34;
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #DA5C34;
}
.captionleft {
 float: left;
	margin: 0px 10px 10px 10px;
	padding: 10px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style:italic;
	color: #DA5C34;
	text-align: center;
	border-bottom: 1px solid #DA5C34;
}
.photoleft {
float: left;
margin-bottom: 10px;
border: solid 3px #DA5C34;
}
.captionright {
 float: right;
	margin: 0px 10px 10px 10px;
	padding: 10px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style:italic;
	color: #DA5C34;
	text-align: center;
	border-bottom: 1px solid #DA5C34;
}
.photoright {
float:right; 
margin: 10px; 
border: solid 3px #DA5C34;
}

.caption {
	margin: 0px 10px 10px 10px;
	padding: 10px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style:italic;
	color: #DA5C34;
	text-align: center;
	border-bottom: 1px solid #DA5C34;
}
.photo {
margin: 10px;
text-align:center;
width: 100%;
background-color: #DA5C34;
border: solid 3px #DA5C34;
}
.newshead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style:italic;
	font-weight:bold;
	color: #DA5C34;
	margin: 0;
	}
.newssubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
	color: #DA5C34;
	margin: 0;
	}
.exhibit {
	padding: 0 0 10px 0;
	margin-right: 175px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #A2D263;
	min-height: 120px;
}

.exhibithome{
	padding: 0 0 10px 0;
	margin-right: 175px;
	width: 50%;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #A2D263;
	min-height: 120px;
}

#date {
	margin-right: 20px;
	padding: 10px;
	font-family: "Times New Roman", Times, serif;
	color: #454979;
	text-align:right;
}
a:link {color: #DA5C34;}
a:visited{color: #454979;}
a:hover{color: #A2D263;}
a:active{color: #A2D263;}
a:focus{color: #A2D263;}

a.topnav:link {color: #454979; text-decoration:none;}
a.topnav:visited{color: #454979; text-decoration:none;}
a.topnav:hover{color: #454979; text-decoration:none;}
a.topnav:active{color: #454979; text-decoration:none;}
a.topnav:focus{color: #454979; text-decoration:none;}

a.footer:link {color: #000000; text-decoration:none;}
a.footer:visited{color: #000000; text-decoration:none;}
a.footer:hover{color: #DA5C34; text-decoration:none;}
a.footer:active{color: #DA5C34; text-decoration:none;}
a.footer:focus{color: #DA5C34; text-decoration:none;}

/* CSS Popout menuv */

/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */

#menuv		                                 /* position, size, and font of  menu */
	{	
	position:absolute;	
	top:19em;
	z-index: 10;
	width: 8em;						          /* [1] width of menu item (i.e., box) */
	text-align: left;
	margin-left: 10px;
	font-size: 0.9em;
	font-family: helvetica, arial, geneva, sans-serif;
	}

#menuv a
	{
	display:block;		
	width: 110%;				
	padding-top: 0.3em;						/* expands menu box vertically*/
	padding-bottom: 0.3em;
	padding-left: 0.3em;
	padding-right: 0.3em;
	white-space:nowrap;
	}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	color: #454979;
	width:110%;
	border-top: #454979 solid 1px;
	background-image: url(images/nav_bkg.jpg);
	background-repeat:repeat-x;
	white-space:nowrap;
	text-decoration:none;				       /* removes underlines from links */
	}

#menuv a.parent/* attaches parent-arrow on all parents */
	{
	background: #454979;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFFFFF;
	font-size:14px;
	}
#menuv a.parent:hover { 
color: #A2D263;
}
#menuv a:hover				             /* all menus on mouse-over */
	{
	color: #DA5C34;
	}
	
#menuv li
	{
	list-style-type:none;		            /* removes bullets */
	}

#menuv ul li
	{
	position:relative;
	}

#menuv li ul
	{
	position: static;
	top: 0;
	left: 8em;		  /* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul
	{
	margin:0;				               /* keeps the menu parts together */
	padding:0;
	width: 8em;			              /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
	{
	display: none;
	}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
	}
