body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	color: #000000;
	line-height: normal;
	background-position: left top;
	background-color: #00571E; 
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,22de4e+15,22de4e+30,1bd346+45,1bd346+60,008a28+75,00571e+90,004b14+100 */
background: #ffffff; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #22de4e 15%, #22de4e 30%, #1bd346 45%, #1bd346 60%, #008a28 75%, #00571e 90%, #004b14 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#22de4e 15%,#22de4e 30%,#1bd346 45%,#1bd346 60%,#008a28 75%,#00571e 90%,#004b14 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #ffffff 0%,#22de4e 15%,#22de4e 30%,#1bd346 45%,#1bd346 60%,#008a28 75%,#00571e 90%,#004b14 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#004b14',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	/* background-image: url(images/CC-bgGradientMedGreen.jpg);
	background-repeat: repeat-y;  */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #006666;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #header { 
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0px 12px 10px;
	margin: 0 0 0 0px;
}

.twoColFixLtHdr #mainContent { 
	background-color: #FFF;
	margin: 0 0 0 230px; /* the left (last) margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 12px 10px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 1px solid crimson;
	border-right: 0;
	border-bottom: 1px solid crimson;
	border-left: 1px solid crimson;
    -moz-border-radius: 12px 0px 0px 12px; /* Firefox */
	-webkit-border-radius: 12px 0px 0px 12px; /* Safari & Chrome */
    -ms-border-radius: 12px 0px 0px 12px; /* Internet Explorer */
    -o-border-radius: 12px 0px 0px 12px; /* Opera */
    border-radius: 12px 0px 0px 12px; /* W3C */ 
} 

.twoColFixLtHdr #footer { 
	padding: 10 20px; /* this padding could be set to match the left alignment of the elements in the divs that appear above it. */
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.Left-Indent {
	margin-left: 35px;
	width: 95%;
}

img.center { /* centering any image horizontally */ 
    display: block;
    margin-left: auto;
    margin-right: auto; 
	margin-top: 1px;
	margin-bottom: 7px;
	}

div.center { /* centering any DIV horizontally */ 
    display: block;
    margin: 0 auto;
 }

.centerinline{
	text-align: center;
	margin: 0 auto;
}

.image-center {
    text-align: center;
	margin: 0 auto;
	display: block;
	}

.image-left {
		float: left;
		repeat: no; 
		background-color: #FFF;
		border: 1px solid black;
		padding: 0px;
		margin: 0px 15px 0px 0px;
	}

.image-right {
		float: right;
		repeat: no; 
		background-color: #FFF;
		border: 1px solid black;
		padding: 0px;
		margin: 0px 0px 0px 15px;
	}
	
h1 {
	font-family: Book Antiqua, Times New Roman, serif;
	font-size: 24pt;
	font-weight: normal;
	color: #007F00;
}

h2 {
	font-family: Book Antiqua, Times New Roman, serif;
	font-size: 20pt;
	font-weight: normal;
	color: #9A14CC;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #B20059;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #007F00;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: strong;
	color: #007F00;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: strong;
	color: #0DFF96;
}


.navfontregular {  /* this class is for non-link text content in the Nav Side Bar */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #004000;
	line-height: normal;
}

.navfontlinks {  /* the color descriptor is covered by the a:link rule (for all links before any action)  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	top: 10px;
	text-decoration: none;
}

a:link {  /* for all anchor tag links prior to any action  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4319FF;
	text-decoration: none;
}

a:hover {  /* actions/properties upon hover  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4319FF;
	text-decoration: underline;
}

a:active {  /* upon clicking a link  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9A14CC;
	text-decoration: underline;
}

a:visited {  /* after using a link  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B25309;
	text-decoration: none;
}

.bodylinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/* Corners for top list item in Nav div */
.navTopItemCorners{
  border: solid 1px #066;
  border-bottom: none; 
  -moz-border-radius: 12px;
  border-radius: 12px;
}

/* Sides for middle list items in Nav div */
.navMiddleItemSides{
  border: solid 1px #066;
  border-top: none;
  border-bottom: none; 
  -moz-border-radius: 12px;
  border-radius: 12px;
}

/* Corners for bottom list item in Nav div */
.navLastItemCorners{
  border: solid 1px #066;
  border-top: none; 
  -moz-border-radius: 12px;
  border-radius: 12px;
}


/* STYLES FROM FLY-OUT MENU DOC - NEED TO RECONCILE WITH STYLES IN THIS DOC: */

/* To make older browser HTML5 aware */
    header, nav, aside, article, footer {
    display: block;
    }

/* Side menu bar */
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #006666;
    width: 200px;
	border: solid 1px #066;
    -moz-border-radius: 12px;
    border-radius: 12px;
	/* Use overflow:hidden; to show rounded corners: */
	}

/* Each list item inside vertical menu bar */
nav ul li {
    position: relative;
    z-index: 10;
}

/* Text and links down main navbar */
nav span, nav a {
/* Preload two background images */
    background: url(images/NavBoxGradientGrnWht1.jpg) repeat-x,
    	url(images/NavBoxGradientGrnWht2.jpg) repeat-x;
    text-decoration: none;
    outline: none;
    display: block;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
}

/* Span and Unvisited/visited links in vertical bar */
nav a:link, nav a:visited {
    background: url(images/NavBoxGradientGrnWht1.jpg) repeat-x;
    color: #006666;
}

/* Hovering over list item in vertical bar */
nav ul li:hover a, nav ul li:hover span {
    background: url(images/NavBoxGradientGrnWht2.jpg) repeat-x;
    color: #9A14CC;
}

