@charset "UTF-8";
body  {
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFCF8;
}
.twoColFixLtHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-image: url(images/Flower_banner.JPG);
	color: #085231;
	padding-bottom: 5px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 157px;
	background-color: #339966;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFFFCC;
} 
.twoColFixLtHdr #footer {
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.whitelink:link {
	color: #FFFFFF;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.horizontalline {
	color: #085231;
	clear: right;
	line-height: 2px;
	text-align: center;
}
.twoColFixLtHdr #mainContent2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFFCF8;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #085231;
}
p {
	font-size: 12px;
}
.emilyheading {
	font-family: "Lucida Calligraphy";
	font-size: 36px;
}
.emilysecondheading {
	font-family: "Lucida Calligraphy";
	font-size: 12px;
	font-weight: bold;
}
.emilyotherheading {
	font-family: "Lucida Calligraphy";
	font-size: 24px;
	font-weight: bold;
}
.style6 {
	font-size: 10px;
	color: #000000;
}
.style7 {
	font-size: 12px;
	color: #FFFFFF;
}
.style8 {
	font-size: 12px
}
.style8Q {
	font-size: 12px;
	font-weight: bold;
	color: #085231;
}
.photoleft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.photoright {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #660066;
}
.photomargin {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #085231;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	color: #085231;
}
.photomargin4 {
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}
.whitelink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.whitelink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #085231;
}
