* {
   font-family : Georgia, Times New Roman, Times, serif;
}

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

html, body {
    margin: 0;
	padding: 0;
	background-color: #FFE5B2;
	background-image: url(/graphics/yellowbar.jpg);
	scrollbar-base-color: #A02D10;	
}  

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

/* Links for Nav bar */
a:link.nav, a:visited.nav {
        color: #FCBF56;
	font-size : 9pt;
	font-weight: bold;
        text-decoration: none;
		line-height: 130%;
        display: block;
        padding-top: 1px;
        padding-bottom: 1px;
}
a:hover.nav, a:active.nav {
        color: #000000;
	font-size : 9pt;
	font-weight: bold;
        text-decoration: none;
		line-height: 130%;
        display: block;
        padding-top: 0px;
        padding-bottom: 0px;
        border-top: 1px solid #842002;
        border-bottom: 1px solid #842002;
        background-color: #FFE5B2;
}

small  {
	font-size : 8pt;
	color: black;
}
  
H2  {
   font-family : Arial, Helvetica, sans-serif;
	font-size : 18pt;
	font-weight : normal;
	color: #842002;
}
  
H3  {
   font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : normal;
	color: #842002;	
}
  
H4  {
   font-family : Arial, Helvetica, sans-serif;
	font-size : 13pt;
	font-weight : bold;
	color: #842002;	
}
  
.heading2  {
   font-family : Arial, Helvetica, sans-serif;
	font-size : 18pt;
	font-weight : normal;
	color: #842002;	
}
  
.heading3, .heading_blog  {
   font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : normal;
	color: #842002;	
}
  
.heading4  {
   font-family : Arial, Helvetica, sans-serif;
	font-size : 13pt;
	font-weight : bold;
	color: #842002;	
}
  
.pullquote  {
	font-size : 12pt;
	font-weight : bold;
	font-style : italic;
	color: #842002;;
}

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

/* 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;
}

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

.border {
        border: 1;
        border-style: solid;
        border-color: #A02D10;
}

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

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

select, input, textarea {
   	font-family : Arial, Helvetica, sans-serif;
	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;
}

