@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: left; /* 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: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 1004px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #E7D7F7;
} 
.twoColFixLtHdr #header {
	background-color: #9854dd;
	width: 100%;
	margin: 0;
	padding: 0;
} 
.twoColFixLtHdr #navmenu {
	width: 100%;
	height: 1.95em;
	background-color: #e7d7f7;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 394px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
}
.twoColFixLtHdr #sidebar1 h1 {
	font-size: 1.2em;
	color: #330065;
	margin: 0px;
}
.twoColFixLtHdr #sidebar1 h2 {
	font-size: 0.9em;
	color: #333333;
	padding-top: 5px;
	margin: 0px;
}
.twoColFixLtHdr #sidebar1 p {
	font-size: 0.75em;
	color: #333333;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 125%;
}
.twoColFixLtHdr #sidebar1 a:link, .twoColFixLtHdr #sidebar1 a:hover, .twoColFixLtHdr #sidebar1 a:visited, .twoColFixLtHdr #sidebar1 a:active {
	color: #333333;
	text-decoration: underline;
}
/* The mainWide classi if to define div for the Heart Remembers page this is only one column */
.twoColFixLtHdr #mainWide {
	padding-top: 15px;
	padding-right: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 30px;
}
.twoColFixLtHdr #mainWide h1 {
	font-size: 1.2em;
	color: #330065;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainWide h2 {
	font-size: 0.9em;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainWide p {
	font-size: 0.8em;
	color: #333333;
	line-height: 150%;
	text-align: justify;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 434px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	min-height: 600px;
} 
.twoColFixLtHdr #mainContent h1 {
	font-size: 1.2em;
	color: #330065;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainContent h2 {
	font-size: 0.9em;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainContent p {
	font-size: 0.8em;
	color: #333333;
	line-height: 150%;
	text-align: justify;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainContent p.address {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin: 0px;
	line-height: 120%;
}
.twoColFixLtHdr #mainContent a:link, .twoColFixLtHdr #mainContent a:hover, .twoColFixLtHdr #mainContent a:visited, .twoColFixLtHdr #mainContent a:active {
	color: #333333;
	text-decoration: underline;
}
.ul {
	list-style-image: url(images/dot.png);
	list-style-position: outside;
	font-size: 0.8em;
	color: #333333;
	margin-top: 5px;
	padding-top: 0px;
}
.twoColFixLtHdr #footer {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #9854dd;
	margin-top: 0px;
} 
.twoColFixLtHdr #footer a:link, .twoColFixLtHdr #footer a:hover, .twoColFixLtHdr #footer a:visited, .twoColFixLtHdr #footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.twoColFixLtHdr #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: 0.75em;
	text-align: center;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 3px;
}
.tableclass {
	font-size: .8em;
	color: #333333;
	margin-left: 30px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	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;
}
.forminputnolength {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
.forminput100 {
	color: #333333;
	background-color: #DBFFA4;
	width: 100px;
}
.forminput200 {
	color: #333333;
	background-color: #DBFFA4;
	width: 200px;
}
.warning {
	color: #CC3300;
}
fieldset {
	width: auto;
	border: 1px solid #990099;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
}
legend {
	font-weight: bold;
	color: #990066;
	padding-right: 5px;
	padding-left: 5px;
}
form {
	width:500px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
form input {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}
form select {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}
form textarea {
	width: auto;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.checkboxdiv {
	float: left;
	margin-left: 20px;
}
label {
	color: #333333;
	display: block;
	float: left;
	width: 130px;
	margin: 5px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.submit {
	margin-left: 20px;
}
.giving_tree {
	background-image: url(/images/tree_background.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.8_em {
	font-size: .8em;
}

