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

/* Padding happens in this order: TOP, RIGHT, BOTTOM, LEFT */
/* Padding is the space inside the div box and margin is the space outside the div box */

<!-- 
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 192px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #99CCCC url(/imagesN/corner-pic_re.jpg) no-repeat top; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-left: 0px;
}

.siteSection {
	background-image: url(/imagesN/headerpage-re.jpg);
}

.twoColFixLt #sidebar1 {
	background-color: #ccd2ae;
}

div#nav ul {
	background-color: #ccd2ae;
}

div#nav2 ul {
	background-color: #ccd2ae;
}

#sidebar1 .tocheader {
	background-color: #858e59;
}
#sidebar1 .tocheader2 {
	background-color: #858e59;
}

h1 {
	color: #5d6533;
}

h2 {
	color: #a3a455;
}

.re_table_head {
	color: #4A7847;
	background-color: #CFE3CC;
}

.sidebar {
	border-style: solid;
	border-color: #4A7847;
	border: 1px;
	color: #4A7847;
	background-color: #bcc39a;
}

.re_sidebar_head {
	color: #4A7847;
	background-color: #F0EAC5;
}

.navbullet {
	background-image: url(http://www.sedl.org/images/bullets/navmenu-bullet.gif);
	background-repeat: no-repeat;
	padding-left: 19px;
}

.navbulletactive {
	background-image: url(http://www.sedl.org/images/bullets/navmenu-bulletactive.gif);
	background-repeat: no-repeat;
	padding-left: 19px;
}

/*body { */
/*	background-color: #69a366; */
/*	background-image: url(/imagesN/bg_strip_cpl.gif); */
/*} */

--> 
