body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	scrollbar-face-color: #A87D98;
	scrollbar-shadow-color: #ECE5D5;
	scrollbar-highlight-color: #A87D98;
	scrollbar-3dlight-color: #ECE5D5;
	scrollbar-darkshadow-color: #815670;
	scrollbar-track-color: #815670;
	scrollbar-arrow-color: #ECE5D5;
	background-color: #D3C2A9;
	margin-top: 0;
}
.logo {
	position: relative; 
	left: -25px;
	top: 50px;
}
.border {
	/*border: 1px solid #663300; */
}
h1 {
	font-family: "Lucida Calligraphy", Arial, cursive;
	font-size: large;
	font-style: italic;
	color: #000000;
}
.pagecontainer {
	background-color: #D3C2A9;
}
img {
	padding: 5px;
	margin: 5px;
	border: 0;
}
.heading h2 {
	font-family: "Lucida Calligraphy", Arial, cursive;
	font-size: x-large;
	font-style: italic;
	color: #000000;
}
.footer {  
	font-size: x-small
}
.boldnormalblack {
	font-weight: bold;
}
.bold4brown {
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #663300;
}
.bold4brownitalic {
	font-family: "Lucida Calligraphy", Calligrapher, "Freestyle Script", cursive;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #663300;
	height: auto;
	width: auto;
}
.bold3brownitalic {
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #663300;
}
.3brownitalic {
	font-size: medium;
	font-style: italic;
	font-weight: normal;
}
a:link {
	color: #000000;
	text-decoration: underline;
	/*font-weight: bold; */
}
a:visited {
	color: #333333;
	text-decoration: underline;
	/*font-weight: bold;*/
}
a:hover {
	color: #000000;
	text-decoration: underline;
	 /*font-weight: bold;*/
}
a:active {
	color: #000000;
}
.xsmall {
	font-size: x-small;
}
.xxsmall {
	font-size: xx-small;
}
.xsmallbold {
	font-size: x-small;
	font-weight: bold;
}
p {
	font-size: x-small;
}
table {
	font-size: x-small;
}
.3italic {
	font-size: medium;
	font-style: italic;
	font-weight: normal;
	color: #663300;
}

.pictures {
	width: 553px;
	text-align: center;
}
.imgfloatrightwidth {
	float:right;
	width: 235px;
}
.imgfloatright {
	float: right;
	/*padding-left: 10px;*/
}
.imgfloatleftwidth {
	float: left;
	width: 235px;
}
.imgfloatleft {
	float: left;
	/*padding-right: 10px; */
}
.caption {
	font-size: xx-small;
}
.clearboth {
	clear: both;
}
.width200 {
	width: 200px;
	padding-top: 30px;
}