/* CSS Document */

body {
	background-color: #FFFFFF;
	color: #333333;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	padding: 10px 10px 10px 10px;
}
table.main {
	width: 780px;
	border: 5px double #20572d;
}

table.inside {
	width: 770px;
	border: 1px solid #20572d;
}

th {
	font-weight: bold;
	background-color:#20572d;
	text-align: left;
	width: 385px;
}

td.masthead {
	width: 780px;
	background-color: #20572d;
}

td.wide {
	width: 780px;
	line-height: 24px;
}

td.nav {
	width: 260px;
	text-align: center;
	font-style: italic;
	line-height: 24px;
	}

td.nav:hover {
	background-color: #20572d;
	color: #000000;
	font-weight: bold;
}
td.content {
	width: 520px;
	line-height: 18px;
	}
td.inside {
	width: 25%;
	line-height: 18px;
	}
a.nav {
	text-decoration: none;
	color: #000000;
	}
a.nav:hover {
	text-decoration: none;
	font-weight:bold;
	color: #333333;
	}
a {
	text-decoration: underline;
	color: #20572d;
	}
a:hover {
	text-decoration: none;
	color: #20572d;
	}
	
img.thumbnail {
	border: 1px solid #20572d;

}


