/* HTML Elements */
	
body {
	margin: 0 0 0px 0;
	color: black;
	background: black url("images/bg_tile_middle.jpg") repeat-y;
	}
	
body, h1, h2, h3, p, ul, ol, td {
	font-family: arial,helvetica,sans-serif;
	}
	
a:link, a:visited {
	color: #369;
	background-color: transparent;
	text-decoration: underline;
	}
	
a:hover, a:focus {
	color: #900;
	background-color: transparent;
	text-decoration: underline;
	}
	
h1 {
	font-size: 18px;
	color: sienna;
	font-weight: bold;
	}

h1 .bracket {
	color: #000;
	}
	
h2 {
	font-size: 14px;
	color: peru;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 1em;
	}
table td {
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
}
	
p.first {
	margin-top: 0;
	}

p.content
{
	font-family: arial; 
	font-size: 12px; 
	color: black;
}

	
dt {
	font-weight: bold;
	}
	
cite {
	font-size: 10px;
	}
	
address {
	font-size: 11px;
	font-style: italic;
	color: #333333;
	background-color: #fff;
	}
	
hr {
	margin-top: 10px;
	}
	
/* ID Selectors */

#mastheadtop, #mastheadlogo, #mastheadbottom {
	color: #fff;
	background-color: #036;
	}

#masthead {
	border-bottom: 1px solid #fff;
	}
	
#primarynav {
	color: #000;
	vertical-align: top;
	text-align: right;
	height: 100%;
	}
	
#primarynav div {
	padding: 10px;
	}
	
#contentarea {
	vertical-align: top;
	color: #000;
	}
	
#contentarea div.whitespace {
	padding: 10px 55px 20px 35px;
	}
	
#contentarea p, #contentarea ol, #contentarea ul, #contentarea dl {
	font-size: 14px;
	color: #000;

	}

#contentborderleft {
	color: #fff;
	background-color: #000;
	}
	
#contentborderright {
	background-image: url(images/border_right.gif);
	background-repeat: repeat-y;
	}

.downloadlink a:link, .downloadlink a:visited, .downloadlink a:hover, .downloadlink a:focus {
	font-weight: bold;
	text-decoration: none;
	}
	
.hide {
	display: none;
	}

#td_header 
{
	height: 1300px;
	width: 1000px;
	background: beige url("images/bg_header.jpg") no-repeat;
}

#divContainer
{
	height: 1300px;
	width: 900px;
	background: url("images/bg_header.jpg") no-repeat;
}

#td_footer 
{
	height: 150px;
	width: 1000px;
	background: black url("images/bg_footer.jpg") no-repeat;
}

#td_side_top
{
	height: 55px;
	width: 238px;
	/* background: #346699 url("images/bg_side_top.jpg") ; */
}


#td_scroll
{
	/* background: white url("images/bg_scroll.jpg") ; */
	height: 55px;
	width: 629px;
	color: white;
	font-weight: bold;
	font-size: 12px;
}


#divMuseum
{
	position: absolute;
	top: 160px;
	left: 490px;
	width: 140px;
	height: 60px;
	border: 0px red solid;
	z-index: 1200;
	cursor: hand;
}

#divEmailUpdates
{
	position: absolute;
	top: 160px;
	left: 640px;
	width: 120px;
	height: 60px;
	border: 0px red solid;
	z-index: 1200;
	cursor: hand;
}
