﻿body
{
	margin: 0px;
	padding: 0;
	background-color: #A5BBDA;
	color: #000000;
	font-family: Sans-Serif;
}

H4
{
	text-align: center;
	border-bottom: 1px #C4D2E6 solid;
}

a:link
{
    color: #000000;
}
a:visited
{
    color: #000000;
}
a:hover
{
    color: #0000ff;
}
a:active
{
    color: #0000ff;
}

a:link img
{
    border-color: #000000;
}
a:visited img
{
    border-color: #000000;
}
a:hover img
{
    border-color: #0000ff;
}
a:active img
{
    border-color: #0000ff;
}

a img
{
    margin: 20px;
    border-width: 3px;
}

#header
{
    background-position: left center;
    background-image: url(header.gif);
    background-repeat: no-repeat;
    margin: 20px;
    padding: 0px;
    height: 92px;
    color: #4682b4;
    font-size: 48pt;
    padding-left: 80px;
    font-family: Arial, Sans-Serif;
    font-weight: lighter;
}

#lh-contents
{
	background: #b0c4de;
	position: absolute;
	top: 134px;
	left: 20px;
	width: 120px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	height: 180px;
}

#lh-links
{
	background: #b0c4de;
	position: absolute;
	top: 336px;
	left: 20px;
	width: 120px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	height: 180px;
}

.content
{
	background: #b0c4de;
	margin: 20px 20px 20px 160px;
	color: #000000;
}


.content IMG
{
	float: left;
}

.download
{
	text-align: center;
	border-top: 1px #C4D2E6 solid;
	clear: both;
	background-color: #B0C4DE;
}
