html {
	margin: 0;
	padding: 0; 
}

body {
	font-size: 80%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
	background-color: #ffffff;
	margin: 0 0 1em 0;
	padding: 0;
	background-repeat: repeat-y;
	background-position: 0em 0em;
	background-attachment: scroll; 
}


/*   *********   R Side Site Navigation -- Teir 1   *********   */

#RnavSide {
	width: 150px;
	z-index: 90;
	float: left; 

margin: 0;
padding: 0;
}

#RnavSide ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 140px; 
}

#RnavSide li {
	list-style-type: none;
	font-family: "Arial Narrow", "Helvetica Neue Bold Condensed", Arial, Helvetica, sans-serif;
	font-weight: bold; 
margin: 0 0 0.5em 0; 	/* marging creates space between tier 1 buttons */
	padding: 0;
 border: 1px #cae4ca solid;  /* required for IE to keep spacing between buttons in check */
}

#RnavSide a {
	display: block;
	text-decoration: none;
padding: 0.5em 0 0.5em 1em;  /* 	padding creates size of tier 1 button area */
}

#RnavSide a:link, #RnavSide a:visited {
	color: #008000;
	background-color: #cae4ca; 
}

#RnavSide a:hover, #RnavSide a:focus {
	color: #fff;
	background-color: #008000; 
}

#RnavSide a:active { 
}

/*   *********   R Side Site Navigation -- Teir 1 header for Teir 2   *********   */

#RnavSide li.section a {
	 padding: 0.25em 0 0.25em 1em; 
}

#RnavSide li.section a:link, #RnavSide li.section a:visited {
	color: #008000;
	background-color: #cae4ca;
	margin: 0; 
}

#RnavSide li.section a:hover, #RnavSide li.section a:focus {
	color: #fff;
	background-color: #008000; 
}


/*   *********   Site Navigation -- Teir 1   *********   */

#navSide {
	width: 150px;
	z-index: 90;
	float: left; 
margin: 0;
padding: 0;
}

#navSide ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 140px; 
}

#navSide li {
	list-style-type: none;
	font-family: "Arial Narrow", "Helvetica Neue Bold Condensed", Arial, Helvetica, sans-serif;
	font-weight: bold; 
margin: 0 0 0.5em 0; 	/* marging creates space between tier 1 buttons */
	padding: 0;
 border: 1px #cae4ca solid;  /* required for IE to keep spacing between buttons in check */
}

#navSide a {
	display: block;
	text-decoration: none;
padding: 0.5em 0 0.5em 1em;  /* 	padding creates size of tier 1 button area */
}

#navSide a:link, #navSide a:visited {
	color: #008000;
	background-color: #cae4ca; 
}

#navSide a:hover, #navSide a:focus {
	color: #fff;
	background-color: #008000; 
}


#navSide a:active { 
}

/*   *********   Site Navigation -- Teir 1 header for Teir 2   *********   */

#navSide li.section a {
	 padding: 0.25em 0 0.25em 1em; 
}

#navSide li.section a:link, #navSide li.section a:visited {
	color: #008000;
	background-color: #cae4ca;
	margin: 0; 
}

#navSide li.section a:hover, #navSide li.section a:focus {
	color: #fff;
	background-color: #008000; 
}

/*   *********   Site Navigation -- Teir 2   *********   */

#navSide li.section {
padding: 0 0 0.25em 0; /* extra padding under the last  teir 2 button */
 margin: 0.5em 0; 	/* space before and after "current section" menu */
	color: #000;
	background-color: #cae4ca;
	width: 140px; 
border: 1px #cae4ca solid;  /* required for IE to keep spacing between buttons in check */
}

#navSide li.section ul li {
	font-weight: normal;
	margin: 0 0 0 1em;  /* tier 2 button indents */
	padding: 0; 
border: 1px #cae4ca solid;  /* required for IE to keep spacing between buttons in check */
}

#navSide li.section ul li a:link, #navSide li.section ul li a:visited {
	color: #008000;
	background-color: #cae4ca;
	padding: 0.25em 0 0.25em 0.5em; /* refines tier 2 button look */
	margin: 0; 
}

#navSide li.section ul li a:hover, #navSide li.section ul li a:focus {
	color: #008000;
	background-color: #cae4ca;
	padding: 0.25em 0 0.25em 0.5em; /* refines tier 2 button look */
	font-weight: bold; 
}

#navSide li.section a:active { 
}



