html	{
	margin: 0px;
	padding: 0px;
	}

body	{
	z-index: 1;
	margin: 0px;
	padding: 0px;
	background-image: url(lld-logobg.jpg);
	background-position: 100% 0%;
	background-repeat: no-repeat;
	font-family: garamond, 'times new roman', serif;
	color: #333300;
	}

a:link, a:visited {
	text-decoration: none;
	color: #333300;
	}

a:hover {
	text-decoration: none;
	color: #999900;
	}

acronym {
	text-decoration: none;
	}

#container1 {
	z-index: 2;
	width: 600px;
	margin-top: 0px;
	padding-top: 100px;
	margin-right: 200px;
	float: right;
	border-style: none;
	border-width: 1px;
	}

h2	{
	font-weight: normal;
	font-size: 18pt;
	border-bottom-style: solid;
	border-color: #333300;
	border-width: 1px;
	padding-bottom: 3px;
	margin-top: 40px;
	}

h2.norule {
	border-bottom-style: none;
	}

p	{
	font-family: calibri, arial, sans-serif;
	font-size: 11pt;
	text-align: justify;
	}

#contact ul {

	font-family: calibri, arial, sans-serif;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 10pt;
	list-style-type: none;
	float: left;
	display: block;
	}

#contact li {
	float: left;
	margin-left: 27px;
	margin-right: 27px;
	}

li span {
	font-style: italic;
	color: #999900;
	}

#copyright {
	width: 600px;
	margin-top: 20px;
	padding-top: 0px;
	margin-right: 200px;
	float: right;
	}

#copyright p {
	font-size: 8pt;
	text-align: right;
	padding-left: 50px;
	}