body {
  color: rgb(192, 167, 119);
  background: rgb(0, 0, 0);
  margin: 0px 10px 0px 10px;
  padding: 0px;
  font: 11px verdana, arial, helvetica, sans-serif;
  text-align: center;
}

body.editor {
  color: rgb(255, 0, 0);
  background: rgb(100, 100, 100);
  margin: 0px 10px 0px 0px;
  padding: 0px;
  font: 11px verdana, arial, helvetica, sans-serif;
}

#frame {
  width: 780px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

#contentSideAndMain {
  position: relative;
  width: auto;
}

#contentSideAndMainInner {
  position: relative;
  width: auto;
}

#main {
  position: relative;
  width: auto;
}

* html .hollyhack {
  height: 1%;
}

td {
  font: 11px/20px verdana, arial, helvetica, sans-serif;
  color: rgb(192, 167, 119);
}

th {
  font: 11px/20px verdana, arial, helvetica, sans-serif;
  font-weight: 800;
  color: rgb(192, 167, 119);
}

.tableCol {
  border-color: rgb(192, 167, 119);
  border-width: 1px;
  border-style: solid;
}

img {
  border-color: rgb(192, 167, 119);
  border-width: 3px;
  border-style: solid;
  padding:1px;
}

#CONTROLS {
  border: 0px solid rgb(192, 167, 119);
  background:black !important;
}

h1 {
  margin: 0px 0px 15px 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: 600;
  color: rgb(192, 167, 119);
}

h2 {
  font: bold 14px/16px verdana, arial, helvetica, sans-serif;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-weight: 600;
  color: rgb(192, 167, 119);
}

h3 {
  font: bold 12px/14px verdana, arial, helvetica, sans-serif;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-weight: 600;
  color: rgb(192, 167, 119);
}

p {
  font: 12px/20px verdana, arial, helvetica, sans-serif;
  color: rgb(192, 167, 119);
  margin: 0px 0px 6px 0px;
  padding: 0px;
}

.Content > p {
  margin: 0px;
}

.Content > p + p {
  text-indent: 30px;
}

span.dataName {
  font-family: verdana, arial, helvetica, sans-serif;
  text-align: left;
  font-size: 11pt;
  font-style: normal;
  font-weight: bold;
  color: rgb(192, 167, 119);
}

span.dataOther {
  font-family: verdana, arial, helvetica, sans-serif;
  text-align: left;
  font-size: 10pt;
  font-style: normal;
  font-weight: bold;
  color: rgb(192, 167, 119);
}

p.navBetaFont {
  font-size: 11px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: rgb(192, 167, 119);
}

p.contentFont {
  color: rgb(192, 167, 119);
}

a {
  color: rgb(192, 167, 119);
  font-size: 11px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

a:link {
  color: rgb(192, 167, 119);
}

a:visited {
  color: rgb(192, 167, 119);
}

a:hover {
  color: rgb(255, 0, 0);
}

.bigImage {position:relative; top:0; left:0; width:auto;}
.bigImage a.p1, .bigImage a.p1:visited {display:block; width:auto; height:auto; top:0; left:0; border:0;}
.bigImage a.p1:hover {text-decoration:none; background-color:rgb(188,1,2); color:rgb(192, 167, 119);}
.bigImage a .large {display:none;}
.bigImage a.p1:hover .large {display:block; background-color:rgb(0,0,0); border-width:1px;border-style:solid;border-color:rgb(192, 167, 119)}

.contentPopUp {
  position: relative;
  width: auto;
  min-width: 320px;
  margin: 10px 0px 0px 0px;
  border: 3px solid rgb(192, 167, 119);
  padding: 10px;
  z-index: 4;
}

.contentTopBox {
  position: relative;
  width: auto;
  min-width: 320px;
  margin: 10px 0px 0px 0px;
  border: 3px solid rgb(192, 167, 119);
  padding: 10px;
  z-index: 4;
}

.contentSecondRemand {
  position: relative;
  width: auto;
  min-width: 320px;
  margin: 10px 0px 0px 0px;
  border: 3px solid rgb(192, 167, 119);
  padding: 10px;
  z-index: 4;
}

#footerOuter {
    width:auto;
    margin-right:auto;
    margin-left:auto;
	position:relative;
    height:80px;
	padding:0;
	}

