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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(images/butterflies-and-christmas-snow.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	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;
} 
#logo {
	height: 160px;
	width: 140px;
	top: 10px;
	position: absolute;
	background-position: left top;
	margin-left: 720px;
	background-image: url(images/tree-of-light.gif);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #header {
	background-color: #A23729;
	height: 170px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	background-color: #2F1B14;
	width: 262px;
	background-image: url(images/sidebar_background_red.png);
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixLtHdr #mainContent {
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 280px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	clip: rect(auto,auto,auto,auto);
} 
.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 */
}
#mainContent h1 {
	font-family: "Trebuchet MS", sans-serif;
	text-align: center;
	color: #3A0000;
	font-size: 36px;
	font-weight: bolder;
}


.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #000000;
	color: #FFFFFF;
} 
#sidebar1 ul {
	color: #FFFFFF;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	background-image: url(images/sidebar_background_red.png);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#sidebar1 a {
	color: #FFFFFF;
	text-decoration: none;
	width: 262px;
}
#sidebar1 li {
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding: 5px;
}
#mainContent p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000033;
	line-height: 1.6em;
}	
#mainContent input {
	width: auto;
}
#mainContent textarea {
	width: 160px;
}
#mainContent legend {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: bolder;
}
#mainContent fieldset {
	width: 275px;
	float: left;
}

#mainContent label.radio {
	width: auto;
	float: none;
}

#mainContent input.radio, input.checkbox, input.submit {
	width: auto;
}
#mainContent label {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	float: left;
	width: 100px;
}
#mainContent #form1 {
	width: 580px;
}

