* {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: #d0ac9d;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #703a0c;
	scrollbar-base-color: #703a0c;
}
  
/* Links */ 
a:link, a:visited {
	color: white;
}
a:hover, a:active {
	color: white;
}

/* Links for Nav bar */
a:link.nav, a:visited.nav {
	font-size : 11pt;
	color: #d0ac9d;
	text-decoration: none;	
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 1px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
        border: 1px solid #a90808;
}
a:hover.nav, a:active.nav {
	color: white;
	text-decoration: none;
	display: block;
	background-color: #512704;
        border: 1px solid #c92828;
}


/* No longer used
a.navlink:link, a.navlink:visited,  a.navlink:active {
        color: #BAD97D;
        text-decoration : none;
	font-size : medium;
	font-weight : normal;
}
*/

SMALL  {
	font-size : 8pt;
	color: #b28f80;
}

.nav_bkgd {
    background-image: url(/images/inside-pages_06.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

.quoter  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : black;
	display: block;
	text-align: right;
	margin-right: 20px;
	/*margin-top: 6px;*/
}
  
H1  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : x-large;
	font-weight : bold;
	color: #f3af93;
}
  
H2, .heading2  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : large;
	font-weight : bold;
	color: #f3af93;
}
  
H3, .heading3  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bold;
	color: #f3af93;
}
  
H4, .heading4  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : normal;
}
  
.photo_border {
        border: 1px solid #000000;
}

hr {
	border: none;
	color : #c92828;
	background-color: #c92828;
	height: 2px;
}

hr.minor {
	border: none;
	color : #c92828;
	background-color: #c92828;
	height: 1px;
	width: 50%;
}

.align_left {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

.align_right {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}

select, input, textarea {
	color: black;
	background-color: #e2bbab;
	border: 1px solid black;
}

input.button {
	color: white;
	background-color: #512704;
}

.button {
        color: white;
	background-color: #512704;
        border: 1px solid #c92828;
}

ul.compact, ol.compact {
	margin-top: 2px;
}
