/* CSS Document */
@import url(menu.css);
@import url(style.css);
body {
	background: url(images/template/content-left.gif) repeat-y  #FEFEFE;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
}
table, td, tr, h1, h2 {
margin: 0;
padding: 0;
}
#header_out {
background: url(images/template/top-right.gif) no-repeat;
}
#header_out a#logo {
width: 155px;
height: 110px;
position: absolute;
top: 0;
left: 0;
}
#header {
margin: 0 0 0 165px;
background: url(images/template/top-rpeatx.gif) 0 75px  repeat-x ;
height: 107px;
}
#main_menu {
padding: 25px 0 0 0;
height: 30px;
}
#black_stripe {
height: 20px;
background: #333;
margin: 0 0 31px 0;
}
#content {
background: url(images/template/content-left.gif) repeat-y #FEFEFE;
}
#section_menu {
background: url(images/template/body_section.gif) no-repeat;
width: 138px;
height: 100px;
float: left;
padding: 29px 0 0 17px;

}
#tables {
margin: 0 0 0 165px;
width: 75%;
}
#footer {
background:url(images/template/footer-left-tile.gif) repeat-y #FEFEFE;
height: 130px
}
#footer2 {
background: url(images/template/footer-left.jpg) no-repeat ;
height: 85px;
width: 98%;
padding-top: 1px;
}
#footer3 {
background: url(images/template/footer-right.gif) 100% 0 no-repeat #09C;
height: 58px;
margin: 0 0 0 170px;
}
#footer4 {
margin: 0 0 0 180px;
}
h1 {
margin: 10px 0 0 20px;
font-size: 18px
}
#navigation ul {
margin: 0;
padding: 0;
list-style: none;
}
#navigation li {margin-top: 7px;
	margin-bottom: 7px;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: bold;
	width: 134px;
}
#navigation li ul li {
margin-left: 7px;
	width: 127px;
}
ul.offset, .offset {
  position : absolute;
  top : -9000px;
  right : -9000px;
  z-index : 9;
}

ul.offset a:focus, ul.offset a:active {
  position : absolute;
  top : 9010px;
  right : 9010px;
  background-color : #069; 
  color : #fff;
  padding : 5px;
  font-weight : bold;
  border : 2px solid #09C;
  width : 10em;
  z-index : 9;
}