body {
  font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #FFF;
	color: #000084;
	font-size: 12px;
	background-image: url(./images/bg-top.gif);
	background-position: top center;
	background-repeat: repeat-x;
	}
.container {
  position: relative;
	margin: 0 auto;
	width: 857px;
	}
.head {
  position: absolute;
	top: 45px;
	left: 0;
	width: 857px;
	height: 116px;
	background-image: url(./images/head.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 10px solid #4d4da9;
	}
.content {
  width: 837px;
	position: absolute;
	top: 170px;
	background-color: #d4d4f2;
	padding: 10px;
	background-image: url(./images/bg-content.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	} 
.maincontent {
  width: 637px;
	padding: 0px 0 0 200px;
	border: 10px solid #d4d4f2;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	background-image: none;
	}
.floatright {
  float: right;
	padding: 0 0 10px 10px;
	}
.midimg {
  padding: 0 5px;
	}

.left {
  position: absolute;
	top: 55px;
	left: 0;
	width: 180px;
	text-align: center;
	}

.foot {
  position: absolute;
	bottom: -35px;
	left: 0;
	width: 923px;
	padding-bottom: 10px;
	}
.mainfoot {
  left: -10px;
	bottom: -45px;
	}
.footright {
  position: absolute;
	top: 0;
	right: 0;
	}

h1 {
  margin: 0 0 8px 0;
	font-size: 20px;
	color: #636463;
	}
	
img {
  border: 0;
	}
td {
  vertical-align: top;
	}






.tabs2 {
  position: absolute;
	bottom: -12px;
	right: -3px;
	width: 406px;
	}

dl#menu dt {
  display:none;
  }
dl#menu dd {
  position: relative;
  top: 0px;
	bottom: 0;
  margin: 0;
  }
dd a{
  padding-top: 8px;
  text-decoration: none;
  font-size: 12px;
  color: #003;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial;
  }
a.xmenu {
  display:block; 
  width:101px; 
  height: 28px; 
  background-image:url(./images/tab.gif);
  background-repeat:no-repeat;
  background-position:top center;
  text-align:center; 
  float:left;
	font-weight: bold;
	color: #FFF;
  }
a.xmenu:hover {
	text-decoration: none;
  }
