@charset "utf-8";
/* CSS Document */


body.art_style2 {
	background-image: url(../art/art_tile2.jpg);
	background-repeat: repeat;
	background-position: left;
	color:#fff;
}

a:link {
	color: #fff;
}

#pagecontainer {
	max-width:800px;
	margin:auto;
	font-family: georgia, serif;
	font-size:13px;
	line-height: 145%;
}

#header {
	font-family: papyrus, georgia, serif;
	text-align: center;
}



#pagecontents {min-height:500px;}


#footer {
	margin-bottom: 20px;
	font-size: 80%;
	font-style: italic;
	bottom: 0px;
	text-align: center;
	margin-top: 20px;
}
#rightcol  {
	margin-left: 300px;
}
#rightcol h3 {
	font-size: 1.2em;
	line-height: 2.5em;
	padding-right: 10%;
}

.byline {
	font-style: italic;
	text-align: left;
	margin-right: 130px;
	margin-left: 130px;
}

div.homelink {
	background-color: #aaaaff;
	padding: 2px;
	width: 70px;
	border-width: 0px;
	border-style: none;
	text-align: center;
	font-style: italic;
}

h1, h2, h3 {
	font-family: papyrus, georgia, serif;
}
.fineprint {
	font-size: 80%;
}



a:visited {
	color: #00F;
}

a:active {
	color: #C00;
}

a:hover {
	color: #E7E7E7;
}

.center {
	text-align: center;
}
.imageright {
	text-align: center;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 8px;
}

.imageleft {
	text-align: center;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 8px;
	margin-left: 0px;
	border-width: 0px;
	border-style: none;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

/* Styles added 2016 */

.width50percent { /* for the hard rule (HR) in the header  */
	padding-left:25%;
	padding-right:25%;
}

.width70percent { /* for the hard rule (HR) in the footers */
	padding-left:15%;
	padding-right:15%;
}

.border1 {
	border: 1px;
}

.papyrus {
	font-family: papyrus, times, serif;
}

.clearfloat {
	clear: both;
}
