body {
    font-family: "Bookman Old Style", "Times New Roman", Times, serif;
    font-size: small;
}
a:link {
    color: #114499;
    text-decoration:none;
}
a:visited {
    color: #002288;
    text-decoration: none;
    /* border: dotted #999999 1px; */
}
/*a:visited::after {
    content: " ...";
}*/
a:hover {
    color: #CC0000;
    text-decoration: underline;
}
a[href^="http://"]:link {
    font-style: italic;
    text-decoration:none;
    color: #663333;
}
a[href^="http://"]:visited {
    font-style: italic;
    text-decoration:none;
    color: #663333;
}
a[href^="http://"]:hover {
    font-style: italic;
    text-decoration: underline;
    color: #CC0000;
}

#introblock {
    background-color: #F7D18C;
    background-image: url(images/webboat.gif);
    background-repeat: no-repeat;
    background-position: 2px 2px;
    position: relative;
    padding: 2px 2px 2px 538px;
    width: 220px;
    height: 150px;
}
#mainbody {
    border: medium solid #F7D18C;
    position: absolute;
    padding: 2px;
    width: 760px;
    left: 10px;
    top: 10px;
    background-image: url(images/finalmap.gif);
    background-repeat: no-repeat;
    background-position: 2px 186px;
}
#mainbodytext {
    border: medium solid #F7D18C;
    position: absolute;
    padding: 2px;
    width: 800px;
    left: 10px;
    top: 0px;
    }
#introblock #town {
    font-size: large;
    font-weight: bold;
    text-align: center;
}
#introblock #county {
    font-size: medium;
    font-weight: bold;
    text-align: center;
}

#navigation {
    background-color: #FFFFFF;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    margin-top: 2px;
    padding: 3px;
    width: 524px;
    height: 20px
}
#navigation a {
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
}
#navigation a:hover {
    background-color: #F7D18C;
    color: #000000;
    text-decoration: none;
}
.subnav {
    background-color:#0066FF;
    color: #FFFFFF;
    font-weight: lighter;
    text-align: center;
    margin-top: 2px;
    padding: 3px;
    width: 524px;
}
.subnav a {
    display: block;
    color: #FFFFFF;
    padding-left: 3px;
    padding-right: 3px;
}
.subnav a[href^="http:"] {
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    padding-left: 3px;
    padding-right: 3px;
}
.subnav a:hover {
    background-color: #F7D18C;
    color: #000000;
    text-decoration: none;
}
#maincolumn {
    float: left;
}
#maintext {
    float: left;
}
#sidebar {
    padding: 3px;
    float: right;
    margin-top: 2px;
    background-color: #bbddFF;
	line-height:1.15em;
}
#sidebar h1 {
	font-size: medium;
	font-weight: bold;
	margin-bottom: 3px;
	margin-left: 4px;
}
#sidebar a {
    display: block;
    padding-left: 32px;
	text-decoration:none;
}
#footer {
    font-size: xx-small;
}
#footer em {
    text-decoration: underline;
}
#footer em::after {
    content: ':';
}
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
TR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
td {
	font-family: "Bookman Old Style";
	font-size: 12px;
}
#tinyfooter {	
	font-size: 9px;
	text-align: center;
	color:#999999;
	}

#tinyfooter a {
	text-decoration:none;
	}

