@import url("layout.css");
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	background-image: url("background.png");
	background-repeat: repeat;
	background-color: #a4a095;
}
#container {
	border-right: 2px solid #444;
	border-bottom: 2px solid #444;
	border-left: 2px solid #444;
	background-color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
}
#masthead {
	border-top: solid 1px #000;
	text-align: left;
	background-color: #a4a095;
	background-image: url("masthead.png");
	background-repeat: no-repeat;
	height: 122px;
}
#navigation {
	border-top: 1px solid #000;
	/*border-bottom: 1px solid #000;*/
	padding: 0;
	margin: 0;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 407px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 410px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	font-size: xx-large;
	margin-top: 0;
	margin-bottom: 3px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-bottom: 0;
	margin-left: 0.5em;
	display: none; 
	margin-left: 150px;
}
#masthead h3 {
	font-size: large;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-top: 0;
	margin-left: 1em;
	display: none; 
	margin-left: 150px;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 5px 0;
}
#navigation li {
	display: inline;
	margin: 0;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: inline;
	padding: 5px;
}
#navigation div.lvl2 a {
	padding: 3px 5px 5px 5px;
}
/* red:#730000 pale_red:#994c4c ultra_pale_red:#e5cfcf  gold:#e5dd95  goldOLD:#e5e195  med_gold:#c2be7e c2bb7e  dark_gold:#99914c */
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: #730000;	
}
#navigation a.selected {
	font-weight: bold;
	text-decoration: none;
	color: #730000;
}

*.lvl1 {
	clear: left;
	width: 100%;
	background-color: #e5dd95;
}
*.lvl1 a {
	background-color: #e5dd95;
}
*.lvl2 {
	clear: left;
	background-color: #c2be7e;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	margin-right: 0;
	padding-right: 0;
}
*.lvl2 a {
	background-color: #c2be7e;
	border-left: 2px solid #c2be7e;
	border-right: 2px solid #c2be7e;
}
#navigation *.lvl1 a.selected {
	background-color: #fff;
}
#navigation *.lvl2 a.selected {
	background-color: #fff;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
p {
	margin-top: 3px;
	margin-bottom: 0.75em;
}
ul {
	margin-top: 3px;
	margin-bottom: 0.75em;
}
li {
	margin-top: 0;
	margin-bottom: .5em;
}
h1 {
	font-size: 200%;
	font-style: italic;
	color: #000;
	margin-top: .25em;
	margin-bottom: 0.25em;
}
h2 {
	font-size: 175%;
	font-style: italic;
	color: #000;
	margin-top: .75em;
	margin-bottom: 0.25em;
}
h3 {
	font-size: 135%;
	font-style: italic;
	color: #000;
	margin-top: .75em;
	margin-bottom: 0.25em;
}
h4 {
	font-size: 125%;
	font-style: italic;
	color: #000;
	margin-top: .75em;
	margin-bottom: 0.5em;
}
h5 {
	font-size: 110%;
	font-style: italic;
	color: #000;
	margin-top: .75em;
	margin-bottom: 0.25em;
}
h6 {
	font-size: 100%;
	font-style: italic;
	color: #000;
	margin-top: .75em;
	margin-bottom: 0.25em;
}
fieldset {
	margin: 3px;
	padding: 0 0 5px 1em;
}
legend {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 0.5em;
}
label {
	font-family: Sans-Serif;
}
*.hr {
	width: 100%;
	height: 2px;
	text-align: left;
	line-height: 2px;
	font-size: 2px;
	margin: 25px auto 0 auto;
	border-top: 2px dashed #c2be7e;
	border-bottom: 2px dashed #c2be7e;
}
*.hr hr {
	display: none;
}
a img {
	vertical-align: top;
	border-width: 0;
}
*.c-fno {
	white-space: nowrap;
}
*.c-title {
	font-weight: bold;
	font-size: 110%;
}
*.c-date {
	text-align: center;
}
*.c-dur {
	text-align: center;
	white-space: nowrap;
}
table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align: top;
	border-collapse: collapse;
}
table.lined tr {
	border-top-color: #b37474;
	border-top-style: solid;
	border-top-width: 1px;
}
tr {
	vertical-align: baseline;
	margin-top: 3px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 1em;
}
table.lined tr td {
	border-top-color: #e5cfcf;
	border-top-style: solid;
	border-top-width: 1px;
}
table.tight tr td {
	margin-bottom: 0;
	padding-bottom: 0;
}
td {
	margin-top: 0;
	margin-bottom: 0.75em;
	margin-left: 0;
	margin-right: 1em;
	padding: 0 0.75em 0.75em 4px;
}
thead {
	font-size: 110%;
	font-weight: normal;
	color: #fff;
	background: #730000;
	vertical-align: middle;
	text-align: left;
}
thead tr {
	margin-bottom: 0;
}
thead tr th {
	font-size: 110%;
	font-weight: normal;
	color: #fff;
	background: #730000;
	vertical-align: middle;
	text-align: left;
	vertical-align: bottom;	
	margin-bottom: 0;
	padding: 4px 0.75em 4px 4px;
}
a.more {
	font-size: 75%;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	/* color: #730000; */
	color: #991f1f;
	text-decoration: none;
}
a.external {
	padding-right: 13px;
	background-image: url("ExternalLink.gif");
	background-position: right center;
	background-repeat: no-repeat;
}
a:hover {
	/* color: #99914c; */
	color: #736c34;
	text-decoration: underline;
}
#footer a.selected {
	font-weight: bold;
	text-decoration: none;
}
*.style_bold {
	font-weight: bold;
}
*.style_italic {
	font-style: italic;
}


/*
 * WoM Editor styles
 */
.block {
	display: block;
	margin: 1em 1em 1em -22px;
	padding: 0;
	clear: both;
}
.floatR {
	float: right;
	margin: 0.5em;
}
.floatL {
	float: left;
	margin: 0.5em;
}
.noGapAfter {
	margin-bottom: 0;
}
.indent {
	margin-left: 2em;
}
.indent2 {
	margin-left: 4em;
}
.indent3 {
	margin-left: 6em;
}
.indent4 {
	margin-left: 8em;
}
.indent5 {
	margin-left: 10em;
}
.indent6 {
	margin-left: 12em;
}

