html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  background-color: #BD7304;
  color: #F8F8F8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 0; 
  padding: 0 0 0 0; 
  text-align: center; 
}

h1 {
  color: #FFFFFF;
  font-size: 140%;font-family:"Arial Unicode MS";
  font-weight: bold;
  line-height: 14px;
  margin-bottom:15px;
}

h2 {
  color: #FFFFFF;
  font-size: 130%;
  font-variant:small-caps;
  font-weight: bold;
  line-height: 14px;
}

h3 {
  color: #FFFFFF;
  font-size: 125%;
}
h2 {
  color: #555;
  font-size: 130%;
  font-variant:small-caps;
  font-weight: bold;
  line-height: 14px;
}

a,  a:link {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

a,  a:link {
  color: #FFFFFF;
}  

a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #F8F8F8;
  text-decoration: underline;
}

a:focus {
  color: #000;
}

input, textarea, select {
	font-size:95%;
}	
ul {
	list-style-position: inside;
	margin-left: 0px !important;
	padding-left:0px !important;

}

#outerWrapper {
  background-color: #fff;
  border: solid 10px #F4F4F4; 
  margin: 20px 20px 20px 20px; 
  max-width: 1024px;
  min-width: 600px;
  text-align: left; 
  width: 795px;
}
#outerWrapper #menu {

}
#outerWrapper #tree {
	position:relative;
	top:-18px;
	left: 585px;
	width: 255px;

}	
#outerWrapper #header {
position:relative;
clear:left;
  background-color: #ddd;
  background-image: url("../images/header1_795.jpg");
  background-repeat:no-repeat;
  border-top: solid 1px #bbb; /* Sets the bottom border properties for an element using shorthand notation */
  border-bottom: solid 1px #666; /* Sets the bottom border properties for an element using shorthand notation */
  font-size: 18px;
  font-weight: bold;
  height: 120px !important;
  line-height: 15px;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #ebebeb;
  border-right: solid 1px #666; /* Sets the right border properties for an element using shorthand notation */
  color: #424242;
  float: left;
  padding: 15px 15px 15px 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 195px;
}
#outerWrapper #contentWrapper #leftColumn1 h1 {
  color: #424242;
}
#outerWrapper #contentWrapper #leftColumn1 h2 {
  color: #424242;
}
#leftColumn1 a, #leftColumn1 a:link {
  color: #BD7304;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
#leftColumn1 a:visited {
  color: #999;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
#leftColumn1 a:hover {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
#leftColumn1 a:focus {
  color: #333;
}
/* Sets the style for a link that is being activated/clicked. */
#leftColumn1 a:active {
  color: #000;
}
#outerWrapper #contentWrapper #content h1 {

}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#content a, #content a:link {
  color: #BD7304;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
#content a:visited {
  color: #BD73049;
  font-weight: bold;
  text-decoration:none;
}
/* Sets the style for links on mouseover. */
#content a:hover {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
#content a:focus {
  color: #333;
}
/* Sets the style for a link that is being activated/clicked. */
#content a:active {
  color: #000;
}
#outerWrapper #contentWrapper #content {
  background-image: url("../images/bg_container.gif");
  margin-bottom: 0;
  margin-top: 0;
  padding: 15px 15px 15px 15px !important;

}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  background-color: #A56403;
  border-top: solid 1px #666; /* Sets the top border properties for an element using shorthand notation */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
.floatleft, .ifloatleft {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}
.floatright, .ifloatr {
	float:right;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:10px;
}

.ifloatleft, .ifloatright {
	border:1px solid white;

}

#imagetext {
	clear:both;
	margin-top:3px;
	font-weight:bold;
}
#validation {
	color:#F00;
}
.red {
	color:#F00;
}
.highlight_black {
	color:#111111;
	font-weight:bold;
}

.highlight_white {
	color:#ffffff;
	font-weight:bold;
}
.image_border {
	border:1x solid #fff;
		
}
