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

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

html, body {
	background-color: #FFE2C9;
	scrollbar-base-color: #D4A285;	
}  

/* Links for Nav bar */
a:link.home, a:visited.home {
	font-size : 9pt;
	font-weight : bold;
	color: #A96241;
        text-decoration: none;
}
a:hover.home, a:active.home {
	font-size : 9pt;
	font-weight : bold;
	color: #427082 ;
        text-decoration: none;
}



/* Links */ 
a:link, a:visited {
	color: #A96241;
}
a:hover, a:active {
	color: #A96241;
}


small  {
	font-size : 8pt;
	color: #DCD5EB;
}
  
H2  {
	font-size : 18pt;
	font-weight : normal;
	color: #A96241;
}
  
H3  {
	font-size : 14pt;
	font-weight : normal;
	color: #A96241;	
}
  
H4  {
	font-size : 13pt;
	font-weight : bold;
	color: #A96241;	
}
  
.heading2  {
	font-size : 18pt;
	font-weight : normal;
	color: #A96241;	
}
  
.heading2_brown {
	font-size : 18pt;
	font-weight : bold;
	color: #A96241;
}

.heading3, .heading_blog  {
	font-size : 14pt;
	font-weight : normal;
	color: #A96241;	
}
  
.heading4  {
	font-size : 12pt;
	font-weight : bold;
	color: #A96241;	
}
  
.photocredit  {
	font-size : 6pt;
	color: #FFFFFF;
}
  
hr {
	border: none;
	color: #FCBC91;
	background-color: #FCBC91;
	height: 2px;
}

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

.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 {
	border: 1px solid #842002;
}

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

