@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: "Helvetica Nue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.5;
	background-color: #7f98c3;
}
#wrapper {
	background-image: url(images/page_bottom.jpg);
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	position: relative;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#container #footer .overhang {
	background-image: url(images/sm_flower.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 84px;
	left: 611px;
	top: -40px;
}
.left {
	float: left;
}


#container {
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/body_back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 9px;
	padding-left: 9px;
	background-attachment: scroll;
} 
#container .overhang {
	position: absolute;
	left: -65px;
	top: 0px;
}

#header {
	background: #FFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 150px;
} 
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 184px;
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#sidebar1 a {
	font-weight: bold;
}
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #628958;
	letter-spacing: -0.04em;
}
h3 {
	font-size: 130%;
}



a img {
	border: none;
}
p {
	font-size: 85%;
}


#mainContent {
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 70px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: center;
	width: 642px;
} 
#mainContent h1 {
	font-size: 180%;
	text-align: right;
	margin-right: 20px;
}

#mainContent h2 {
	font-size: 150%;
	text-align: right;
	margin-right: 20px;
}

a:link {
	color: #628958;
}
a:visited {
	color: #666666;
}
a:hover, a:active, a:focus {
	color: #CE5441;
}

#footer {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	position: relative;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 70%;
	color: #666666;
	text-align: center;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.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;
}
.first {
	margin-top: 0px;
}
.dropcap {
	display: block;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 5em;
	line-height: 0.85em;
	color: #7F98C3;
	padding-top: .03em;
	padding-right: .1em;
}
