body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	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 */
	color: #333333;
}
.twoColFixLtHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #A1A1A1 url(imgs/graygrad-top.jpg) repeat-x;
	padding: 0px 0px;  /* 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 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* 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 */
	background: #8DC73F url(imgs/greengradient.jpg) repeat-x; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 10px;
	height: 100%;
	margin-top: 7px;
}
.twoColFixLtHdr #mainContent {
	margin: 10px 0px 0px 250px; /* the left 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;
} 
#greenbox {
	background-image: url(imgs/greenbox.gif);
	background-repeat: no-repeat;
	width: 780px;
	padding-top: 10px;
	background-position: right top;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
table.navbar {
	background-image: url(imgs/graygrad.jpg);
	background-repeat: repeat-x;
	font-family: "Myriad Pro", Verdana, Arial, sans-serif;
	font-size: 14px;
	height: 26px;
	vertical-align: middle;
	line-height: 26px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
.sublink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.sublink:link {
	color: #FFFFFF;
	text-decoration: none;
}
.linkintext:link {
	color: #003399;
	text-decoration: underline;
}
.linkintext:visited {
	color: #003399;
	text-decoration: underline;
}
.linkinleft:link {
	color: #0079c1;
	text-decoration: underline;
}
.linkinleft:visited {
	color: #0079c1;
	text-decoration: underline;
}
.current_link {
	color: #0079C1;
}
.wrap_left {
	float: right;
	margin-left: 10px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.wrap_right {
	float: left;
	margin: 0px 10px 5px 0px;
}
.bulletedlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-right: 40px;
	margin-bottom: 7px;
	list-style: disc inside;
}

.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;
}
.copyright {
	font-size: 10px;
	text-align: center;
}
.rrrr {
	font-size: 14px;
}
.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;
}
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 */
	font-family: "Myriad Pro Bold", Verdana, Arial, sans-serif;
	color: #0079c1;
}
h2 {
	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: 0px 20px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Myriad Pro Bold", Verdana, Arial, sans-serif;
	color: #0079c1;
}
h3 {
	margin: 0 0 0 10px; /* 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 */
	font-family: "Myriad Pro Bold", Verdana, Arial, sans-serif;
	color: #0079c1;
}
h4 {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-left: 10px;
	margin-right: 10px;
}
p {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-right: 30px;
}
#subproducts {
	background-color: #B5F6F9;
	width: 100px;
	visibility: hidden;
	position: absolute;
}
.bulletedlistsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	list-style: disc inside;
}
.style1 {
	color: #CBCBCB;
	font-size: 12px;
}
.style2 {color: #99CCFF}
.style4 {font-size: 12px}
.style5 {color: #FFFFFF}
.style10 {font-size: 10pt}
.style12 {font-size: 10pt; font-weight: bold; }
.style13 {
	font-size: 14pt;
	font-weight: bold;
}
input, textarea {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #336;
	border-left-color: #336;
	background-color: #D9DEE8;
	padding: 0.2em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #978EBA;
	border-bottom-color: #978EBA;
}
textarea {
	height: 8em;
}
input:focus, textarea:focus {
	background-color: #E5EBF4;
}
selector {
	width: 8em;
	margin-top: 0.8em;
	margin-left: 0.8em;
}
.style15 {font-size: 12pt; font-weight: bold; }
.h4_space {
	font: normal 12px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-right: 10px;
	margin-left: 10px;
}
.style18 {
	font-size: 11pt;
	line-height: 23px;
}
