﻿body 
{
    font-family: Arial;
    font-size: 12px;
    color: Black;
}
.title
{
    font-size: 14px;
    font-weight: bold;
    color: #DC866B;
}
.subtitle
{
    font-size: 14px;
    font-weight: bold;
    color: #DABAA1;
}
.longtext
{
  font-size: 12px;
  line-height: 17px
}
a:link
{
    color: Black;
}
a:visited
{
    color: Black;
}
a:hover
{
    color: red;
}
li
{
    line-height: 17px
}
#listheader
{
    font-size: 15px;
    font-weight: bold;
    padding: 3px;
    background-color: #DC866B;
    width: 120px;
    margin-bottom: 3px;
    color: #FFF;
}
.listentry
{
    padding: 3px;
    margin-left: 5px;
}
.listentryhighlight
{
    position: relative;
    left: -15px;
    font-weight: bold;
    font-size: 110%;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 22px;
    background-image: url(gfx/marker.jpg); background-repeat: no-repeat;
}

#topNav
{
    position: absolute;
    left: 380px;
    top: 32px;
}
#topNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#topNav ul li {
	display: inline;
	list-style-type: none;
	float: left;
	width: 73px;
	text-align: center;
	vertical-align: middle;
	padding-right: 1px;
    line-height: 14px;
}
#topNav a {
	display: block;
	padding: 5px;
	height: 14px;
	background-image: url(gfx/navbg.jpg); background-repeat: repeat-x;
	/* background-color: #F5E0CB; */
}
#topNav a:link {
	text-decoration: none;
}
#topNav a:visited {
	text-decoration: none;
}
#topNav a:hover 
{
    background-image: url(gfx/navbghov.jpg); background-repeat: repeat-x;
	/* background-color: #FFE7D0; */
}
