/* layout and graphic elements */

.right {
	border: 1px solid #99CCFF;
	padding-left: 3px;
}


.maincell {
	padding: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
}

/* fonts */

p {
	font-family: "Palatino Linotype", "Times New Roman";

}

.bent {
	font-weight:bold;
	font-style: italic;
	color: #000066;
}

.fishwater {
	font-size: 170%;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.content {
	font-size: 120%;
	text-align: center;
}

.caption {
	font-size: 80%;
	color: #000066;
	padding: 2px;
}

.bodytext {
	text-align: justify;
	padding-right: 6px;
	padding-left: 4px;
}

.bodytext:first-letter {
	font: 140% bold;
	color: #000033;
}

.list {
	list-style-image:  url(images/bullet.jpg);
	font-size: 120%;
	text-indent: 5em;
}

.boldit {
	font-size: 140%;
	font-weight: bold;
}

.contact {
	padding: 10px;
}

.contact p {
	font-size: 85%;
	font-style: italic;
	margin: 0px;
	text-align: center;

}

/* navigation */

.nav {
	font-size: 115%;
	font-style: italic;
	color: #000033;
	padding: 5px;
	width: 245px;
}

.nav:hover {
	color: #FFFFFF;
	background-color: #006699;
	padding-left:13px;
}

/* links */

a {
	font-style: italic;
	color: #000066;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
	text-decoration: none;
}

a:hover {
	color: #006699;
}
