/* --------------------------------------------------------------------------------
	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: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	color: #000000; 
	font-size: 14px;
	}
	
ul, ol {
	margin-bottom: 4px;
	} 
	
h1, h2, h3, h4 { 
	color: #663300; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-bottom: 2px;
	}

h5, h6 { 
	color: #535151; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-bottom: 2px;
	}

th {
	background-color: #663300;
	color: #FFFFFF;
	}
	
hr {
	line-height: 1px; 
	color: #663300; 
	font-size: 100%; 
	} 
	
a:link, a:visited, a:active{
	color: #663300; 
	text-decoration: none;
	}

a:hover {
	color: #535151;
	}
