body {
  background-color: #CCCCCC;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

a { color: #E45B50; font-size: 12px; font-weight: bold; }
a:link { color: #E45B50; }
a:visited { color: #E45B50; }
a:active { color: #E45B50; }
a:hover { color: #E45B50; }

#footer p a { color: #FFFFFF; }
#footer p a:link { color: #FFFFFF; text-decoration: none; }
#footer p a:visited { color: #FFFFFF; text-decoration: none; }
#footer p a:active { color: #FFFFFF; text-decoration: underline; }
#footer p a:hover { color: #FFFFFF; text-decoration: underline; }

div#page {
  position: static;
  border: 0px;
  margin: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 4px;
  width: 912px;
  height: 1000px;
  min-height: 1000px;
  background: #FFFFFF;
}

div#header {
  position: static;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 6px 0px;
  border: 0px;
  width: 912px;
  background: #FFFFFF;
}

#logo {
  display: block;
  width: 912px;
  height: 113px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  background: url('images/logo.gif') 0 0 no-repeat;
}

#logo strong {
  display: block;
  width: 912px;
  height: 113px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  background: url('images/logo.gif') 0 0 no-repeat;
  overflow: hidden;
  display: none;
}

div#ticker {
  position: relative;
  width: 884px;
  height: 30px;
  margin: 0px auto;
  padding: 6px 0px 6px 16px;
  border: 0px;
  background: #FFFFFF url('images/ticker.gif') -2px 0px no-repeat;
}

#newsticker {
  width: 868px;
  height: 18px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 16px;
  text-align: left;
}

/**
#newsticker {
  width: 884px;
  height: 30px;
  margin: 0px;
  padding: 0px 10px;
  border: 0px;
  display: block;
  overflow: hidden;
  position: relative;
}

#newsticker ul li {
  float: left;
  display: block;
  width: 864px;
  margin: 0px;
  border: 0px;
  padding: 0px;
  color: #FFFFFF;
  font-size: 16px;
  height: 30px;
  text-align: left;
}
**/
div#outer {
  position: relative;
  border: 0px;
  margin: 0px auto;
  padding: 0px;
  width: 912px;
  text-align: left;
}

div#inner {
  border: 0px;
  margin: 0px;
  padding: 0px;
  position: relative;
  width: 912px;
  left: 0px;
  top: 0px;
  background-color: #FFFFFF;
}

#footer {
  position: relative;
  border: 0px;
  padding: 4px 0px;
  margin: 0px auto;
  width: 912px;
  height: 82px;
  background: #FFFFFF url(images/footerbar.gif) 0 0 no-repeat;
}

#content {
  border: 0px;
  margin: 0px;
  padding: 0px 0px;
  position: relative;
  display: block;
  top: 0px;
  left: 214px;
  width: 698px;
}

.hbox {
  background: transparent url(images/h1b.gif) no-repeat bottom left;
  margin: 0px;
  border: 0px;
  padding: 0px;
/**
  display: block;
  float: left;
**/
}

.hbox h1 {
  margin: 0px;
  padding: 12px 55px;
  line-height: 26px;
  color: #000000;
  font-size: 22px;
  background: transparent url(images/h1t.gif) no-repeat top left;
  width: 586px;
}

#main_text {
  border: 0px;
  padding: 0px 55px 40px 55px;
  margin: 1px;
  width: 586px;
  min-height: 600px;
/**
  display: block;
  float: left;
**/
}

#sidebar {
  border: 0px;
  margin: 0px;
  padding: 2px 4px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 202px;
  z-index: 50;
}

#page_nav {
  border: 0px;
  margin: 0px;
  padding: 0px;
  width: 200px;
  list-style-type: none;
}

#page_nav li ul {
  border: 0px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: none;
}

#page_nav li {
  display: block;
  float: left;
  height: 34px;
  width: 200px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  list-style-image: none;
  background: url(images/navback.jpg) 0px 0px no-repeat;
}

