html {
 height: 100%;
 width: 100%;
 overflow: scroll;
}
body {
 width: 100%;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 0px;
 margin-bottom: 0px;
 font-family: Verdana, Arial, Helvetica;
 background: #cccccc;
}
table {
 empty-cells: show;
}

div.general_container {
 width: 100%;
 position: absolute;
 height: 100%;
}
table.site_container {
 width: 878px;
 margin: 0px;
 border-left: 1px solid #c7aa5a;
 border-right: 1px solid #c7aa5a;
 border-top: 1px solid #c7aa5a;
 border-bottom: 1px solid #c7aa5a;
 position: relative;
 height: 100%;
 background: #fff6df;
}
table.site_container td {
 padding: 0px;
}

table.site_container tr.toplogo td.toplogo {
 width: 100%;
 height: 40px;
 padding-left: 10px;
 padding-right: 10px;
}
table.site_container tr.toplogo td.toplogo table.toplogo {
 width: 100%;
}
table.site_container tr.toplogo td.toplogo table.toplogo td.logo {
 width: 267px;
 padding-left: 5px;
 padding-right: 5px;
 padding-top: 12px;
 vertical-align: top;
}
table.site_container tr.toplogo td.toplogo table.toplogo td.logo img {
 border: 0px;
}
table.site_container tr.toplogo td.toplogo table.toplogo td.toplinks {
 padding-top: 31px;
 padding-left: 5px;
 padding-bottom: 2px;
 text-align: right;
 vertical-align: top;
}
table.site_container tr.toplogo td.toplogo table.toplogo td.toplinks a {
 margin-left: 5px;
 margin-right: 5px;
 font-size: 9pt;
 color: #000000;
 text-decoration: none;
}

table.site_container tr.topphotos td {
 width: 100%;
 height: 120px;
 text-align: left;
 padding-left: 10px;
 padding-right: 10px;
}
table.site_container tr.topphotos div.gradient {
 position: absolute;
 width: 858px;
 height: 120px;
 margin: 0px;
 padding: 0px;
}
table.site_container tr.topphotos div.photos {
 position: relative;
 height: 112px;
 padding-left: 4px;
 padding-top: 4px;
 padding-bottom: 4px;
}
table.site_container tr.topphotos div.photos img {
 margin-right: 4px;
 margin-bottom: 0px;
 margin-top: 0px;
 margin-left: 0px;
}

table.site_container tr.topmenu {
 height: 20px;
}
table.site_container tr.topmenu td.container  {
 width: 100%;
 padding-left: 10px;
 padding-right: 10px;
}
table.site_container tr.topmenu td.container div.topmenu {
 text-align: left;
 position: relative;
 top: 0px;
 width: 850px;
}

table.site_container tr.contents {
 font-size: 11px;
 text-align: justify;
}
table.site_container tr.contents td.leftmenu {
 width: 157px;
 padding-top: 13px;
 padding-left: 10px;
 padding-right: 15px;
 vertical-align: top;
}
table.site_container tr.contents td.text {
 width: 668px;
 padding-left: 15px;
 padding-top: 3px;
 padding-right: 10px;
 vertical-align: top;
 border-left: 1px dashed #c7aa5a;
}

table.site_container tr.contents td.leftmenu h1 {
 margin-bottom: 0px;
 margin-top: 0px;
 font-size: 11px;
 font-weight: bold;
}

table.site_container tr.contents td.text h1 {
 width: 100%;
 margin-top: 8px;
 margin-bottom: 8px;
 border-bottom: 1px solid #c7aa5a;
 font-size: 13px;
 font-weight: bold;
}
table.site_container tr.contents td.text table {
 empty-cells: show;
 font-size: 11px;
}
table.site_container tr.contents td.text table td,
table.site_container tr.contents td.text table th {
 padding-left: 2px;
 padding-right: 2px;
 vertical-align: top;
}
table.site_container tr.contents td.text table.border, 
table.site_container tr.contents td.text table.border td, 
table.site_container tr.contents td.text table.border th {
 border-collapse: collapse;
 border: 1px solid #452900;
}
table.site_container tr.contents td.text table.border th {
 background: #452900;
 color: #fff6df;
 font-weight: bold;
 padding-right: 4px;
}
table.site_container tr.contents input, 
table.site_container tr.contents textarea, 
table.site_container tr.contents select {
 background: #fff6df;
 border: 1px solid #452900;
 font-family: Verdana, Arial, Helvetica;
 font-size: 11px;
 color: #000000;
 padding-left: 3px;
 padding-right: 3px;
}
table.site_container tr.contents select {
 padding-left: 0px;
 padding-right: 0px;
}
table.site_container tr.contents textarea {
 padding-right: 0px;
}
table.site_container tr.contents input:disabled {
 background: #DDDDDD;
}
table.site_container tr.contents td.leftmenu a,
table.site_container tr.contents td.text a {
 color: #cc3434;
}
table.site_container tr.contents td.leftmenu a:hover,
table.site_container tr.contents td.text a:hover {
 text-decoration: none;
}
table.site_container tr.footer td {
 font-size: 7pt; 
 text-align: right;
 padding-top: 18px;
 padding-bottom: 10px;
 padding-left: 10px;
 padding-right: 10px;
}
table.site_container tr.footer td a {
 color: #000000;
}
table.site_container tr.footer td a:hover {
 text-decoration: none;
}

span.accent {
 color: #ff0000;
}
span.grey {
 color: #999999;
}
span.small {
 font-size: 6pt;
}