body {
	color: #c9a45c;
	background-repeat: repeat;
	background-image: url(../global/site_bground.jpg);
	margin: 0px;
}

tr.masthead {
	background-repeat: repeat-x;
	background-image: url(../global/masthead_bground.jpg);
}

td.content {
	padding-right: 20px;
	padding-left: 0px;
}

td.sidebar {
	padding-right: 15px;
	padding-left: 15px;
	border-left-color: #80691b;
	border-left-style: dotted;
	border-bottom-style: dotted;
	border-right-style: dotted;
	border-top-style: dotted;
	border-left-width: 2px;
}
td.content h1 {
	font-family: serif;
	color: white;
	font-style: normal;
	font-weight: normal;
	font-size: 20pt;
}
td.content h2 {
	font-variant: small-caps;
	font-family: serif;
	color: #b79728;
	font-style: normal;
	font-weight: normal;
	font-size: 14pt;
}
td.content p {
	font-family: serif;
	color: #d5cfa9;
	line-height: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-size: 12pt;
}
td.content li {
	font-family: serif;
	color: #d5cfa9;
	line-height: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-size: 12pt;
}
td.sidebar h1 {
	color: #b79728;
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12pt;
}
td.sidebar p {
	color: #d5c892;
	line-height: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 10pt;
}
td.nav p {
	color: #d5c892;
	line-height: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 10pt;
}
a:link {
	text-decoration: none;
	color: #f7cd60;
}
a:visited {
	text-decoration: none;
	color: #f7cd60;
}
a:hover {
	text-decoration: underline;
	color: #f7cd60;
}
img.framed {
	border-color: #f7cd60;
	border-style: solid;
	border-width: 1px;
}

