* {
   font-family : Arial, Helvetica, sans-serif;
}

P, TD, TH, DL, BODY, BLOCKQUOTE, PRE, DIV, OL, UL  {
	font-size : 10pt;
	color: #EFE997;
}

html, body {
    margin: 0;
	padding: 0;
	background-color: #891611;
	scrollbar-base-color: #EEDF00;	
}  

/* Links */ 
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;	
}
a:hover, a:active {
	text-decoration: none;
	border-top: 1px solid #DE6433;	
	border-bottom: 1px solid #DE6433;		
	background-color: #9B1E18;
}
/* Links for Nav bar */
a:link.nav, a:visited.nav {
	color: #FFFFFF;
	text-decoration: none;	
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
}
a:hover.nav, a:active.nav {
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 1px solid #DE6433;	
	border-bottom: 1px solid #DE6433;		
	background-color: #9B1E18;
}

small  {
	font-size : 8pt;
	color: #000000;
}
  
H2, .heading2  {
	font-size : 18pt;
	font-weight : normal;
	color: #EEDF00;
}
  
H3, .heading3  {
	font-size : 14pt;
	font-weight : normal;
	color: #EEDF00;	
}
  
H4, .heading4  {
	font-size : 13pt;
	font-weight : normal;
}
  
.pullquote  {
	font-size : 12pt;
	font-weight : bold;
	font-style : italic;
	color: #EEDF00;
}

hr {
	border: none;
	color: black;
	background-color: black;
	height: 1px;
}

/* Remove the space at the top of ul and ol */
ul.compact, ol.compact {
	margin-top: 2px;
}

/* The background setup for the home page */
.home_bkgd {
	background-image: url(home-page.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.photo {
        border: 4;
        border-style: solid;
        border-color: #DE6433;
}

.photo_left {
        border: 4;
        border-style: solid;
        border-color: #DE6433;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

.photo_right {
        border: 4;
        border-style: solid;
        border-color: #DE6433;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}

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

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

