/* --------------------------------------------------------------------------------
	COLOR SCHEME: If you change colors here, you should change colors in the
				  WebMgr™ Site Design Section as well
			  
	Dark:			Dark Green (#495933)
	Medium:			Dark Gold (#5D5F3E)
	Medium Light:	Medium Light Green (#739B51)
	Light:			Light Grey (#E1E1E1)
	
	This can not include any dynamic code so that it will work in conjunction with
	the ActivEdit WYSIWYG Editor in the WebMgr™. All colors and code must be CSS
	compatible
----------------------------------------------------------------------------------*/

/*--- Primary Styles, Use to define Standard Tag's ---*/
body, p, li, th, select, input { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 12px;
	}

p.red {
	color:#FF0000;
	}
	
ul, ol {
	margin-bottom: 4px;
	} 
	
h1, h2, h3, h4, h5, h6 { 
	color: #9e0704; 
	font-family: Arial, Helvetica, sans-serif; 
	margin-bottom: 2px;
	}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	}

th {
	background-color: #9e0704;
	color: #FFFFFF;
	}
	
hr {
	line-height: 1px; 
	color: #9e0704; 
	font-size: 100%; 
	} 
	
a:link, a:visited, a:active{
	color: #095117; 
	}

a:hover {
	color: #0033CC;
	}