/* All the content boxes belong to the content class. */
.contentFooter {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
  color: rgb(192, 167, 119);
	width:auto;
	margin:0;
	padding:15px 0px 0px 0px;
	z-index:4; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

.contentFooter a {
  color: rgb(192, 167, 119);
    text-decoration:none;
	}
.contentFooter a:hover {
  color: rgb(255, 0, 0);
	}
#editorFrame {
  text-align: left;
  color: rgb(192, 167, 119);
  background: rgb(0, 0, 0);
  font: 11px verdana, arial, helvetica, sans-serif;
}

#contentListBox {
  position: relative;
  width: 50%;
  border: 0px solid rgb(96, 151, 255);
  background-color: transparent;
  padding: 10px;
  text-align: left;
  z-index: 4;
}

#contentListBox ul {
  padding: 0;
  margin: 0;
  line-height: 15px;
  width: 180px;
}

#contentListBox li {
  border-bottom: 2px solid rgb(255, 255, 239);
  list-style: none;
  margin: 0;
}

#contentListBox a {
  font-size: 10px;
  display: block;
  text-decoration: none;
  color: black;
  padding-left: 5px;
  width: 180px;
  background: rgb(238, 238, 211);
}

#contentListBox a:hover {
  color: white;
  background: rgb(214, 15, 15);
}

input.formField {
  width: 98%;
  color: rgb(34, 64, 89);
  background-color: rgb(253, 245, 230);
  font-weight: normal;
}

input.formFieldMandatory {
  width: 98%;
  color: rgb(34, 64, 89);
  background-color: rgb(222, 193, 138);
  font-weight: normal;
}

checkbox.formFieldMandatory {
  background-color: rgb(222, 193, 138);
}

textarea.formField {
  width: 98%;
  color: rgb(34, 64, 89);
  background-color: rgb(253, 245, 230);
  font-weight: normal;
}

textarea.formFieldMandatory {
  width: 98%;
  color: rgb(34, 64, 89);
  background-color: rgb(222, 193, 138);
  font-weight: normal;
}

select.formField {
  width: 98%;
  color: rgb(34, 64, 89);
  background-color: rgb(253, 245, 230);
  font-weight: normal;
}

select.formFieldMandatory {
  width: 98%;
  color: rgb(34, 64, 89);
  background-color: rgb(222, 193, 138);
  font-weight: normal;
}

.tblButton {
  font-size: 10px;
  font-family: verdana;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2px;
  margin-top: 2px;
}

.tblButton a {
  text-decoration: none;
  color: rgb(34, 64, 89);
  background-color: rgb(181, 201, 226);
  border-top: 2px rgb(204, 227, 255) solid;
  border-left: 2px rgb(204, 227, 255) solid;
  border-bottom: 2px rgb(49, 85, 127) solid;
  border-right: 2px rgb(49, 85, 127) solid;
  display: block;
  width: 98%;
  padding: 1px;
}

.tblButton a:hover {
  background-color: rgb(153, 170, 191);
  border-top: 2px rgb(49, 85, 127) solid;
  border-left: 2px rgb(49, 85, 127) solid;
  border-bottom: 2px rgb(204, 227, 255) solid;
  border-right: 2px rgb(204, 227, 255) solid;
}

input.formButton {
  color: rgb(0, 0, 0);
  background-color: rgb(192, 167, 119);
  font-weight: bold;
}

input.fileButton {
  color: rgb(34, 64, 89);
  background: rgb(222, 193, 138);
  font-weight: normal;
  width: 98%;
}

