﻿@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
	border: 2px solid #EAFBE3;
	width: 760px;
	margin: 0 auto 0 auto;
	background-color: #EAFBE3;
	position: relative;
}
#masthead {
	border: 2px solid #EAFBE3;
	text-align: center;
	width: 100%;
	background-color: #EAFBE3;
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	font-weight: bold;
	vertical-align: middle;
	line-height: 50px;
	height: auto;
	background-image: url('../images/MSAMueseum/P12365bkgd.jpg');
	color: #EAFBE3;
}
#navigation {
	padding: 0px;
	margin: 0px;
	position: absolute;
	z-index: 3;
	top: 180px;
	width: auto;
	left: 80px;
}
#page_content {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #EAFBE3;
}
#column_l {
	position: relative;
	margin: 0 270px 0 0;
	padding: 0 2% 0 1%;
	background-color: #EAFBE3;
	float: none;
}
#column_r {
	float: none;
	width: 250px;
	margin: 0;
	padding: 10px;
	background-color: #FFCB97;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	background-color: #FFE7CE;
	padding-bottom: 5px;
	clear: both;
	margin-top: 30px;
}
/* Styles for Masthead */
/* Styles for Navigation */
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #000;
}
h3 {
	font-size: 1.5em;
	color: #000;
}
h4 {
	font-size: 1.25em;
	color: #000;
}
h5 {
	font-size: 0.75em;
	color: #000;
}
h6 {
	font-size: 0.5em;
	color: #000;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #000000;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_center {
	text-align: center;
}
.style_centerbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #CC6600;
	text-align: center;
	font-weight: bold;
}
.hangingIndent {
	text-indent: -50px;
	margin-left: 50px;
}
.style_justify {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.accentColour {
	color: #CC6600;
}
.accentCenterText {
	text-align: center;
	color: #CC6600;
	font-size: 1.5em;
	font-weight: bold;
}
.subContainer {
	border: 4px groove #CC6600;
	margin: 5px auto 20px auto;
	padding: 4px;
	width: auto;
	height: auto;
	background-color: #EAFBE3;
}
.navSubmenu {
	position: absolute;
	z-index: 1;
	width: auto;
	height: auto;
	top: 20px;
	visibility: hidden;
}
.noBorder {
	border-width: 0px;
}
.photopage_Margin {
	margin: 5px;
}
