/*
These tags define the layout for sitemaps generated by Sothink DHTML

class PopItemStyle
class ItemStyle
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	margin: 10px;
/*	background-color: #CFD7EF; */
	width: 760px;
	list-style-type: square;

}

#Tagline {
	font-family: Verdana, Arial, Helvetica, sans-serif;

	margin: 0;
	padding: 0;
}

#PhotoHead {border:thin; color: #0066FF}

h1, h2, h3, h4, h5 {
font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	color: #333333;
}

h3 {
	color: #666666;
}


/* This stuff came from index.htm  */
#HowToReach {font-size: small}
#HostedBy {font-size: x-small}
#SearchIntro {font-size: x-small; font-style: italic; }
.Footer {font-size: 70%}

/*
Title and subtitle are used on a bunch of pages for a page title/subtitle pair
*/

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	clear: both;
	float: none;
	height: auto;
	color: #006666;
/*	background-color: #0066CC;*/
}

.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background:url(images/rsslogo.gif) no-repeat 0 50%;
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #009966;
	text-decoration: none;
}


/*
Intended for text serving as captions under photos
*/
.photocaption {
	font-size: 65%;
	text-align: left;
	}
	
.BodyText {
}
.Quotation {
	font-size: 70%;
}
.XMLref {
	font-size: 70%;
	background: #99CCCC;
	margin: 0px 200px 0px 30px;
	border-width: thin;
	border-style: solid;
	padding: 10px;
}
.hidden {
	display: none;
	visibility: hidden;
}
.ClearFloat {
	clear: both;
}