p.formButton {
  color: rgb(0, 0, 0);
  background-color: rgb(192, 167, 119);
  font-weight: bold;
}

#newNavAlpha1 {
  position: relative;
  width: 100%;
  padding: 0;
}

#newNavAlpha1Info {
  position: relative;
  width: auto;
  text-align: center;
  border-top: 0px solid rgb(192, 167, 119);
  line-height: 10px;
  font: bold 100% verdana, arial, helvetica, sans-serif;
  margin: 10px 0px 0px 0px;
  z-index: 1;
  voice-family: "\"}\"";
  voice-family: inherit;
}

#newNavAlpha1Info ul {
  margin: 0;
  padding: 0px 10px 0 0;
  list-style: none;
  text-align: center;
}

#newNavAlpha1Info li {
  float: left;
  margin: 0;
  padding: 2px 2px 0px 2px;
}

#newNavAlpha1Info a {
  display: block;
  color: rgb(192, 167, 119);
  text-decoration: none;
  padding: 3px 2px 3px 2px;
}

#newNavAlpha1Info a:hover {
  color: rgb(0, 0, 0);
  background: rgb(192, 167, 119);
}

#newNavAlpha1Info #current {
  color: rgb(0, 0, 0);
  background: rgb(192, 167, 119);
}

#newNavAlpha1Info #current a {
  color: rgb(0, 0, 0);
  padding-bottom: 3px;
}

#newNavAlpha1BannerAds {
  position: relative;
  width: auto;
  text-align: left;
  padding-left: 5px;
}

#newNavAlpha1BannerAds ul {
  line-height: 90px;
  list-style-type: none;
  list-style: none;
  text-align: left;
  padding: 0px;
}

#newNavAlpha1BannerAds li {
  float: left;
  width: 120px;
  height: 90px;
  padding: 0px;
  margin-bottom: 2px;
  margin-right: 4px;
  text-decoration: none;
}

#newNavAlpha1BannerAds span {
  font: 10px/16px verdana, arial, helvetica, sans-serif;
  text-align: left;
  margin: 0px 0px 1px 0px;
  padding: 0px;
  color: rgb(192, 167, 119);
}

#newNavAlpha1BannerAds image {
  border: none;
}

#sectionbar {
  position: relative;
  width: 100%;
  border: 0px solid rgb(192, 167, 119);
  font: 10px verdana, arial, helvetica, sans-serif;
  line-height: 11px;
  margin-top: 5px;
  margin-bottom: 0px;
  z-index: 1;
  voice-family: "\"}\"";
  voice-family: inherit;
}

#sectionbar ul {
  margin: 0;
  padding: 0px 10px 0px;
  list-style: none;
}

#sectionbar li {
  float: left;
  margin: 0;
  padding: 0px 5px 0px 5px;
}

#sectionbar a {
  display: block;
  color: rgb(192, 167, 119);
  text-decoration: none;
  padding: 3px 5px 3px 5px;
}

#sectionbar a:hover {
  color: rgb(0, 0, 0);
  background: rgb(192, 167, 119);
}

#sectionbar #currentTab {
  color: rgb(0, 0, 0);
  background: rgb(192, 167, 119);
}

#sectionbar #currentTab a {
  color: rgb(0, 0, 0);
  padding-bottom: 3px;
}

#sectionbarFooter {
  display: table;
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
  white-space: nowrap;
}

#sectionbarFooter li {
  display: table-cell;
}

* html #sectionbarFooter li {
  float: left;
}

#sectionbarFooter a {
  width: auto;
  display: block;
  padding: 0px 5px 0px 5px;
  color: rgb(192, 167, 119);
  text-decoration: none;
}

* html #sectionbarFooter a {
  float: left;
}

#sectionbarFooter a:hover {
  color: rgb(192, 167, 119);
  text-decoration: underline;
}

.container {
  clear: both;
  text-decoration: none;
}

