/* CSS Document */

body {
	background-color:#FFFFFF;

}
p {
	line-height:18px;
}

/* Indent UL (block) */
li ul {
	padding: 0px 0px 0px 0px; /* Don't touch */
	margin: 8px 0px 0px 15px;
}

/* Indented List Item */
ol li {
	padding-bottom: 15px;
	
}

ul.sublink {
	padding: 0px 0px 0px 0px; /* DON'T CHANGE!! */
	margin: 0px 0px 0px 33px; /* Change the last item to adjust the left padding */
}

li.sublink {
	padding: 0px 0px 0px 0px; /* DON'T CHANGE!! */
	margin: 0px 5px 7px 0px; /* top right bottom left */

/* Head Tags */
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 2.3em;
	color:#336666;
	margin:0px 0px 10px 0px;
}
.color2 {
	color:#006699;
}
h2 {
	font-size: 18px;
	color:#669933;
	padding:0px 0px 15px 0px;
	margin:0px;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #003366;
	margin-bottom: 15px;
	margin-top: 0px;
}
h4 {
	font-size: 18px;
	color: #C2A644;
	padding:0px 0px 15px 0px;
	margin:0px;

}
h5 {
	font-size: 1.2em;
	font-weight: bold;
	color:#006666;
	margin-bottom: 15px;
	margin-top: 30px;
	border-bottom:1px dotted #999999;
	
}
h6 {
	font-size: 1em;
	font-weight: bold;
	color:#006666;
	margin-bottom: 5px;
	margin-top: 30px;
	border-bottom:1px dotted #999999;

}
.quick_links {
	border: 1px solid #ffffff;
	color:#544C27;
	background-color:#FFFFCC;
	margin:3px;
	font-size: 1em;
	height:17px;
	
}
/* Links */
a:link, a:visited { color:#336699;text-decoration: underline; }
a:hover { color:#999999; text-decoration: underline; }

a.link_green:link, a.link_green:visited { color:#669933; text-decoration: underline; font-weight:bold; }
a.link_green:hover{ color:#999999; text-decoration: underline; }

a.left_nav_return:link, a.left_nav_return:visited {
	color:#BFCF43;
	display: block;
	background-color:#477400;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
	padding: 15px 0px 15px 20px;
	text-decoration: none;
}
a.left_nav_return:hover {
	color:#336633;
	background-color:#FFFFCC;
	border-bottom: 1px solid #FFFFFF;
}
a.left_nav_return2:link, a.left_nav_return2:visited {
	color:#BFCF43;
	display: block;
	background-color:#477400;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
	padding: 15px 0px 15px 20px;
	text-decoration: none;
}
a.left_nav_return2:hover {
	color:#336633;
	background-color:#FFFFCC;
	border-bottom: 1px solid #FFFFFF;
}
a.left_nav:link, a.left_nav:visited {
	font-size: .9em;
	color:#CCFFCC;
	display: block;
	background-color:#006699;
	border-top: 1px solid #006699;
	border-bottom: 1px solid #006699;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 15px;
	padding-bottom: 8px;
	text-decoration: none;
}

a.left_nav:hover {
	color:#FFFFFF;
	background-color:#339999;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
a.link_click_here:link, a.link_click_here:visited  {
	font-size: .9em;
	color:#663300;
	font-weight: bold;
	text-decoration: underline;
}

a.link_click_here:hover {
	color:#000000;
}
a.link_panels_main:link, a.link_panels_main:visited  {
	font-size: 1.2em;
	color:#544C27;
	font-weight: bold;
	text-decoration: underline;
}

a.link_panels_main:hover {
	color:#000000;
}
img.image_padding {
	padding-bottom:5px;
}
.museum_type {
	color: #006863;
	font-style: italic; 
	font-size: x-small;

}
.blue {
	color:#003366;}
.green {
	color:#006633;

}
#content {
	text-align:left;
	background-color:#ffffff;
	width:800px;

}
#content_white {
	height:auto;
	width:100%;
	background-color:#FFFFFF;
}
table.table_blue {
	background-color:#F1F8FC;
	border: 1px solid #3399CC;
	color:#003366;
}
table.table_blue td {
	padding:10px;
	
}
table.table_blue td.blue_header {
	padding: 5px;
	margin: 0px;
	background-color:#3399CC;
	color:#FFF;
	font-weight:bold;

}
table.table_blue a {
	color:#003366;
	
}
table.table_blue a:hover {
	color:#3399CC;
	
}
table.table_green {
	background-color:#EEF5EE;
	border: 1px solid #006666;
	color:#006666;
}
table.table_green td {
	padding:10px;
	
}
table.table_green td.green_header {
	padding: 5px;
	margin: 0px;
	background-color:#006666;
	color:#FFF;
	font-weight:bold;

}
table.table_green a {
	color:#003366;
	
}
table.table_green a:hover {
	color:#3399CC;
	
}
#helpful_links_table {
	background-color:#F9F6E5;
	border: 1px solid #996600;
}
blockquote p {
	 font: 1em Georgia, Times, "Times New Roman", serif; 
	 font-size: 1.3em;
	 width:100%;
	 font-style:italic;
	 margin: 0px 0px 10px 0px;
	 padding:10px 0px 0px 0px;
	 color:#006633;
}
blockquote .source {
	 font-size:1em;
	 color:#669900;
	 font-style: none;
	 margin: 0px;
	 text-align:right;
	 padding-bottom:20px;
	 
}	
.small_orange {
	color:#996633;
	font-size:x-small;
}
.essays_titles {
	color:#666633;

