.mainfont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.25em;
	color: #000;
	text-align: center;
}
.tble {
	text-align: center;
	background-color: #D5A24E;
	border: thin solid #0CF;
}
a.links:link {text-decoration: none; color: blue;}
a.links:visited {text-decoration: none; color: blue;}
a.links:active {text-decoration: none; color: blue;}
a.links:hover {text-decoration: underline; color: white;}
.tble2 {
	text-align: center;
	background-color: #CCC;
	border: thin solid #0CF;
}
.descbox {
	background-color: #FFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0CF;
	border-right-color: #0CF;
	border-bottom-color: #0CF;
	border-left-color: #0CF;
	width: 800px;
	margin: 3px;
	padding: 3px;
	left: auto;
}


.header {
	background-image: url(/ldheader_01.gif);
	width: 100%;
	height: 100px;
}
.footer {
	bottom: 0px;
	background-color: #000;
	height: 20px;
	width: 100%;
	color: #FFF;
}

#himg {
	float: left;
}

.headlinks {
	height: 50px;
	width: 100%;
	background-image: url(/ldheader_06.gif);
	background-repeat: repeat-x;
	float: left;
}
.underbar {
	background-color: #000;
	height: 10px;
	width: 100%;
	float: left;
}
.menu{
	padding:0;
	height:30px;
	width:100%;
	display:block;
	background-image: url(/topMenuImages.png);
	background-repeat: repeat-x;
	margin: auto;
}
.menu li{padding:0; margin:0; list-style:none; display:inline;}
.menu li a{float:left; padding-left:15px; display:block; color:rgb(0,0,0); text-decoration:none; font:12px Verdana, Arial, Helvetica, sans-serif; cursor:pointer; background:url('topMenuImages.png') 0px -30px no-repeat;}
.menu li a span{line-height:30px; float:left; display:block; padding-right:15px; background:url('topMenuImages.png') 100% -30px no-repeat;}
.menu li a:hover{background-position:0px -60px; color:rgb(255,255,255);}
.menu li a:hover span{background-position:100% -60px;}
.menu li a.active, .menu li a.active:hover{line-height:30px; font:12px Verdana, Arial, Helvetica, sans-serif; background:url('topMenuImages.png') 0px -90px no-repeat; color:rgb(255,255,255);}
.menu li a.active span, .menu li a.active:hover span{background:url('topMenuImages.png') 100% -90px no-repeat;}
