body {
	margin: 0;
	text-align: left;
	font-size: 10.5pt;
	line-height: 135%;
	font-family: "Lucida Grande", Lucida, sans-serif;
	}

p {
	padding-bottom: 10px;
}

/* links */

a:link { 
color: #347d7f; 
text-decoration:none;
border-bottom:1px dotted #bbbcbb;
padding-bottom:1px;
}

a:visited { 
color: gray;
text-decoration:none;
border-bottom:1px dotted #bbbcbb;
padding-bottom:1px;
}

a:hover {
	text-decoration:none;
	border-bottom:1px dotted #c5c7c5;
	padding-bottom:1px;
}

#text p {
	padding-bottom: 15px;
}

/* follow links */

#follow a:link { 
color: #ffffff;
text-decoration:none;
border-bottom:1px dotted #000000;
padding-bottom:1px;
}

#follow a:visited { 
color: #ffffff;
text-decoration:none;
border-bottom:1px dotted #000000;
padding-bottom:1px;
}

#follow a:hover {
color: #ffffff;
	text-decoration:none;
	border-bottom:1px dotted #c5c7c5;
	padding-bottom:1px;
}

/* footer links */

#footer-copyright a:link { 
color: #ffffff;
text-decoration:none;
border-bottom:1px dotted #000000;
padding-bottom:1px;
}

#footer-copyright a:visited { 
color: #ffffff;
text-decoration:none;
border-bottom:1px dotted #000000;
padding-bottom:1px;
}

#footer-copyright a:hover {
color: #ffffff;
	text-decoration:none;
	border-bottom:1px dotted #c5c7c5;
	padding-bottom:1px;
}

/* bottom nav links */

.bottom-wrapper a:link { 
color: #ffffff;
text-decoration:none;
border-bottom:1px dotted #000000;
padding-bottom:1px;
}

.bottom-wrapper a:visited { 
color: #ffffff;
text-decoration:none;
border-bottom:1px dotted #000000;
padding-bottom:1px;
}

.bottom-wrapper a:hover {
color: #ffffff;
	text-decoration:none;
	border-bottom:1px dotted #ffffff;
	padding-bottom:1px;
}

/* headers */

h1 {
	font: italic bold 18pt "Palatino Linotype", "Book Antiqua", "Palatino", Times, serif;
	padding-top:10px;
	padding-bottom:10px;
	margin-top: 0;
	margin-bottom: 10px;
	color: #347d7f;
}

h2 {
	font: bold italic 15pt "Palatino Linotype", "Book Antiqua", "Palatino", Times, serif;
	color: #687959;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

.h1 {
	font: bold 18pt "Palatino Linotype", "Book Antiqua", "Palatino", Times, serif;
	padding-top:10px;
	padding-bottom:10px;
	margin-top: 0;
	margin-bottom: 20px;
	color: #347d7f;
}

.h2 {
	font: bold italic 14pt "Palatino Linotype", "Book Antiqua", "Palatino", Times, serif;
	color: #687959;
}

.h2top-pad {
	font: bold italic 14pt "Palatino Linotype", "Book Antiqua", "Palatino", Times, serif;
	color: #687959;
	padding-top: 10px;
}

.h2underline {
	font: bold 16pt "Palatino Linotype", "Book Antiqua", "Palatino", Times, serif;
	padding-top:20px;
	padding-bottom:1px;
	border-bottom: 2px dotted #E4CCA7;
	color: #347d7f;
	margin-bottom: 10px;
}

h3 {
	color: #347d7f;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.h4 {
	font: bold italic 14pt "Palatino Linotype", "Book Antiqua", "Palatino", Times, serif;
	color: #687959;
}

.caps {
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* lists */

ul { 
	margin-left: 20px; 
	list-style-position: outside; 
	padding-bottom: 5px;
	list-style-type: disc;
}

ol {
	margin-left: 20px; 
	list-style-position: outside; 
	display: list-item; 
	padding-bottom: 5px;
	list-style-type: decimal;
}

li { 
	padding-bottom: 10px;
}

/* colors */

.green {
	color: #347d7f;
}

.yellow {
	color: #fcf9cb;
}

.white {
	color: #ffffff;
}

/* misc */

div#page-options a:link {
	color: #686968;
	border-bottom:1px dotted #ebebeb;
}

div#page-options a:visited {
	color: #686968
	border-bottom:1px dotted #ebebeb;
}

div#page-options a:hover {
	text-decoration:none;
	border-bottom:1px dotted #bbbcbb;
	padding-bottom:1px;
}

#page-options p {
	padding: 0;
}

.page-options {
	letter-spacing: 1px;
}

#bottom-nav p {
	padding: 0;
}

/* My Comment */


