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

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

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

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

.header {
	background-image: url(/images/page_header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

/* Links */
a:link, a:visited {
	color: #FFFFFF;
}
a:hover, a:active {
	color: #FFFFFF;
}
/* Links for Nav bar */
a:link.nav, a:visited.nav {
	color: #c6d3b0;
	text-decoration: none;	
	display: block;
	margin-top: 2px;
	padding-top: 2px;
	padding-left: 8px;
	padding-bottom: 2px;
}
a:hover.nav, a:active.nav {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-top: 2px;
	padding-top: 1px;
	padding-left: 8px;
	padding-bottom: 1px;
	border-top: 1px solid #a40204;	
	border-bottom: 1px solid #a40204;		
	background-color: #3c4826;
}

H2, .heading2  {
   	font-family : Georgia, Times New Roman, Times, serif;
	font-size: 18pt;
	font-weight: normal;
	color: #ff9216;	
}
  
H3, .heading3, .heading_blog  {
   	font-family : Georgia, Times New Roman, Times, serif;
	font-size: 14pt;
	font-weight: normal;
	color: #ff9216;	
}
  
H4, .heading4  {
	font-weight: bold;
	color: #ff9216;	
}
  
hr {
	border: none;
        color: #000000;
	background-color: #000000;
	height: 2px;
}

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

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

.align_right_border {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	float: right;
        border: 1;
        border-style: solid;
        border-color: black;
}

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

.align_left_border {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
        border: 1;
        border-style: solid;
        border-color: black;
}

.photo_border {
        border: 1;
        border-style: solid;
        border-color: black;
}
 
.question {
	color: red;	
	font-weight: bold;
}

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

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

.button {
        color: white;
	background-color: #ec8004;
        border: 1px solid black;
}


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

.news {
	margin-left: 6px;
}

.quote {
	font-size : 9pt;
}

.quote_maker {
  	font-size : 8pt;
	color: #A3AF8F;
	text-align: right;
	margin-top: 4px;
	margin-right: 4px;
}

