@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #aba676;
	background-image: url(../i/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 974px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}
#toplinks {
	background-color: #aba676;
	height: 50px;
	width: 974px;
}
#header {
	clear: both;
	height: 290px;
	width: 974px;
	background-image: url(../i/tbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#top {
	width: 883px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	overflow: auto;
	height: auto;
	clear: both;
}
#topimg {
	clear: both;
	height: 159px;
	width: 883px;
}
#hd_left {
	float: left;
}
#hd_right {
	float: right;
}
#toplogo {
	height: 50px;
	width: 883px;
}
#title {
	clear: both;
	height: 65px;
	width: 883px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../i/titbg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.tit {
	position: absolute;
	left: 90px;
	top: 23px;
}
#middle {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	text-align: justify;
}
#bottom {
	clear: both;
	width: 883px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #aba676;
	font-size: 10px;
	overflow: auto;
}
#links {
	padding-top: 22px;
	text-align: right;
	padding-right: 55px;
}

a.ml:link, a.ml:visited
{
	background-image: url(../i/lbg.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	height: 12px;
	padding-left: 20px;
	float: right;
	margin-right: 25px;
}

a.ml:hover, a.ml:active
{
	background-image: url(../i/lbg_o.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	height: 12px;
	padding-left: 20px;
	float: right;
	margin-right: 25px;
}
.left {
	float: left;
}
.right {
	float: right;
}

#bottom a:link, #bottom a:visited
{
	color: #333;
	text-decoration: none;	
}

#bottom a:hover, #bottom a:active
{
	color: #333;
	text-decoration: underline;	
}
.hd1 {
	font-size: 16px;
	font-weight: bold;
}

