html, body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        min-width: 1200px;
        min-height: 600px;
        height: 100%;
}
body,td,th {
        color: #818386;
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size: 12px;
}
body {
        background-color: #FFF;
}
.divLeft {
	float: left;
	width: 357px;
}
.divMainImage {
	
}
.divLeftMenu {
	margin-left: 20px;
	width: 300px;
}
.divTopLeft {
	width: 357px;
}
.divMainFootImage {
	clear: left;
	height: 200px;
	width: 250px;
	margin-left: 30px;
	margin-top: 10px;
}
.divRowInfo {
	background-image: url(/media/images/bg_left_texture.jpg);
	background-repeat: repeat-y;
	min-height: 100%;
	height: auto;
	height: 100%;
	margin-bottom: -234px;
}
.divMainMenu {
	margin-left: 360px;
	padding-top: 27px;
	height: 30px;
	text-align: left;
}
.divMainMenuForum {
	margin-left: 360px;
	padding-top: 114px;
	height: 30px;
	text-align: left;
}
.divUnderline {
	margin-left: 360px;
	margin-top: -15px;
	height: 15px;
}
.divAuthInfo {
	margin-left: 360px;
	margin-top: 0px;
	height: 30px;
	padding-right: 20px;
	text-align: right;
}
.divTopLine {
	background-image: url(/media/images/line_top.jpg);
	height: 10px;
	margin-left: 357px;
}
.divMainContent {
  margin-left: 360px;
  margin-top: 20px;
  padding-right: 40px;
}
.scroll_content {
	height: 500px;
	overflow: scroll;
	overflow-x: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-width: 1px;
	border-top-style: dotted;
}
.divRowBottom {
	clear: left;
	height: 234px;
}
.divBottomLeft {
  background-image: url(/media/images/bg_left_foot.jpg);
  height: 234px;
  width: 357px;
  float: left;
}
.divBottomStub {
	height: 99px;
}
.divBottom {
  background-image: url(/media/images/bg_foot_texture.jpg);
  background-repeat: repeat-x;
  height: 134px;
}
.divCopy {
	height: 20px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin-top: -60px;
}
.MenuBarHorizontal
{
  padding:0;
  font-size: 14px;
  list-style: none;
  cursor: default;
  margin: 0;
}
.MenuBarHorizontal li
{
  margin: 0px;
  list-style-type: none;
  font-weight: bold;
  position: relative;
  text-align: left;
  cursor: pointer;
  display:inline;
  padding: 0px;
}
.MenuBarHorizontal a
{
  display: inline;
  cursor: pointer;
  color: #818386;
  text-decoration: none;
  padding-right: 16px;
}
.MenuBarHorizontal a:hover, .MenuBarHorizontal a:focus
{
  color: #630;
}
.MenuBarHorizontal li.selected a
{
  color: #630;
}
.MenuBarHorizontal li.ancestor a
{
  color: #630;
}
.divLeftMenu ul {
	border: 2px solid #452400;
	background-color: #FFF;
	list-style: none;
	padding: 0px;
	text-align: center;
}
.divLeftMenu li {
	border-bottom: 1px solid #452400;
}
.divLeftMenu li a {
	font-size: 14px;
	color: #452400;
	text-decoration: none;
	display: block;
	padding: 5px;
}
.divLeftMenu li:hover {
	background-color: #452400;
}
.divLeftMenu li:hover a {
	color: #FFF;
}
.divLeftMenu li.selected a, .divLeftMenu li.ancestor a
{
	background-color: #452400;
	color: #FFF;
}
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	min-height:200px;
	border: 2px solid #999;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(/media/images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.gallery div {
	height: 80px;
	width: 115px;
	border:5px solid #AAA;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.news_head {
	font-size: 16px;
	font-weight: bold;
}
.news_date {
	font-size: 10px;
	margin-top: -16px;
	font-style: italic;
}

#debt {
  border-collapse: collapse;
}
#debt tr, #debt td, #debt th {
  font-size: 16px;
}
#debt thead th {
  background-color: #452400; 
  color: #FFF;
  border: 1px solid #FFF;
}
#debt thead th.lt {
  border-left-color: #452400;
  border-top-color: #452400;
}
#debt thead th.t {
  border-top-color: #452400;
}
#debt thead th.rt {
  border-right-color: #452400;
  border-top-color: #452400;
}
#debt tfoot th, #debt tbody th, #debt tfoot td {
  font-weight: bold;
  color: #452400;
}
#debt tbody td, #debt tfoot td {
  text-align: right;
}
#debt tbody th, #debt tbody td {
  border: 1px solid #452400;
}
