html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, button {
  margin: 0px;
  padding: 0px;
  border: 0px none;
  outline: 0px none;
  font-size: 100%;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
}

ol, ul {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6, li {
  line-height: 100%;
}

blockquote, q {
  quotes: none;
}

q::before, q::after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

input, textarea, select {
  font: 12px Arial Helvetica sans-serif;
  vertical-align: middle;
  padding: 0px;
  margin: 0px;
}

textarea {
  overflow: auto;
  resize: none;
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  line-height: 20px;
  color: #474632;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #999d8f;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  font-size: 33px;
  margin-bottom: 20px;
}

h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

h4 {
  font-size: 16px;
  margin-bottom: 15px;
}

h5 {
  font-size: 14px;
  margin-bottom: 10px;
}

h6 {
  font-size: 12px;
  margin-bottom: 10px;
}

a {
  color: #4f3110;
  text-decoration: underline;
}

a:hover {
  color: #4f3110;
  text-decoration: none;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}

ul, ol {
  padding: 0px;
  margin: 0px;
}

ul li {
  list-style-type: disc;
}



ul li, ol li {
  font-size: 12px;
  line-height: 16px;
  margin: 10px 0px 10px 20px;
  list-style-type: square;
  
}
ul li, ul li {
  font-size: 12px;
  line-height: 16px;
  margin: 10px 0px 10px 20px;
  
}


table, th, td {
  border: 1px solid #aaaaaa;
}

th {
  padding: 3px;
  font-weight: bold;
  color: #344b3b;
}

tr {
  margin: 0px 0px 5px;
  padding: 3px;
}

td {
  padding: 5px;
  margin: 0px 1px;
}

hr {
  border-bottom: 1px solid #afb6a6;
  margin: 20px 0px 10px;
  padding: 0px;
  height: 2px;
  width: 100%;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.copyright {
  border: 0px none;
  height: 1px;
  width: 1px;
}

#wrapper {
  width: 1000px;
  margin: 0px auto;
  padding: 10px 0px;
}

#header {
  padding: 0px;
}

#header .banner_img {
  background: rgba(0, 0, 0, 0) url("../images/header.jpg") no-repeat scroll left top;
  height: 177px;
  padding: 90px 95px 0px;
  border-radius: 5px 5px 0px 0px;
}

#header h1 {
  font-size: 32px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #daddd6;
  margin: 0px;
  padding: 0px 0px 10px;
}

#header h1 a {
  color: #daddd6;
  text-decoration: none;
}

#header h1 a:hover {
  text-decoration: none;
}

#header p {
  font-size: 16px;
  margin-left: 1px;
  color: #daddd6;
}

.navigation {
  border-bottom: 1px solid #adb1b2;
  padding: 15px 5px;
  background: #282924 none repeat scroll 0% 0%;
}

.navigation ul {
  margin: 0px;
  padding: 0px;
}

.navigation ul li {
  margin: 0px;
  padding: 0px 35px;
  display: inline;
  font-size: 15px;
  list-style-type: none;
  border-right: 1px dotted #b2b3ad;
}

.navigation ul li a {
  color: #d9dfd1;
  text-decoration: none;
  font-size: 18px;
}

.navigation ul li a:hover {
  text-decoration: underline;
}

.navigation ul li:last-child {
  border-right: medium none;
}

#page_content {
  background-color: #dae1d1;
  padding: 10px;
}

#page_content .main_section {
  background-color: #dae1d1;
  padding: 50px;
  width: 875px;
  float: left;
  border-radius: 5px;
   box-shadow: 0px 0px 3px 3px #d3daca;
}

#page_content .main_section .top_content {
  padding: 0px 0px 15px;
  border-bottom: 1px solid #a2a999;
  margin-bottom: 20px;

  font-size: 15px;
}

#page_content .main_section .top_content .column_one {
  width: 350px;
  float: left;
  margin-left: 20px;
}

#page_content .main_section .top_content .column_two {
  width: 275px;
  float: right;
  margin-right: 20px;
}

a.btn {
  color: #20251f;
  font-size: 12px;
  border-radius: 5px;
  text-decoration: none;
  padding: 7px 8px;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #929989;
}

a.btn:hover {
  text-decoration: underline;
}

.common_content {
  padding: 0px 0px 20px;
}

.border_none {
  border: medium none !important;
  margin: 0px !important;
}



#footer {
  clear: both;
  padding: 20px 0px;
  height: 20px;
  font-weight: bold;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 20px;
  background-color: #c7d1b8;
  border-radius: 0px 0px 5px 5px;
}

#hhj:hover {
  column-count: 2;
}