/* flyout menu for each item in menu bar */
nav ul li ul {
    background: url(images/NavBoxGradientGrnWht1.jpg) repeat-x;
    box-shadow: 0 40px 40px -20px #3F3 inset;
    position: absolute;
    top: 0;
    left: 199px; 
    z-index: 11;
    width: 300px;
    visibility: hidden; 
}
 
/* Make flyout visible when hovering on menu bar item  */
nav ul li:hover ul {
    visibility: visible;
	display: block;
}

/* Individual list items in flyout menus */
nav ul li ul li {
    background: url(images/NavBoxGradientGrnWht1.jpg) repeat-x;
	width: 100%;
    float: none;
    height: 44px;
    line-height: 44px;
}

/* Links in flyout menus */
nav ul li ul li a, 
nav ul li ul li a:link, 
nav ul li ul li a:visited {
    background: none;
    display: block;
    text-align:left;
    text-indent:10%;
    width: 100%;
    height: 100%;
    color: #006666;
    text-decoration: none;
    outline: none;
}
/* Hover and active states in flyout menu */
nav ul li ul li a:hover, 
nav ul li ul li a:active {
    background: url(images/NavBoxGradientGrnWht2.jpg) repeat-x;
    color: #9A14CC;
	text-decoration: underline;
}

/* === END STYLES FROM FLY-OUT MENU DOC === */


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	line-height: normal;
	color: #000000;
}

.paragraph-regular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	color: #007F00;  /* Bright Medium Green */
	font-weight: bolder;
}

.paragraph-dim {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	color: #7e997a;  /* Medium Grey-Green */
	font-weight: normal;
}

.paragraph-smaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: normal;
	color: #004000;
}

.paragraph-larger {
	font-size: 11pt;
	line-height: normal;
	font-weight: bolder;
	color: #007F00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.p-plain-12pt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}

.soapnames {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: 600;
	color: #007F00;
}

.footer-links {  /* Adds line-height spacing to each line  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	line-height: 14pt;
}

.headingA {  /* darker hot-Crimson-pink  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #B20059;
}

.headingB {  /* bright pinkish-Purple  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 18pt;
	font-weight: bold;
	color: #9A14CC;
}

.headingC {   /* same as H2 - bright purple but with emphasis (italicized) */
	font-family: Book Antiqua, Times New Roman, serif;
	font-size: 20pt;
	font-weight: normal;
	font-style: italic;
	color: #9A14CC;
	margin:0 auto;
}

table {
	border-collapse: collapse;
	width: 500px;
	margin:0 auto; 
	}
	
th, td {
    border: 0px;
    padding: 15px 12px;  /* Apply cell padding */
	vertical-align:top;
    }

th, td p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	line-height: normal;
	vertical-align:top;
}

hr {
  width: 85%;
  height: 1px;
  color: #066;
  background-color: #066;
  border: 1;
  text-align: center;
  margin:0 auto; 
}

hr.gradientimage {
  width: 85%;
  height: 3px;
  color: #066;
  background-color: #066;
  background: url(images/Divider-gradientdkgrn.gif);
  border: 0;
  text-align: center;
  margin:0 auto; 
}

hr.hotpink {
  width: 85%;
  height: 1px;
  color: #FF007F;
  background-color: #FF007F;
  border: 1;
  text-align: center;
  margin:0 auto; 
}

hr.harvestOrange {
  width: 85%;
  height: 1px;
  color: #CC6514;
  background-color: #CC6514;
  border: 1;
  border-color: #CC6514;
  text-align: center;
  margin:0 auto; 
}

hr.yellow {
  width: 85%;
  height: 1px;
  color: #B6FF0D;
  background-color: #B6FF0D;
  border: 1;
  border-color: #B6FF0D;
  text-align: center;
  margin:0 auto; 
}

hr.purple {
  width: 85%;
  height: 1px;
  color: #9A14CC;
  background-color: #9A14CC;
  border: 1;
  border-color: #9A14CC;
  text-align: center;
  margin:0 auto; 
}



img.pageheader { /* centering and positioning the Header image for all pages */ 
    display: block;
    margin-left: auto;
    margin-right: auto; 
	margin-top: 10px;
	margin-bottom: 4px;
	padding: 0;
	}

img.divider { /* centering and positioning the Divider image for all pages */ 
    display: block;
    margin-left: auto;
    margin-right: auto; 
	margin-top: 0px;
	margin-bottom: 14px;
	padding: 0;
	}

/* all greenborderbox divs - USE FOR BOXING HEADINGS */
#greenborderbox{
  width: 80%;
  margin: 10px auto;
  padding:15px 25px;
  background-color:#FFF;
  border: solid 2px #066;
  -moz-border-radius: 15px;
  border-radius: 10px;
}

/* green-white gradient bg image box for Nav Sidebar divs */
.greengradientbox{
  background-image: url(images/NavBoxGradientGrnWht3.jpg);
  background-position: auto;
  background-repeat: repeat-y;
  background-color: #FFF;
  width: 90%;
  margin: 0px auto 5px auto;
  padding:5px 10px;
  border: solid 1px #066;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

/* all orangebox divs*/
#orangebox{
  width: 90%;
  margin: 35px auto;
  padding:10px 10px 10px 25px;
  background-color:#FFC;
  border: solid 1px #F93;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* all bluecornersbox divs */
#bluecornersbox {
  width: 75%;
  margin: 25px auto;
  padding: 20px 25px;
  background-color: #F8F8F8;
  border: ridge 2px #00F;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* all unordered lists in bluecornersbox divs */
#bluecornersbox ul{
list-style-type: none;
padding-left: 12em;
}
