body,
html {
    margin:0;
    padding:0;
    background:#BE8568;
    color:#000;
    }
body {
    min-width:760px;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:.9em;
    }
#wrap {
    background:#B8C06F;
	width:760px; /* widths of columns will change proportionately as this width is changed */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	margin-top:0;
	text-align:left; /* resets the centering hack for IE6 on the body tag */
    }
#header {
	line-height:73px;
    background:#633 url(../images/banner.jpg) no-repeat top center;
	width:100%;
    }
#nav * {
	margin:0; padding:0; /* remove the default margins and padding on the menu elements */
	}
#title {
	background:#B8C06F;
	}
#main {
	float:left; /* floats on main and sidebar divs make them sit side by side */
	width:75%; /* this width + sidebar width must total 100% */
		
	}
#sidebar {
	width:25%; /* this width + content width must total 100% */
	float:left; /* floats on nav and content divs make them sit side by side */
	}
#main, #sidebar {
	background: #FFF url(../images/content-bkgnd.jpg) repeat-x top left;
    }
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	}

#nav {
	behavior:url(../js_tools/csshover.htc);
	background-color:#B8C06F;
	border:1px solid #FFF;
	float:left; /* make the div enclose the ul */
	width:auto;
	}
#nav ul  {   
	/* border:2px solid red; */   /*  show the container */
	float:left; /* make the ul enclose the li's */
	}
#nav li  {   /* this div represents the container (left column, perhaps) that you drop the menu into - the menu will expand horizontally to fill the space available */
	/* border:2px solid blue; */   /* show the container */
	border-left:1px solid #333; /* a divider between the list items */
	list-style-type:none; /* removes the bullet off each list item */
	float:left; /* make the list items sit side by side */
 	position:relative; /*positioning content for the nested ul (the drop-down) */
	background-color:#B8C06F; /* light green */
	padding: 0 10px;
	}
#nav li:first-child  {
	border-left:none; /* no divider needed to the left of the first list item */
	}
#nav a {
	display:block; /* make the link fill the list item correctly */
	padding:.3em 2px; /* pad the link text away from the edge of the list item */
	color:#444;
	font-size:.85em;
	text-decoration:none;
	}
#nav a:hover {
	color:#DED; /* different text color for the hover */
	/* background-color:#464; */ /* different background color for the hover */
	}
#nav li ul {
	position:absolute; /* positions the drop-down relative the parent li positioning context */
	display:none; /* hides the drop-down (revealed when hovered - see below) */
	width:7.2em; /* set the width of the drop-down */
	left:-1px;
	}
#nav li:hover ul {
	display:block; /* display the menu when hovered */
	}
#nav li ul li {
	width:100%;  /* makes each li the width of the ul and therefore stack */
	border-right:1px solid #686; /* add borders around the drop-down */
	border-bottom:1px solid #686;
	border-left:1px solid #686; /* no top border */
	}
#nav li ul li:first-child {
	border-left:1px solid #686; /* overrides the removal of top level left border  */
	border-top:1px solid #686; /* a border across the top of the drop-down */
	}
/* a hack for IE 6 - doesn't understand first-child \*/
* html #nav li ul {
	border-top:1px solid #686; /* adds a top border to the drop-downs in IE6 */
	}
#header h1 {
    padding:5px;
    margin:0;
    }
#main h1, #main h2, #main h3, #main p {
    padding:3px 20px;
    }
#main h1 {
	font-size:1.4em;
	}
#main h2 {
	font-size:1.3em;
	font-variant:small-caps;
	}
#main h3 {
	font-size:1.2em;
	text-align:center;
	font-weight:bold;
	font-style:italic;
	}
#main p {
	font-size:1em;
	line-height:1.4em;
	}
#main ol, ul {
	font-size:1.1em;
	text-align:left;
	color:#000;
	margin-left:15px;
	padding:15px 35px;
	text-indent:10px;
	line-height:1.5em;
	}
#main a {
	margin:0 15px 0 15px;
	font-size:.9em;
	text-align:center;
	color:#633;
	}
#main a:hover {
	color:#464;
	}
#sidebar {
	padding:2px 0;
	background-color:#FFF;
	}
#sidebar h1 {
	padding: 2px;
	font-size: 1.2em;
	color:#77644D;
	}
#sidebar h2 {
	text-align:center;
	font-variant:small-caps;
	font-size: 1em;
	color:#666;
	}
#sidebar h3 {
	padding: 2px;
	font-size: 1em;
	color:#77644D;
	}
#sidebar p {
	padding: 2px;
	font-size: .9em;
	line-height:1.2em;
	}
#footer {
    background:#B8C06F;
	text-align:center;
	font-weight:500;
	font-size: .75em;
	color:#333;
    }
#footer p {
    padding:12px;
    margin:0;
    }
.bold {
	font-weight: bold;
}
.bolditalics {
	font-style: italic;
	font-weight: bold;
}
.italics {
	font-style: italic;
}
.leftimage{
	float: left;
	margin: 0 5px 10px 0;
	border: 1px solid #000;
}
.rightimage{
	float: right;
	margin: 0 5px 10px 7px;
	border: 1px solid #000;	
}
.center {
	text-align: center;
}
