/* --------------------------------------------------------------------------------
	COLOR SCHEME: If you change colors here, you should change colors in the
				  WebMgr™ Site Design Section as well
			  
	Dark:			Dark Green (#000000)
	Medium:			Dark Gold (#FC7D0C)
	Medium Light:	Medium Light Green (#848484)
	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: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 12px;
	}
	
ul, ol {
	margin-bottom: 4px;
	} 
	
h1, h2, h3, h4, h5, h6 { 
	color: #233566; 
	font-family: Verdana, Helvetica, sans-serif; 
	}

h1, h2, h3 { 
	color: #233566; 
	}

h4, h5, h6 { 
	color: #a28a32; 
	}

th {
	background-color: #FC7D0C;
	color: #FFFFFF;
	}
	
hr {
	line-height: 1px; 
	color: #FC7D0C; 
	font-size: 100%; 
	} 
	
a:link, a:visited, a:active{
	color: #FC7D0C; 
	}

a:hover {
	color: #333333;
	}