* html .container {
  display: inline-block;
}

div.hr {
  border-top: 1px rgb(192, 167, 119) solid;
  height: 0px;
}

div.hr hr {
  display: none;
}

div.hrContent {
  border-top: 1px rgb(192, 167, 119) solid;
  height: 0px;
}

div.hrContent hr {
  display: none;
}

div.hrFooter {
  border-top: 0px rgb(192, 167, 119) solid;
  height: 0px;
}

div.hrFooter hr {
  display: none;
}

div.hrBanner {
  margin: 0px;
  padding: 0px;
  border-top: 1px rgb(192, 167, 119) solid;
  height: 0px;
}

div.hrBanner hr {
  display: none;
}

.box {}

.bi {}

.bt {}

.bt div {}

.bb {}

.bb div {}

.box h1 {}

.box h2 {}

.box p, .box ul {}

.box li {}

.boxContent {}

.bannerbox {
  padding: 0px 0px 0px 0px;
}

.bannerbi {
  padding: 0 0 0 0;
}

.bannerbt {
  height: 62px;
  margin: 0;
}

.bannerbt div {
  width: auto;
  height: 62px;
}

.bannerbb {
  height: 25px;
  margin: 0;
}

.bannerbb div {
  width: auto;
  height: 25px;
}

.bannerbox h2 {
  color: rgb(62, 85, 181);
  margin: 0;
  padding: 0.3em 10px;
  font-size: 14px;
  font-weight: 600;
  font: 11pt, Arial, Helvetica, sans-serif;
}

#info {
  text-align: center;
}

#info p {
  clear: both;
  font-weight: 500;
  text-align: center;
}

#thumbs2 {
  display: table;
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
  white-space: nowrap;
}

#thumbs2 li {
  display: table-cell;
}

* html #thumbs2 li {
  float: left;
}

#thumbs2 a {
  width: 160px;
  height: 150px;
  display: block;
  border: 0px solid #fff;
  text-decoration: none;
}

* html #thumbs2 a {
  float: left;
}

.thumbcontainer {
  clear: both;
  text-decoration: none;
}

* html .thumbcontainer {
  display: inline-block;
}

fieldset {
  width: 90%;
  margin: 0 1.5em 1.5em 0;
  padding: 0;
}

legend {
  margin-left: 1em;
  color: rgb(192, 167, 119);
  font-weight: bold;
}

fieldset ol {
  padding: 1em 1em 0 1em;
  list-style: none;
}

fieldset li {
  float: left;
  clear: left;
  width: 100%;
  padding-bottom: 1em;
}

.text {
  width: 40%;
  color: rgb(34, 64, 89);
  background-color: rgb(253, 245, 230);
  font-weight: normal;
}

.select {
  width: 35%;
  color: rgb(0, 0, 0);
  background-color: rgb(253, 245, 230);
  font-weight: normal;
}

fieldset.submit {
  width: 90%;
  border: 0 none #FFF;
}

.submitbutton {
  color: rgb(0, 0, 0);
  background-color: rgb(192, 167, 119);
  text-decoration: none;
  font-weight: bold;
}

label {
  float: left;
  width: 15em;
  margin-right: 1em;
  text-align: right;
}

label em {
  color: red;
  font-size: 85%;
  font-style: normal;
}

fieldset fieldset {
  width: 70%;
  margin-bottom: -2.5em;
  border-style: none;
  background-color: transparent;
  background-image: none;
}

fieldset fieldset legend {
  margin-left: 0;
  width: 15em;
  text-align: right;
  font-weight: normal;
}

fieldset fieldset legend em {
  color: red;
  font-size: 85%;
  font-style: normal;
}

fieldset fieldset ol {
  position: relative;
  top: -1.5em;
  margin: 0 0 0 16em;
  padding: 0;
}

fieldset fieldset label {
  float: none;
  width: auto;
  margin-right: auto;
}