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

.blue  { color: blue; }
.red   { color: red; }
.green { color: green; }

html, body {
	margin: 0;
	padding: 0;
	background-color: #F8FFE3;
	scrollbar-base-color: #E2EAB8;	
}  
  
small  {
  	font-size : 8pt;
	color: #ABBA98;
}
.smalldark  {
  	font-size : 8pt;
	color: black;
}
.caption  {
  	font-size : 8pt;
	color: #7E9B5A;
}

/* Links */ 
a:link, a:visited {
	color : #EF6730;
}
a:hover, a:active {
	color : #EF6730;
}
/* Links for Nav bar */
a:link.nav, a:visited.nav {
	color: #000000;
	font-weight : normal;
	text-decoration: none;	
        padding: 4px;
	display: block;
}
a:hover.nav, a:active.nav {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
        padding: 4px;
	background-color: #FD7C47;
}
   
h1  {
	font-family : Georgia, Times New Roman, Times, serif;
	font-size : x-large;
	font-weight : normal;
	color : #EF6730;
	letter-spacing: -0.05em;
}
  
h2, .heading2  {
	font-family : Georgia, Times New Roman, Times, serif;
	font-size : large;
	font-weight : normal;
	color : #EF6730;
	letter-spacing: -0.04em;
}
  
h3, .heading3, .heading_blog  {
	font-family : Georgia, Times New Roman, Times, serif;
  	font-size : medium;
  	font-weight : normal;
	color : #EF6730;
	letter-spacing: -0.04em;
}
  
h4, .heading4 {
	font-family : Georgia, Times New Roman, Times, serif;
	font-size : normal;
	font-weight : bold;
	color : #EF6730;
	/* letter-spacing: -0.05em;  */
}
  
/* Remove the space at the top of ul and ol */
ul.compact, ol.compact {
	margin-top: 2px;
}

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

input.button {
	color: black;
	background-color: #EF6730;
}

/* This is for displaying checkboxes and radio buttons, which look
bad when formatted using the above style */
input.box {
	background-color: #F8FFE3;
	border: none;
}

.top_row {
    background-repeat: no-repeat;
    background-position: top right;
}

.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;
}

.photo_right_fullborder {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
        border: 1px solid #ABBA98;
}

.photo_left_fullborder {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
        border: 1px solid #ABBA98;
}

.photo_border {
        border: 1px solid #ABBA98;
}

.news_background {
	background-image: url(inside_right_gradient.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size : 8pt;
}

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

sup  {
        font-size : 6pt;
}

