.break {
  overflow: hidden;
  clear: both;
  height: 1px;
}

body {
      background: #6E6E6F;
    background-position: center;
  padding: 0px;
  margin: 0px;
}

body, th, td, select, input, option, textarea, li {
  font-family: 'Verdana', sans-serif;
  font-size: 11px;
}

#align_canvas {
  width: 938px;
  margin: auto;
}

#top {
  height: 103px;
  }

#content_canvas {
  width: 938px;
  height: 601px;
  background: url('/images/content_back.jpg');
}

#top_menu {
  width: 938px;
  height: 23px;
  float: right;
  position: relative;
  overflow: hidden;
}

#top_menu ul {
  margin: 0px;
  padding: 0px;
  position: relative;
  float: left;
  left: 50%;
}

#top_menu li {
  display: block;
  position: relative;
  float: left;
  left: -50%;
}

#top_menu li a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
      margin-right: 0px;
    }

#top_menu li.last a {
  border-right-width: 0px;
}

#top_menu li a:hover {
  color: #00B18B;
  }

#left_menu {
  width: 162px;
  height: 544px;
  margin-right: 0px;
  margin-left: 8px;
  overflow: auto;
  float: left;
}

#left_menu ul, #left_menu .menulist {
  margin: 0px;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#left_menu li, #left_menu .menulist div {
  display: block;
}

#left_menu a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #000000;
  margin-top: 0px;
  padding-top: 5px;
      padding-bottom: 5px;
    margin-bottom: 1px;
    }

#left_menu li.last a {
  border-bottom-width: 0px;
}

#left_menu a:hover {
    color: #fff;
}

#subpage_canvas {
  width: 738px;
  height: 500px;
  float: left;
  padding-top: 55px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 30px;
  
}

#subpage {
  width: 100%;
  height: 100%;
}

#footer {
  clear: both;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 50px;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  color: #CC99CC;
  text-decoration: underline;
}

#counter {
  float: left;
}

#counter_count {
  font-size: 14px;
  font-weight: bold;
}

#copyright {
  text-align: right;
  float: right;
}

  

body{
padding-top:100px;
}
img {
	border-width: 0px;
}

#footer {
  background: url('/images/footer_back.jpg');
  height: 47px;
  margin: 0px;
  margin-bottom: 0px;
	float: top;
}

#footer #counter {
  padding-top: 5px;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	padding-top: 20px;
	padding-left: 10px;
	color: #003300;
}

#center_canvas {
	float: left;
}

#left_menu {
	margin-top:none;
	padding-top: 20px;
}


#top_menu {
	float: left;
}

.menuhead {
	width: 156px;
	height: 32px;
	cursor: pointer;
	background: url("/images/left_menu_title.png");
	color:#FFF;
}

.menutitle {
	padding-top: 7px;
	padding-left: 22px;
	font-weight: bold;
}

.menulist {
	padding-bottom: 20px;
}

.menulist div {
	padding: 5px;
}

#top_menu li a{
	padding-top: 2px;
	padding-left: 7px;
	padding-right: 7px;
}

#top_menu li a:hover{
	height: 10px;
	color:#00000;
}

#top_menu ul {
	left: 100%;
}

#top_menu li {
	left: -100%;
}


