/*Main Containers*/

body {
  background-color: #fff;
  font-family: Arial;
  font-size: 12pt;
  line-height: 12pt;
  text-align: left;
  padding: 0;
  margin: 0;
}

.page {
  min-width: 840px;
  width: 840px;

  background-color: #fff; 
  margin-left: auto !Important;
  margin-right: auto !Important;
  margin-top: 25px;
}

.page_inside {
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  min-width: 840px;
  width: 840px;
  background-color: #fff;
}

.wrapper {
  float: left;
  position: relative;
  background-color: #fff;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 1px solid #f0e4bc;
}

#banner {
  float: left;
  position: relative;
  width: 100%;
  height: 123px;
  padding: 0;
  margin: 0;
}

#banner_inside {
  float: left;
  position: relative;
  width: 840px;
  height: 123px;
  padding: 0;
  margin: 0;
  background: url(../images/logo_2.png) no-repeat top left;
}

#menu {
  float: left;
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0;
  background: url(../images/menu_back.gif) repeat-x top left;
}

#menu_inside {
  float: left;
  position: relative;
  width: 840px;
  height: 39px;
  padding: 0;
  margin: 0;
}

#menu_inside a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: none;
}

#menu_inside img {
  float: left;
  position: relative;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: none;
  margin-top: 12px;
}

#menu_inside a img {
  float: left;
  position: relative;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: none;
  margin-top: 12px;
}

#left_col {
  float: left;
  position: relative;
  width: 100%;
  background-color: #fff;
  font-size: 10pt;
  font-family: Arial;
  color: #7c3b00;
}

#left_content {
  float: left;
  position: relative;
  width: 100%;
  background-color: #fff;
  text-align: left;
}

#left_content a {
	margin: 0;
	padding: 0;
  font-size: 10pt;
  font-family: Arial;
  color: #7c3b00;
}

#left_content a:hover {
	margin: 0;
	padding: 0;
  font-size: 10pt;
  font-family: Arial;
  color: #c5560b;
  text-decoration: none;
}

#left_content a:visited {
	margin: 0;
	padding: 0;
  font-size: 10pt;
  font-family: Arial;
  color: #7c3b00;
  text-decoration: underline;
}
 
#left_content a img {
  border: none;
  text-decoration: none;
}
  
#left_content p a {
	margin: 0;
	padding: 0;
	font-weight: Bold;
	text-decoration: none;
	font-size: 13px;
	font-family: arial;
	color: #c5560b;
}

#left_content p a:hover {
	margin: 0;
	padding: 0;
	font-weight: Bold;
	text-decoration: underline;
	font-size: 13px;
	font-family: arial;
	color: #c5560b;
}

#left_content p a:visited {
	margin: 0;
	padding: 0;
	font-weight: Bold;
	text-decoration: none;
	font-size: 13px;
	font-family: arial;
	color: #c5560b;
}

#right_col {
  float: left;
  position: relative;
  width: 32%;
  background-color: #fff;
  font-size: 10pt;
  font-family: Arial;
  color: #7c3b00;
}

#right_content {
  float: left;
  position: relative;
  width: 100%;
  background-color: #fff;
  text-align: left;
}

#right_content a {
  font-size: 10pt;
  font-family: Arial;
  color: #7c3b00;
  margin: 0;
	padding: 0;
}

#right_content a:hover {
  font-size: 10pt;
  font-family: Arial;
  color: #c5560b;
  text-decoration: none;
	margin: 0;
	padding: 0;
}

#right_content a:visited {
  font-size: 10pt;
  font-family: Arial;
  color: #7c3b00;
  text-decoration: underline;
	margin: 0;
	padding: 0;
}

#right_content p a {
	margin: 0;
	padding: 0;
	font-weight: Bold;
	text-decoration: none;
	font-size: 13px;
	font-family: arial;
	color: #c5560b;
}

#right_content p a:hover {
	margin: 0;
	padding: 0;
	font-weight: Bold;
	text-decoration: underline;
	font-size: 13px;
	font-family: arial;
	color: #c5560b;
}

#right_content p a:visited {
	margin: 0;
	padding: 0;
	font-weight: Bold;
	text-decoration: none;
	font-size: 13px;
	font-family: arial;
	color: #c5560b;
}

#pecan_overlay {
  position: absolute;
  top: 337px;
  left: 375px;
  z-index: 6000;
}

#copyright {
  float: left;
  position: relative;
  font-family: Arial;
  font-size: 10px;
  font-weight: normal;
  color: #000;
}

#copyright a {
  font-family: Arial;
  font-size: 10px;
  font-weight: normal;
  color: #000;
}

#copyright a:hover {
  text-decoration: none;
}

#copyright a:visited {
  font-family: Arial;
  font-size: 10px;
  font-weight: normal;
  color: #000;
}
