/* Site Layout */
@import url("old-forms.css");
@import url("old-layout.css");

/*Navigation Styles */
@import url("old-dhtml-vert.css");

/* TYPOGRAPHY */
body {
	text-align: left;
	font:normal 10pt Arial, Helvetica, sans-serif;
	color:#333;
}
body.mceContentBody, .mceContentBody td, .mceContentBody table {
	font:normal 10pt Arial, Helvetica, sans-serif;
	color:#333;
}
.mceContentBody {
	margin:5px;
	background-image:none;
	background-color:#fff;
}
div {
	font-size: 1em;
}
/* LINKS */
a, a:link, a:active, a:visited {
	color:#22432C;
	text-decoration: underline;
}
a:hover {
	color:#288e2f;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	font:11px Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-transform: capitalize;
	background:none;
	text-decoration:none;
}
#footer a:hover {
	color:#ffffff;
	text-decoration:underline;
}
#credits1 a, #credits1 a:link, #credits1 a:active, #credits1 a:visited {
	font:11px Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-transform: capitalize;
	background:none;
	text-decoration:none;
}
#credits1 a:hover {
	color:#ffffff;
	text-decoration:underline;
}
#nav2 a, #nav2 a:link, #nav2 a:active, #nav2 a:visited {
	font:normal Georgia, "Times New Roman", Times, serif;
	color:#C7B8A1;
font-size:14pt;
text-transform:lowercase;
	background:none;
	text-decoration:none;
}
#nav2 a:hover {
	color:#C7B8A1;
	text-decoration:underline;
}
/* END LINKS */
	
/* HEADINGS */

h1,h2,h3,h4,h5,h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0 0 0.5em 0;
font-weight:bold;
	text-transform:capitalize;
        color:#22432C;
}
h1.pagename{
	font-size: 2em;
padding-bottom:20px;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}
/* END HEADINGS */

/* TEXT */
p {
	margin: 0;
	padding: 0;
}
blockquote {
	border-left:10px solid #ddd;
	margin-left:10px;
}
pre {
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style:italic;
}
code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	white-space: pre;
}
/* END TEXT */
	
/* LISTS */
ul {
	line-height:1.4em;
	margin: 0 0 1.5em 0;
	padding: 0;
}
ul li {
	margin: 0 0 0.25em 30px;
	padding: 0;
}
ol {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
	padding: 0;
}
ol li {
	font-size: 1.0em;
	margin: 0 0 0.25em 30px;
	padding: 0;
}
dl {
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height: 1.4em;
}
dl dt {
	font-weight: bold;
	margin: 0.25em 0 0.25em 0;
	padding: 0;
}
dl dd {
	margin: 0 0 0 30px;
	padding: 0;
}
/* END LISTS */
	
/* TABLE */
table {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
table caption {
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 1.5em 0;
}
th {
	font-weight: bold;
	text-align: left;
}
td {
	font-size: 1em;
}
/* END TABLE */	
	
hr {
	display: none;
}
div.hr {
	height: 1px;
	margin: 1.5em 10px;
	border-bottom: 1px dotted black;
}
	
/* END TYPOGRAPHY */
