body  {
	background-color: #EFEEE8;
	margin: 10px 10px 10px 10px;
	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;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
}
#container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	} 
#containerinside {
	width: 780px;
	margin: 9px auto; /* 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. */
	background-color: #FFFFFF;
	/* This gives a consistent left sidebar background (showing a stroke on the right side) for the length of the content regardless if the sidebar or maincontent is longer*/
	background-image: url(../images/leftcolbkgd.gif);
	background-repeat: repeat-y;
} 
#header {
	background-color: #E2DCC0;
	height: 90px;
	border-bottom: solid 1px #808355;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat; 
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#menubkgd {
	padding: 0;
	margin: 0;
	background-color: #E2DCC0;
	background-image: url(../images/menubkgd.jpg);
	background-repeat: no-repeat;
	/*height: 2.27em;*/
	/*height:30px;*/
	/*height:2em;*/
	width: 780px;
	border-bottom:solid 2px #3A301C;
	float:left;
} 
/* sidebar1 no padding on sides so background bars can go across full width of sidebar */
#sidebar1 {
	margin:0;
	padding:0;
	float: left; /* since this element is floated, a width must be given */
	/*width: 124px;*/
	width: 11.5em;
	background-color: #C2CEB6;
	padding-top:0.5em; 
 /*   padding: 15px 10px 15px 10px;*/
	color: #3A301C;/*color:#000000;*/
	
}

#sidebar1 ul {
	padding-left:0.5em;
	padding-bottom:0.8em;
	margin:0;
}
#sidebar1 ul li {
	list-style:none;
	margin:.4em 0px;
	padding:0;
	font-weight:bold;
	text-transform: uppercase;
}

#sidebar1 ul li a.current {
	list-style:none;
	margin:.4em -0.52em;
	padding:0.5em 0em 0.5em 0.5em;
	display:block;
	background-color:#3A301C;
	color:#E2DCC0;
	text-decoration:none;
	width:11.5em;
}
#sidebar1 ul li a:hover.current {	/* same as current class, hover.current class required for IE to override regular hover flicker */
	list-style:none;
	margin:.4em -0.52em;
	padding:0.5em 0em 0.5em 0.5em;
	display:block;
	background-color:#3A301C;
	color:#E2DCC0;
	text-decoration:none;
	width:11.5em;
}

/* keeps second level list items aligned left */
#sidebar1 ul ul {
	margin-left:0;
	padding-left:0px;
}

#sidebar1 ul ul li {
	/*list-style:none;*/
	/*margin:.4em 0;*/
	font-weight:normal;		/* removes bold */
	text-transform: none;	/* removes uppercase */
}

#sidebar1 a {
	display:block;
	text-decoration:none;
	/*color:#3A301C;*/
	color:#000000;
	width:11.5em;
}
#sidebar1 a:visited {
	display:block;
	text-decoration:none;
	/*color:#666600;*/
	width:11.5em;
}
#sidebar1 a:hover {
	margin:.4em -0.52em;
	padding:0em 0em 0em 0.5em; /* padding-left matches indent */
	display: block;
	/*background-color:#E2DCC0;*/
	background-color:#F4F4EA;
	text-decoration:none;
	width:11.5em;
} 
/* submenuclose shows arrow image on right side (98%) and halfway vertically (50%) */
#sidebar1 li.submenuclose a{
	background-image: url(../images/MenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	}
	
/* Submenuopen for third level menu navigation in sidebar */
#sidebar1 li.submenuopen{
/*	font-weight:bold; */
}
#sidebar1 li.submenuopen a{
	background-image: url(../images/MenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 98% 75%;
}

/* submenu background */
#sidebar1 li.submenuopen ul{
	margin-left:0px;
	padding-left:1.4em; /* left indent */
	background-color:#DDE3D7;
	border-top:solid 1px #B1C0A3;
	border-bottom:solid 1px #B1C0A3;
	display:block;
	margin:.4em -.5em .4em -.5em;	/*padding:0em 0em 0em 1.2em;*/
}

#sidebar1 li.submenuopen ul li a{
    background-image: none;
	display:block;
	text-decoration:none;
	color:#3A301C;
	width:10.63em; /* subtract left menu indent (li.submenuopen ul padding-left) from #sidebar1 width */
}

#sidebar1 li.submenuopen ul li a:visited {
	display:block;
	text-decoration:none;
	/*color:#636130;*/
	width:10.63em;
}
#sidebar1 li.submenuopen ul li a:hover {
	margin:.4em 0em .4em -1.4em;
	padding:0em 0em 0em 1.4em;
	display: block;
	background-color:#F8F8F1;
	text-decoration:none;
	width:10.63em;
} 

#sidebar1 li.submenuopen ul li a.current {
	font-weight:normal;
	list-style:none;
