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

body {
      background: url('/images/site_back.jpg');
    background-position: center;
  padding: 0px;
  margin: 0px;
}

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

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

#top {
  height: 201px;
  	      background: url('/images/top.jpg');
  }

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

#top_menu {
  width: 975px;
  height: 39px;
  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: #000;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 10px;
  margin-left: 15px;
      margin-right: 15px;
    }

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

#top_menu li a:hover {
  color: #002DB2;
  }

#left_menu {
  width: 196px;
  height: 572px;
  margin-right: 0px;
  margin-left: 5px;
  overflow: auto;
  float: left;
}

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

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

#left_menu a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  margin-top: 0px;
  padding-top: 5px;
      padding-bottom: 5px;
    margin-bottom: 1px;
        background: url('/images/left_menu_icon.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 31px;
    min-height: 16px;
  }

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

#left_menu a:hover {
      background-image: url('/images/left_menu_icon_hover.png');
    color: #ff0000;
}

#subpage_canvas {
  width: 965px;
  height: 573px;
  float: left;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  
}

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

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

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

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

#counter {
  float: left;
}

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

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

  

img {
	border-width: 0px;
}

#footer {
  background: url('/images/footer_back.jpg');
  height: 38px;
  margin: 0px;
  margin-bottom: 0px;
	float: top;

}

#rede {
	float: right;
	padding-top: 145px;
	padding-right: 20px;
}
	

#footer #counter {
  padding-top: 5px;
color:#000
}

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: 5px;
}


#top_menu {
	float: left;
}

.menuhead {
	width: 186px;
	height: 25px;
	cursor: pointer;
	background: url("/images/left_menu_title.png");
	color:#000;
}

.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: 50%;
}

#top_menu li {
	left: -50%;
}