#page_nav li a {
  display: block;
  height: 34px; width: 200px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  color: #000000;
  font-size: 15px;
  font-weight: normal;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  background: url(images/navback.jpg) -200px 0px no-repeat;
}

#page_nav li a:hover {
  background-image: none;
}

ul#page_nav li:hover a {
  background-image: none;
  color: #FFFFFF; 
}

#page_nav li a:link { color: #000000; text-decoration: none; }
#page_nav li a:visited { color: #000000; text-decoration: none; }
#page_nav li a:active { color: #FFFFFF; text-decoration: none; }
#page_nav li a:hover { color: #FFFFFF; text-decoration: none; }

.sub-nav-wrap { position: absolute; visibility: hidden; }

#page_nav li ul { /* second-level lists */
  position: absolute;
  /** width: 274px !important; **/
/**
  left: 200px; 
  top: 0px;
**/
  list-style-type: none;
  border: 0px;
  margin: -32px 0px 0px 200px;
  padding: 2px 2px 2px 8px;
  background: #000000;
}

#page_nav li ul li { /* all list items */
  float: left;
  width: 274px !important;
  height: auto;
  border: 0px;
  margin: 0px;
  background-image: none;
}

#page_nav li ul li a { /* all list items */
  width: 274px !important;
  height: auto;
  /** text-indent: 7.25em; **/
  border: 0px;
  margin: 0px;
  padding: 0px;
  color: #FFFFFF;
  font-size: 13px;
  background-image: none !important;
  text-decoration: none;
  text-align: left;
  float: left;
}

ul#page_nav li ul li a:link { color: #FFFFFF; }
ul#page_nav li ul li a:visited { color: #FFFFFF; }
ul#page_nav li ul li a:active { color: #FCAF17; }
ul#page_nav li ul li a:hover { color: #FCAF17; }

#search_feature, #search_feature form {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

#search_feature h6 {
  border: 0px;
  margin: 0px 8px;
  padding: 0px;
  font-size: 13px;
  font-weight: normal;
  line-height: 26px;
}

#search_feature input {
  border: 0px;
  margin: 0px;
  padding: 0px 8px;
  height: 34px; width: 200px;
  background: #FFFFFF url(images/navback.jpg) -200px 0px no-repeat;
  font-family: Arial, Verdana sans-serif;
  font-size: 13px;
}

.search_button {
  display: block;
  clear: both;
  float: right;
  width: 52px !important;
  height: 26px !important;
  margin: 4px !important;
  background: none !important;
}

.paging {
  position: static;
  display: block;
}

.paging a {
  float: right;
  margin: 0px;
  border: 0px;
  padding: 0px;
  width: 58px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  outline: 0;
}

.paging a:link { color: #000000; text-decoration: none; }
.paging a:visited { color: #000000; text-decoration: none; }
.paging a:active { color: #F04E23; text-decoration: none; }
.paging a:hover { color: #F04E23; text-decoration: none; }

.paging a img {
}

.alignleft, .alignright {
  border: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-family: Arial, Verdana, sans-serif;
  text-align: left;
  color: #000000;
  text-align: left;
  font-size: .8em;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.7em;
  letter-spacing: 0em;
}

.alignright {
  text-align: right;
}

p {
  margin: 0px 0px 12px 0px;
  border: 0px;
  padding: 0px;
  color: #000000;
  font-size: 1em;
  font-weight: normal;
  line-height: 130%;
  text-align: left;
}

#footer p {
  text-align: center;
  color: #FFFFFF;
}

h2 {
  margin: 12px 0px;
  border: 0px;
  padding: 0px;
  font-size: 12px;
  color: #F04E23;
  text-transform: uppercase;
}

h3 {
  margin: 12px 0px;
  border: 0px;
  padding: 0px;
  font-size: 12px;
  color: #F04E23;
}
