html {
  margin: 0;
	padding: 0;
	height: 100%;
}
body {
  margin: 0;
	padding: 0;
	height: 100%;
	color: #000;
	font: .8em/1.3 Arial,sans-serif;
}
h1, #topmenu,#top,#footer,#divider, #left{
  display: none;
}
.header{
  height:91px;
  line-height: 91px;
  font-weight: bold;
  font-size: 1.5em;
}
.header img{
  float: left;
}
#main #content{
  width:690px;
  _width:690px;
  padding:0 20px;
  _padding:0 10px;
  background: url('../img/lines.gif') left top repeat-y;
}

#main #content img{
  border:none;
}



#main h2{
  height:49px;
  line-height: 40px;
  font-size: 1.3em;
  color:#000;
}
#main  h3{
  font-size: 1.1em;
  color:#000;
}
#main a{
  color:#636363;
  text-decoration: underline;
}
#main a:visited, #main a:link{
  color:#636363;
}
#main a:hover{
  text-decoration: none;
}

.float_right{
  float:right;
}
.float_left{
  float: left;
}
.margin_left{
  margin-left: 10px;
  margin-right: 5px;
}
.margin-right{
  margin-right: 10px;
  margin-left: 5px;
  padding-top: 10px;
}

.floatpicture
{

float:left;
margin-right:20px;
margin-bottom:20px;

}


.texttitle
{

font-size:16px;
font-weight:bold;

}


.float_img_left
{
float:left;
margin:0 10px 5px 0px;

}


.float_img_right
{
float:right;
margin:0 0 5px 10px;
}

hr.cl {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}