﻿.foo {} /* Wc3 Standards require a class to be first on stylesheets */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*                 Content Layout StyleSheet - GWCRS
*              Created by Jeremy S. Cargilo for ETR Consulting.
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Purpose: 
*   This stylesheet contains the content css styles for the entire project.
*   All subpage styles, links, forms, and other non-layout items can be found in 
*   their respective style sheets.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
* { margin: 0px; padding: 0px; }
body 
{
	font-size: 14px; 
	color: #583F03; 
    font-family: Arial, Helvetica, Sans-Serif;
}
p { margin-bottom: 15px; }
ul, ol { list-style-position: inside; }
ul { margin-bottom: 10px; }

.heading_1 {
	color: #583F03; 
	font-size: 16px; 
	display: block;
	font-weight: bold; 
	margin-bottom: 10px;
}
.heading_2 {
	color: #583F03; 
	font-size: 14px; 
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}