@charset "utf-8";
body {
	margin: 0 auto;
	padding: 0;
	background: #6D6D6D url(../html/bg.jpg) top center repeat-x;
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
}
#DHeader {
	height: auto;
	background: url(../html/logoheader.jpg) no-repeat center top;

}
#DMenu {
	height: 29px;
	clear: both;
	background: #000000 url(../html/menubg.jpg) no-repeat center top;
	padding-left:85px;
	padding-top: 10px;

}

#DContain {
	clear: both;
	display: block;
	height: auto;
	width: 805px;
	margin: 0 auto;
	padding: 0;
	background: url(../html/bgrepeat.png) repeat-y center;

}
#DContent {
	clear: both;
	height: auto;
	width: 805px;
	display: block;
}
#DFooter {
	background: url(../html/footer.jpg);
	height: 69px;
}
.OuterFooter {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.clearer {
	display: block;
	clear: both;
}

.OuterFooter a{
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #FFFFFF;
}

.DInnerContent {
	width: 680px;
	margin: 0 auto;
	color: #000000;
	font-family: "Trebuchet MS", Arial;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	height: auto;
	min-height: 500px;
}

h1 {
	font-size: 22px;
	color: #D68D03;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tbldata {
	font-size: 11px;
	width: 99%;
	margin: 0 auto;
}
h2 {
	font-size: 18px;
	color: #D68D03;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}
h3 {
	color: #666666;
	text-transform: none;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 5px;
	font: bold 20px "Trebuchet MS", sans-serif, Helvetica;
}
.DInnerContent table ul {
	text-align: left;
}
.left {
	float: left;
	height: auto;
	width: 460px;
	padding-right: 15px;
}


.DInnerContent ul#sitemap {
	width: 600px;
	height: auto;
}
.list 
{
	padding-left:140px;
	*padding-left:35px;
min-height:100px;
}
a img
{
	border:none;
}
a
{
	color:#333333;
}
a:hover
{
	text-decoration:none;
}