﻿.foo {} /* Wc3 Standards require a class to be first on stylesheets */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*                 Content Layout StyleSheet - RSI
*              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: 11px; font-family:Arial, Helvetica, sans-serif; color: #007161; }
h1 { font-size:18px; font-weight:bold; color:#007161; margin-bottom:10px;
	padding-bottom:0px; margin-top:20px; padding-top:0px; }
h2 { font-size:12px; font-weight:bold; color:#f8981d; margin-bottom:5px;
	padding-bottom:0px; }
h3 { color: #666666; margin: 5px 0px 5px 0px; }
hr { margin: 5px 0px 5px 0px; }
ul, ol { margin: 10px 0 0 30px; }

.heading_1 {
	color: #007161; 
	font-size: 14px; 
	font-weight: bold; 
	margin-bottom: 10px;
	padding-bottom: 0px; 
	margin-top: 20px; 
	padding-top: 0px; }
.heading_2 {
	color: #f8981d; 
	font-size: 12px; 
	font-weight: bold; 
	margin-bottom: 5px;
	padding-bottom: 0px; 
}
