body {
  font-family: Arial, Helvetica, sans-serif;
	margin: 15px;
	background-color: #d5d5d7;
	color: #5c5c5c;
	font-size: 14px;
	background-image: url(./images/bodybg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	}
img {
  border: 0;
	}
.container {
  position: relative;
	margin: 0 auto;
	width: 870px;
	}
.content {
  width: 459px;
	position: absolute;
	top: 307px;
	left: 206px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	}
.head {
  position: absolute;
	top: 0;
	left: 0;
	width: 870px;
	height: 297px;
	background-image: url(./images/head.jpg);
	}
h1, h2 {
  font-size: 18px;
	color: #006;
	border-bottom: 1px dashed #5c5c5c;
	margin-top: 0;
	}
h1 {
  margin-top: 5px;
	}
.leftmenu {
  position: absolute;
	top: 307px;
	left: 0;
	width: 183px;
	height: 382px;
	background-image: url(./images/leftbg.gif);
	background-repeat: repeat-x;
	padding: 5px;
	}
.leftmenu a {
  font-weight: bold;
  display: block;
	border-bottom: 1px dashed #5c5c5c;
	background-image: url(./images/bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 5px 0 5px 23px;
	color: #006;
	text-decoration: none;
	font-size: 14px;
	}
.leftmenu a:hover {
  color: #f00;
	}
.rightmenu {
  position: absolute;
	top: 307px;
	right: 0;
	width: 183px;
	height: 382px;
	background-image: url(./images/leftbg.gif);
	background-repeat: repeat-x;
	padding: 5px;
	}
.foot {
  height: 15px;
	width: 850px;
  position: absolute;
	bottom: -55px;
	left: -206px;
	padding: 10px;
	background-color: #006;
	color: #fff;
	}
.footright {
  position: absolute;
	top: 10px;
	right: 10px;
	}
.footright a {
  color: #fff;
	}







.tabs2 {
  position: absolute;
	top: 105px;
	right: 0px;
  margin: 0;
	width: 400px;
	}

dl#menu {
	margin: 0;
	}
dl#menu dt {
  display:none;
  }
dl#menu dd {
  position: relative;
  top: 0px;
  margin: 0;
  }
dd a{
  padding-top: 10px;
  text-decoration: none;
  font-size: 12px;
  color: #FFF;
	font-weight: bold;
  }
a.xmenu {
  display:block; 
  width:100px; 
  height: 24px; 
  background-image:url(./images/tab.gif);
  background-repeat:no-repeat;
  background-position:top center;
  text-align:center; 
  float:left;
  }
a.xmenu:hover {
	color: #000;
	text-decoration: none;
  }