@charset "utf-8";
/* CSS Document */

h1 {
	font-size: 1.7em;
	margin-bottom: 5px;
	font-weight: normal;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 5px;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 5px;
}
p {
	margin-bottom: 10px;
	margin-left: 5px;
}
ul, ol {
	margin-bottom: 10px;
	margin-left: 40px;
}
blockquote {
	margin-bottom: 10px;
	margin-left: 20px;
	font-style: italic;
	margin-right: 20px;
}
a:link, a:visited {
	color: #efedbd;
	text-decoration: none;
}
a:hover {
	color: #DBD66C;
	text-decoration: underline;
}
a:active, a:focus {
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}
div#theNav a:link, div#theNav a:visited {
	padding: 10px;
	color: #edeee1;
	text-decoration: none;
	outline-style:none;
}
div#theNav a:hover {
	color: #DBD66C;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}

.imageLeft {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}
.imageRight {
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
}
img.margin20px_Rt_Bt {
	margin-bottom: 20px;
	margin-right: 20px;
}
img.margin20px_Bt {
	margin-bottom: 20px;
}
img.margin20px_Rt {
	margin-right: 20px;
}
