body{
	font-family: Arial, sans-serif;
	font-size: 9pt;
	background-image: url(images/marble.jpg);

}

p, td {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	padding-left: 5px;
	padding-right: 5px;
}
	
a: {
text-decoration: none;
}

a:link {
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover {
background-color: yellow;
}

img:hover {
background-color: transparent;
}


H1 {
	font-family: Arial, sans-serif;
	font-size: 20pt;
	color: red;
}

H2 {
	font-family: Arial, sans-serif;
	font-size: 16pt;
	color: red;
}

H3 {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

ul {
	font-family: Arial, sans-serif;
	
}


.hlist ul {
	list-style-type: none;

	}

.hlist li {
vertical-align: top;
background-color: #e0e0ff;
padding-right: 4px;
padding-left: 0px;
padding-top: 2px;
padding-bottom: 0px;
border-style: outset;
border-width: 2px;
font-size: 10pt;
	}



.map {
	margin-left: 20px;
	margin-right: 20px;
	background-image: url(images/map.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.selectlist {
	font-family: Arial, sans-serif;
	font-size: 12pt;
}

.mainlist {
	font-family: Arial, sans-serif;
	text-decoration: none;
	color:navy;
}

.bloghead {
	font-family: Arial, sans-serif;
	font-size: 14pt;
	text-decoration: none;
	color:black;
}


.mainlist2 {
	font-family: Arial, sans-serif;
	text-decoration: none;
	color:black;
	background-color:yellow;
}

.hilite {
	font-family: Arial,Arial, sans-serif;
	font-weight: bold;
	background-color: yellow;
	text-decoration: none;
	color:black;
}

.note {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-style: italic;
}

.extra {
	font-family: Arial, sans-serif;
	font-size: 18pt;
	text-decoration: none;
	color: navy;
	background-color:yellow;
}

.extra2 {
	font-family: Arial, sans-serif;
	font-size: 14pt;
	text-decoration: none;
	color: black;

}
	

.largeprint {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: black;
	text-decoration: none;

}

.largeprint2 {
	font-family: Arial, sans-serif;
	font-size: 16pt;
	color: navy;
	text-decoration: none;
	background-color: yellow;
}
.email {
	font-family: Arial, sans-serif;
	font-size: 26pt;
	color: red;
	font-style: italic;
	text-decoration: none;
}

.disclaim {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}

.blogdate {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: red;
}

.privacy {
	font-family: 'Comic Sans MS', comic, sans-serif;
	font-size: 12pt;
	line-height: 16pt;
	
}

.privacy:first-letter {
	font-size: 24pt;
	float: left;
}

.article {
	font-family: 'Comic Sans MS', comic, sans-serif;
	font-size: 12pt;
	text-indent: 25px;
}

.articlehead {
	font-family: 'Comic Sans MS', comic, sans-serif;
	font-size: 18pt;
	color: navy;
}

.intext {
	margin-left: 25px;
}



.hide {
	display: none;
	position: relative;
	z-index: 1;

}

.unhide {
	display: "";
	position: relative;
	z-index: 2;
	background-color: grey;

}
.floatleft {
	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
}

.floatright {
	position: absolute;
	top: 0;
	right: 0;
	width: 80%;
}








