/* CSS Document */
body { 
	background-color: #CCCCFF;
}
h6 {  
	font-family: "Times New Roman", Times, serif; 
	font-size: large; 
	color: #333333
}
h1 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: large; 
	color: #333333
}
h2 {  
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #666666
}
h3 {
	font: italic normal 1em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
}
h4 {  
	font: 75% georgia, sans-serif;
	line-height: 1.88889;
	color: #555753; 
}.bodytext { 
	 font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
	color: #333333
}.captionvsm {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: italic; 
	line-height: 8px;
	text-indent: 22px;
}.caption1 {  
	font: 75% georgia, sans-serif;
	font-size: 12px; 
	font-style: italic; 
	color: #333333
}.linksm {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small;  
	color: #000066; 
}
.linklrg {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: medium; 
	color: #000066; 
	font-weight: normal
}
.textctr {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #333333;	text-align: center;}
p.indent {
	text-indent: 18px
}
/* the GRAY class creates a steel gray background. */
div.gray {
	background-color: #999999;
	width: 500px;
	height: 540px;
	margin: 10px 10px 10px 230px;
	padding: 22px;
	text-align: center;
}
/* the BLUESKY class creates a blue sky colored background, with a left margin for placing text. This is the web safe color that is the site theme used on the home page. */
div.bluesky {
	background-color: #CCCCFF;
	margin-left: 200px;
	width: 540px;
	padding:22px;
}
/* the BLUEHEAD class creates a blue sky colored background for a header. */
div.bluehead {
	background-color: #CCCCFF;
	width: 100%;
	height: 112px
}
/* The SIDERTWT class creates a side bar aligned right with white background. */
div.sidertwt {
	background-color: #CCCCFF;
	width: 235px;
	margin-top: 30px;
	padding: 10px;
	float: right
}
/* The RTWTCAPTION class creates a side bar aligned right with white background. */
div.rtwtcaption {
	background-color: #FFFFFF;
	width: 146px;
	margin-top: 10px;
	padding: 4px;
	float: right
}

/* NEWS makes an underlined text snippet for linking to current events. */
div.news {
	text-indent: 22px;
	text-align: center;
	border-bottom: medium solid silver;
}
/* The ARTCLWT class creates a panel with white background for feature. */
div.artclwt {
	background-color: #FFFFFF;
	width: 520px;
	margin: 10px 10px 10px 170px;
	padding: 10px;
}
/* The NAVLFWT class creates a left side panel with white background to hold gallery navigation thumbnails. */
div.navlfwt {
	background-color: #FFFFFF;
	width: 146px;
	margin: 10px 10px 10px 22px;
	padding: 4px;
	float: left
}
/* The NAVLFWT1COL class creates a single thumbnail column left side panel with white background to hold gallery navigation thumbnails. */
div.navlfwt1col {
	background-color: #FFFFFF;
	width: 76px;
	margin: 10px 10px 10px 22px;
	padding: 4px 4px 4px 6px;
	float: left
}
/* BLOCK clears float and makes a top and left margined block. */
div.block {
	clear: left;
	display: block;
	margin: 22px 22px 22px 32px;
}
table {
	clear: left;
}
/* used to set the logo or other images with margins and left float */
img.logo {
	float: left;
	margin: 22px
}
/* used to set images with small margins and right float as a story highlight */
img.story {
	float: right;
	margin: 6px
}
img.block {
	clear: left;
	display: block;
	margin: 122px 22px 22px 32px;
}
/* Puts paintings on gray background, but found to force caption text to the right of image rather than below. */
img.gallery {
	margin: 40px;
	background-color: #999999;
}
/* class gallery thumbnails to place in a grid */ 
img.thumb {
	float: left;
	padding: 3px 6px;
	background-color: #FFFFFF;
	border-style: none
}
a:link { color: #000066; text-decoration: none }          /* unvisited link, no underline*/
a:visited { color: #666699; text-decoration: none }        /* visited links */
a:hover { color: #FF6600; text-decoration: none }        /* active links orange */
