body
{
	background-color: #4e3330;
    background-image: url("images/bg.jpg");
    font-family: "Trebuchet MS", sans-serif;
	margin-top: 0;
}
a
{
    color: #000000;
    text-decoration: none;
	font-weight: bold;
}
li{
    list-style-image: url("images/bullet.gif");
}
li li{
    list-style-image: url("images/bullet2.gif");
}
a:hover
{
    color: #bfa06f;
    text-decoration: underline;
	font-weight: bold;
}
img.header
{
     margin-bottom: 2px;
}
div.centered
{
    position: absolute;
    left: 50%;
    margin-left: -400px;
    width: 900px;
}
div.side
{
    float: left;
    width: 200px;
    font-size: 9pt;
    text-align: center;
}
div.address
{
    text-align: center;
    background-image: url("images/bg_sidemid.jpg");
    background-repeat: repeat-y;
}
div.bodycontainer
{
    margin-left: 10px;
    width: 636px;
    float: left;
    margin-bottom: 15px;
    font-size: 10pt;
}
div.body
{
    background-image: url("images/bg_bodymid.jpg");
    background-repeat: repeat-y;
    padding: 15px;
    font-size: 10pt;
    width: 636px;
}
div.footer
{
    text-align: center;
	padding-top: 35px;
	clear: both;
}

a.footerLink
{
    text-decoration: none;
	font-size: 8pt;
	font-weight: none;
}
a:hover.footerLink
{
    text-decoration: underline;
	font-size: 8pt;
	font-weight: none;
}
a.LHTekLink
{
    text-decoration: none;
	font-size: 9px;
	color: #b2a897;
	font-weight: none;
}
a:hover.LHTekLink
{
    text-decoration: underline;
	font-size: 9px;
	color: #bfa06f;
	font-weight: none;
}
i.title{
    font-weight: bold;
}
div.centeredimage{
    width: 100%;
    text-align: center;
}
img.picleft{
    float: left;
    position: relative;
    padding: 0px 12px 0px 0px;
}
img.picright{
    float: right;
    position: relative;
    padding-left: 12px;
}
div#quote{
    float: right;
    position: relative;
    width:165px;
    margin-left: 10px;
    margin-bottom: 10px;
    text-align: center;
    text-align: right;
    font-style: italic;
}
div#bodytext{
    width: 605px;
}