/*	margin:.4em -0.52em; */
	margin:.4em 0em .4em -1.4em;
	padding:0.5em 0em 0.5em 1.4em;
	display:block;
	background-color:#3A301C;
	color:#E2DCC0;
	text-decoration:none;
	width:10.63em;
}

#sidebar1 li.submenuopen ul li a:hover.current {	/* same as current class, hover.current class required for IE to override regular hover flicker */
	font-weight:normal;
	list-style:none;
/*	margin:.4em -0.52em; */
	margin:.4em 0em .4em -1.4em;
	padding:0.5em 0em 0.5em 1.4em;
	display:block;
	background-color:#3A301C;
	color:#E2DCC0;
	text-decoration:none;
	width:10.63em;
}

#mainContent {
	background:#FFFFFF;
	margin: 0 0 0em 12.085em; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*padding: 0em 0em 1.75em 0em;*/
	padding: 0em 0em 0em 0em;
/*An alternative was to make the #mainContent float right but then at larger text sizes in browser views, the #mainContent moves below the #sidebar1.*/
/*	width:49.5em;
	float:right;
	padding:1.5em 1.5em 1.75em 1.5em;
	margin:0;*/
} 

#mainContent h1 {margin:1.5em 0 .5em 0;font-size:1.4em;}
#mainContent h2 {margin:1.3em 0 .5em 0;font-size:1.2em;}

#mainContent p {margin-top:1em; margin-bottom:0.75em;}

#mainContent ul, ol, dl {margin:0; padding:0; margin-left:1.3em;}
#mainContent li, dd {margin:0; margin-top:0.3em;margin-bottom:0.7em; }
#mainContent li li {margin:0; margin-top:0.3em;margin-bottom:0.3em; }
#mainContent dt {margin-left:-1em;font-weight:bold;}

#mainContent a {color:#CC6600;text-decoration:none;}
#mainContent a:hover {color:#CC6600; text-decoration:underline;}
#mainContent a:visited {color:#006600;}

#mainContent img{/*margin:0em 0em 1em 1.5em;*/margin:1.25em 0em 0.75em 0em;border:1px solid black;}
#mainContent img.nomargin{margin:0em 0em 0em 0em;};
#mainContent img.noborder{/*margin:0em 0em 1em 1.5em;*/margin:1.25em 0em 0.75em 0em;border:none;}

#mainOneCol {
	/*padding: 0em 1.75em 1.75em 2.25em;*/ /*bottom padding adds left side width in IE6 so keep it 0 */
	padding: 0em 1.75em 0em 2.25em;
}

#mainTwoColLeft {
	padding: 0em 1.75em 0em 2.25em;
}
#mainTwoColRight {
	float: right; 
	width: 21em; /* since this element is floated, a width must be given */
	/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 0; */
	padding:0em 1.25em 1.25em 1.25em;
	}

#mainTwoColRight img.noborder{/*margin:0em 0em 1em 1.5em;*/margin:1.25em 0em 0.75em 0em;border:none;}

#sitemaplist ul li {
	font-weight:bold;
}

#sitemaplist ul li ul li{
	font-weight:normal;
}

#sitemaplist ul li ul li ul li{
	font-weight:normal;
}


#footer {
	/*padding: 0 10px 0 10px;*/ /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#E2DCC0;
	border-top-style: solid;
	border-top-color: #808355;
	border-top-width: 1px;
	font-size:.9em;
	font-weight:bold;
} 
#footer ul {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: .5em 0 1.8em 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}
#footer ul li {display:inline; list-style:none;}
#footer ul li.left {text-align:left; float:left; padding:0 0 0 .5em; width:117px; }
#footer ul li.right {text-align:right; float:left; padding:0 .5em 0 0;width:651px;}

#footer a {
	text-decoration:none;
	color:#3A301C;
}

#footer a:visited {
	text-decoration:none;
	/*color:#636130;*/
}
#footer a:hover {
	color:#CC6600;
	text-decoration:underline;
} 

.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;
}

.alignright {text-align: right;}

.skiplink {display:none}

acronym {
  border-bottom: 1px dotted #333;
  cursor: help;
}

/***************************************************/

table.results {width:550px;border-bottom:#808355 solid 1px;}

table.results, table.results td,table.results th{border-collapse:collapse;margin:0;padding:0;empty-cells: show;}

table.results caption{
padding:6px 6px;
background:#F4F4EA;
font-weight:bold;
border-bottom:#808355 solid 1px;
border-top:0;
text-align: left;
}

table.results thead th{
padding:6px 6px;
background:#e2dcc0;
font-weight:bold;
border-bottom:#808355 solid 1px;
border-top:0;
text-align: left;
}

table.results tbody tr.odd td, table.results tbody tr.odd th{
	background: #DDE3D7;
	padding:6px 6px;
	}
	
table.results tbody tr td, table.results tbody tr th{
	padding:6px 6px;
	}