body{
margin: 0; /* place items at top left in all browsers*/
padding: 0; 
font-size: 100%;/* set default font size */
background:#BDA289;
color:#000000;
text-align: center;
font-family:Trebuchet MS, Arial;

} 

a:link {
	color: #202020;
	text-decoration: underline;
}
a:visited {
	color: #404040;
	text-decoration: underline;
}
a:hover, a:active {
	color: #8E7762;
	text-decoration: underline;
}

.header3{
font-size:15pt;
color:#8E7762;
font-weight:bold;
}

.header4{
font-size:12pt;
color:#8E7762;
font-weight:bold;
}

#outer_wrapper_shadow{
margin: 10px auto;/*space at top of page*/
  width: 85%;
  /*filter:shadow(color:#404040,strength:5, direction:140);*/
border-right:5px solid #7D6F63;
	border-bottom:3px solid #7D6F63;
}


#outer_wrapper{
	margin: 0 auto;/*space at top of page*/
  width: 100%;
  /*text-align: left;*/
	background:#ffffff;
	border-top:1px solid #C0C0C0;
	border-left:1px solid #404040;
	border-right:1px solid black;
	border-bottom:1px solid black;
	font-size:95%;
		
}


#header{
  height: 165px;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  color: #ffffff;
	background:url(images/header.jpg);
  background-color: #202020;
	background-repeat:no-repeat;
  border-bottom: 1px solid #000;
	
} 

#nav_bg{
	height: 40px;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  color: #ffffff;
	background:url(images/navigation_bg.jpg) repeat-x;
  background-color: #202020;
	
	}

/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: absolute;		
	top: 170px;
	left: 7%; /* set distance nav bar is from left side */
	}

#menuh
	{
	font-size: 9pt;
	font-family: Trebuchet MS,arial, helvetica, sans-serif;
	/*width:85%;/*set width of navigation bar */
	float:left;
	margin:2em;
	margin-top: 1em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #000000;
	text-decoration:none;
	background-color: #BDA289;
	
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #404040;
	text-decoration:none;
	}	
	
#menuh a.top_parent /*, #menuh a.top_parent:hover */      /* attaches background image to all top-parents */
	{
	background-image: url(images/nav_off.jpg);
	background-position: right bottom;
	background-repeat: repeat-x;
	}
	
	
#menuh a.top_parent:hover{
	color:white;
	background-image: url(images/nav_on.jpg);
	background-position: right bottom;
	background-repeat: repeat-x;
}


#menuh a.top_current /* attaches background image to all top-current pates */
	{
	color:white;
	background-image: url(images/nav_on.jpg);
	background-position: right bottom;
	background-repeat: repeat-x;
	}	
	
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(images/nav_sub_arrow.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:7em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 			/*  for IE7 */
    vertical-align: bottom; /*  for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	width:11em;	
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

#main-container{
  height: auto;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  color: black;
	background-color: white;
	text-align:left;
	font-size:10pt;
	
			
} 

#left-container{
width:63%;
	float:left;
	padding-left:40px;
	padding-right:0px;
	padding-top:20px;
	padding-bottom:20px;
}

#right-container{
	width:25%;
	float:right;
	text-align: justify;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}

#full_page_container{
width:89%;
	float:left;
	padding-left:50px;
	padding-right:0px;
	padding-top:20px;
	padding-bottom:20px;
}

#footer{
 font-size:9pt;
}

.photoborder{margin:10px;
	padding:7px;
	background:#ffffff;
	border-top: solid 1px #404040;
	border-right:solid 2px #000000;
	border-left:solid  1px #404040;
	border-bottom:solid 2px #000000;
}

/*****image captions******/
div.figure {
	float:left;
	margin: 0;
	padding: 0;
	font-size: 8pt;
}
div.figure p {
  font-size:8pt;
  text-align: center;
  text-indent: 0;
}

div.figure br{
font-size:8pt;
  text-align: center;
  text-indent: 0;
}

/*****end image captions******/

/*****Right side image captions******/
div.figure_right {
	float:right;
	margin: 0;
	padding: 0;
	font-size: 8pt;
}
div.figure p {
  font-size:8pt;
  text-align: center;
  text-indent: 0;
}

div.figure br{
font-size:8pt;
  text-align: center;
  text-indent: 0;
}

/*****end image captions******/




.table_rows{
	background-color:#BEB9B5;
}

.table_header{
	background-color:#BDA289;
}


