body{
	margin:0px;
	padding:0px;
}

body,html,td,a,p,div{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#525252;
}

td{
	vertical-align:top;
}

a{
  color:#898989;
}

#Wrapper{
	width:890px;
	background-image:url(/images/bis/wrapper_border.png);
	background-repeat:repeat-y
}


#InnerWrapper{
	background-image:url(/images/bis/innerMiddle.png);
	background-repeat:repeat-y;
}

#InnerWrapper td{

}

#MenuWrapper{
	
	width:200px;
	padding-bottom:100px;
}

#Menu{
  padding:6px;
}

.menuSection{
  margin-bottom:10px;
}

.menuSection .title{
  font-size:14px;
  font-weight:bold;
  color:#fff;
  margin-bottom:5px;
  background-image:url(/images/bis/titleBack);
  background-repeat:no-repeat;
  background-position:top left;
  width:188px;
  height:21px;
  text-indent:25px;
  padding-top:2px;
}

.menuSection ul{
  margin:0px;
  padding:0px 20px 0px 30px;
}

.menuSection li{
  list-style:none;
  padding:6px 0px 6px 0px;
  border-bottom:1px solid #cdcbcc;
}

.menuSection li a:link,
.menuSection li a:visited{
  text-decoration:none;
}

.menuSection li a:hover{
  color:#444444;
}

.homeLink{
  padding:20px 30px;
  font-weight:bold;
}

.homeLink a:link,
.homeLink a:visited{
  text-decoration:none;
}

#ContentWrapper{
	width:610px;
}

#Content{
	padding:0px 40px 30px 40px;
}

#Content li{
	padding-top:8px;
}


.divider img{
  padding:0px;
  margin:0px;
}

#Footer{
  padding-top:5px;
	font-size:11px;
}

#Footer a{
	font-size:11px;
	text-decoration:none;
}


H1{
  font-size:16px;
  font-weight:bold;
  color:#525252;
}


