/*  Global container.  */

#deco_container {
  position: relative;
  padding: 0;
  border: 0;
  margin: 0;
  text-align: left;
  width: 960px;
  background-image: url(deco/background.jpg);
  background-repeat: repeat-y;
}

#deco_container_small {
  position: relative;
  padding: 0;
  border: 0;
  margin: 0;
  text-align: left;
  width: 600px;
  background-image: url(deco/background.jpg);
  background-repeat: repeat-y;
}

#deco_center_footer_1 {
  font-family: Georgia,Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  color: #b32;
  clear: both;
  overflow: hidden;
  line-height: 1.35;
}

/*  Navigation.  */

#main_nav_container {
  margin: 0;
  padding: 0;
}

#main_nav_list {
  border: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#main_nav_list li {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

#main_nav_list a {
  display: block;
  text-decoration: none;
  text-align: left;
  line-height: 24px;
/*  height: 24px;  */
  width: 180px;
  padding: 0 0 0 24px;
  margin: 0 -24px 0 0;
/*   overflow: hidden; */
}

#main_nav_list a.main_nav_item:hover {
  text-decoration: none;
}

.sub_nav_container {
  margin: 0 0 0 16px;
  padding: 0;
}

#main_nav_list .sub_nav_list {
  border: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#main_nav_list .sub_nav_list li {
  clear: both;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

#main_nav_list .sub_nav_list a {
  text-decoration: none;
  text-align: left;
  line-height: 24px;
/*  height: 24px;  */
  width: 164px;
  padding: 0 0 0 20px;
  margin: 0 -20px 0 0;
  display: block;
/*   overflow: hidden;  */
}

#main_nav_list .sub_nav_list a:hover {
  text-decoration: none;
}

#main_nav_list a.main_nav_active_item {
  background: url(deco/nav_active.gif) no-repeat;
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #000;
}

#main_nav_list a.main_nav_item {
  background: url(deco/nav.gif) no-repeat;
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #000;
}

#main_nav_list a.main_nav_item:hover {
  background: url(deco/nav_hover.gif) no-repeat;
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #000;
}

#main_nav_list .sub_nav_list a.sub_nav_active_item {
  background: url(deco/sub_nav_active.gif) no-repeat;
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #000;
}

#main_nav_list .sub_nav_list a.sub_nav_item {
  background: url(deco/sub_nav.gif) no-repeat;
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #000;
}

#main_nav_list .sub_nav_list a.sub_nav_item:hover {
  background: url(deco/sub_nav_hover.gif) no-repeat;
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #000;
}

/*  Content.  */

#sub_container2 {
  margin: 0;
}

#content_container {
  width: 520px;
  font-family: Georgia,Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  color: #000;
  clear: both;
  overflow: hidden;
  line-height: 1.35;
}

#content_container h1 {
  font-family: Georgia,Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 26px;
  font-weight: normal;
  text-decoration: none;
  color: #b32;
  margin: 10px 0px 5px 0px;
}

#content_container h2 {
  font-family: Georgia,Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
  color: #b32;
  margin: 5px 0px 5px 0px;
}

#content_container h3 {
  font-family: Georgia,Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  color: #b32;
  margin: 5px 0px 5px 0px;
}

#content_container p {
  font-family: Georgia,Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  text-align: justify;
  color: #000;
  margin: 5px 0px 5px 0px;
  padding: 0;
  line-height: 1.35;
}

#content_container ul {
  margin: 5px 0px 5px 0px;
}

#content_container a:link {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #c00;
}

#content_container a:visited {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #c00;
}

#content_container a:hover {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #f90;
}

#content_container a:active {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #c00;
}

#content_container table {
  border-style: dotted;
  border-width: 1px;
  border-spacing: 0;
}

#content_container tr.odd {
  font-size: 100%;
}

#content_container tr.even {
  font-size: 100%;
}

#bar_horiz {
  border: 0;
  margin: 0;
  padding: 0;
}

#bar_horiz p {
  text-decoration: none;
  text-align: center;
  line-height: 2;
}

a.a_button {
  margin: 0 0 0 0px;
  background: url(/deco/a_button.gif) no-repeat;
  padding: 4px 8px 4px 8px;
  border-color: #000;
  border-width: 0 1px 1px 0;
  border-style: solid;
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #000;
}

a.a_button:hover {
  margin: 0 0 0 0px;
  background: url(/deco/a_button_hover.gif) no-repeat;
  padding: 4px 8px 4px 8px;
  border-color: #000;
  border-width: 0 1px 1px 0;
  border-style: solid;
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #000;
}


/*  Forms.  */

fieldset {
  padding: 15px;
  border-style: solid;
  border-width: 1px;
}

input {
  border-style: solid;
  border-width: 1px;
}

textarea {
  border-style: solid;
  border-width: 1px;
}

