*.html {
        margin: 0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        }

.exhibit table {
	background-color: #FFF;
	width: 100%;
	border-collapse: collapse;
	font-family: "Century Gothic", verdana, arial, sans-serif;
	color: 	#666666;
	text-align: left;
}

.exhibit td {
	/* border-top: 1px solid #DDD; */
	font-family: "Century Gothic", verdana, arial, sans-serif;
}

.exhibit th {
	background-color: #B4B48D;
	color: #FFFFCC;
	text-align: left;
}

p {
color:#666666;
font-size: .9em;
}

#container {
		background:#fff; 
		border:1px solid #000;
		margin: 5px auto;
		min-width: inherit;
		padding: 5px;
		text-align: left;
		width: 96%;
		overflow: hidden;
		font-size:.9em;
		font-family: verdana, arial, helvetica, sans-serif;
		color:#161340;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Century Gothic", verdana, arial, sans-serif;
	text-align: left;
}

h1 { 
	font-weight: 700;
	font-size: 1.2em;
	height: 1.3em;
	color: #FFFFCC;
	background-color: #B4B48D;
	padding: 3px;
	}
	
h2 {
	font-size: 1.1em;
	font-style: normal;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color:#666666;
	}

h4 {
	color: #666666;
	font-size: 1em;	
}

a { font-family: Century Gothic; color: #3871A9; }

ul {
	text-align: left;
	list-style-type: none;
}

img { padding: 3px; }

table li {
	padding-top: 12px;
}


#topnav a {
	text-decoration: none;
	color: #FFFFCC;
}
