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

body  {
	font: .9em Arial, Helvetica, sans-serif;
	background: #8dc1dc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #005A8A;
}

p {
	margin: 0;
}

	a:link    {  color: #8A8056; text-decoration: none } 
	a:active  {  color: #F1EEBA; text-decoration: none } 
	a:visited {  color: #584265; text-decoration: none } 
	a:hover   {  color: #8A8056; text-decoration: underline} 
	
.bodytext {
	line-height: 1.5em;
	text-align: justify;
}

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

blockquote {
	margin-left: 2em;
	margin-right: 2em;
}

.welcome {
	font-family: Garamond, "Hoefler Text", "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 4.5em;
	color: #DDD3AB;
	margin-left: -5px;
	padding-top: 20px;
	text-decoration: none;
	letter-spacing: 0.25em;
}

.pagetitle {
	font-family: Garamond, "Hoefler Text", "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 4.5em;
	color: #DDD3AB;
	padding-top: 20px;
	letter-spacing: 0.1em;
}

.pagetitlecondensed {
	font-family: Garamond, "Hoefler Text", "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 4.5em;
	color: #DDD3AB;
	padding-top: 20px;
	letter-spacing: 0.06em;
}

.heading {
	font-weight: bold;
	font-size: 1.5em;
}

.brown {
	color: #8A8056;
}
.black {
	color: #222222;
}

.tan {
	color: #DDD3AB;
}
.blue {
	color: #005A8A;
}
.lt_blue {
	color: #8dc1dc;
}

.floatright p, tr {
	color: black;
}

.copyright {
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: white;
}

.caption {
	font-size: 0.8em;
}

.smaller {
	font-size: 0.9em;
}

.fancy {
	font-family:"Apple Chancery", "Brush Script MT", Papyrus, Parchment;
	font-size: 2em;
	font-weight: bold;
	}
	
.photoright { /* this class can be used to float an picture right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	max-width: 330px;
}

.photoleft { /* this class can be used to float an picture right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 10px;
	max-width: 330px;
}
