body {
	font-family: arial, helvetica, sans-serif;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
	width: 736px;
	height: 101px;
}

#nav_top {
	background-image: url(images/nav_worker.jpg);
	position: absolute;
	left: 0px;
	top: 101px;
	z-index: 5;
	width: 134px;
	height: 57px;
}

#navigation {
	background-color: #F5EBCC;
	position: absolute;
	left: 0px;
	top: 158px;
	z-index: 5;
	width: 134px;
	height: 230px;
}

#sitenav ul {
	list-style-type: none;
	float: left;
	display: inline;
	color: #069;
	margin: 2px;
	margin-left: 8px;
	padding: 2px;
	line-height: 200%;
	font-size: 13px;
}

#content {
	background-color: #FFFFFF;
	position: absolute;
	left: 154px;
	top: 121px;
	z-index: 5;
	width: 582px;
	height: 500px;
	font-size: 13px;
	color: #000000;
}

table#earlylocs {
	border-width: 1px;
        border-spacing: 10px;
	border-style: solid;
	border-color: #666666;
	border-collapse: collapse;
}

table#earlylocs th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid;
	border-color: gray gray gray gray;
}
table#earlylocs td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid;
	border-color: gray gray gray gray;
}

h1 {
    font-size: 18px;
    color: #443508;
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
    text-decoration: underline;
}

h2 {
    font-size: 15px;
    color: #000;
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

a:link {
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	font-weight: bold;
}
