body {
	background-image: url(img/page-bg.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #666666;
	font-family: verdana, trebuchet ms, arial;
	font-size: 10px;
	color: #666666;
	
}

a img{
	border: 0px;
}

img {
	border: 0px;
}

ul {
	margin: 0px 0 0px 30px;
	padding:0;
	}

ul li {
	  list-style-image: url(img/li-arrow.gif);
	  
}

.textfield {
	font: normal 10px verdana, sans-serif;
	background-color: #f8f8f8;
	border: 1px solid #ccc;
	padding: 2px;
	}

#results .textfield, #faq .textfield {
	width: 175px;
}






blockquote {
	font: normal 12px/15px georgia, times, serif;
	color: #006950;
	padding: 13px 10px 10px 20px;
	background-image: url(/img/quote.gif);
	background-postition: top left;
	background-repeat: no-repeat;
	margin:0;
}

td.whitebg{
	background-image: url(img/white-spacer.gif);
	background-repeat: repeat;
}

h1{
	font: normal 19px/22px georgia, times, serif;
	color: #006950;
	margin: 5px 0 3px 0;
	padding:0;
	
}

h2{
	font: normal 13px/15px georgia, times, serif;
	color: #498189;
	margin: 0 0 10px 0;
	padding:0;
 
}

h3{
	font-family: verdana, trebuchet ms, arial;
	color: #006950;
	font-size: 12px;
	margin: 5px 0 3px 0;
}

h4{
	font-family: verdana, trebuchet ms, arial;
	color: #006950;
	font-size: 10px;
	margin: 5px 0 2px 0;
	background: url(/img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding: 0 0 0 15px;
}

h4 a, h4 a:link, h4 a:active, h4 a:visited{
	color: #498189;
	text-decoration: underline;
}

h4 a:hover {
	color: #006950;
	text-decoration: underline;
}

.sidebarcontent_header {
	font-family: verdana, trebuchet ms, arial;
	font-size: 9px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
	color: #485354;
}

.sidebarcontent  {
	font-family: verdana, trebuchet ms, arial;
	font-size: 9px;
	padding-left: 15px;
	padding-right: 15px;
	color: #485354;
}

.maincontent, .maincontent p {
	font: 10px/15px verdana, trebuchet ms, arial;
	color: #333;
	margin:0 0 8px 0;
	padding:0;
}

.rightsidecopy, .rightsidecopy p {
	font-family: verdana, trebuchet ms, arial;
	font-size: 9px;
	line-height: 13px;
	color: #666;
	margin: 0px 0 5px 0px;
	padding:0;
}

.footer, .footer p{
	font-family: verdana, trebuchet ms, arial;
	font-size: 9px;
	color: #6A6A6A;
	line-height: 12px;
	margin:0 0 3px 0;
}
.footer {
	padding: 10px 0;
	border-top: 1px solid #E5E5E5;
	margin-top: 10px;
	}

.footer a, .footer a:link, .footer a:active, .footer a:visited{
	font-family: verdana, trebuchet ms, arial;
	font-size: 9px;
	color: #498189;
	text-decoration: none;
}

.footer a:hover{
	font-family: verdana, trebuchet ms, arial;
	font-size: 9px;
	color: #498189;
	text-decoration: underline;
}

.divider {
	height:5px;
	border-top: 1px #E5E5E5 solid;
	margin-top: 10px;
	}


a, a:link, a:active, a:visited {
	color: #498189;
	text-decoration: none;
}

a:hover {
	color: #498189;
	text-decoration: underline;
}

a.sitemapbold{
 color: #485354;
 font-weight: bold;
}

a.sitemaplight{
 color: #485354;
 font-weight: normal;
}

.greyline{
	background-color: #E5E5E5;
}
<!-- faq styles -->

.faqline{
	background-color: #B5B7AA;
}

.faqrow2{
	border-bottom: 1px solid #E5e5e5;
	background-color: #fff;
	padding:2px 0 2px 5px;
}

#faq .maincontent h4 {
	border-bottom: 1px solid #e5e5e5;
	padding:0 0 5px 15px;
	margin: 16px 0 0px 0;
}


<!-- left sidebar -->

.left_row{
	background-color: #DCEDF0;
}

.left-row-bg{
	background-image: url(img/left_bg.jpg);
	background-repeat: no-repeat;
}


<!-- end left sidebar -->

 nav css 

#container {
	position: absolute;
	width: 557px;
	height: 22px;
	padding: 5px;
	margin: 0;
}

#menu {
	position: absolute;
	top: 14px;
	left: 183px;
	width: 557px;
	height: 22px;
	margin: 0;
	padding: 0;
	display: inline;
	overflow: hidden;
	list-style: none;
}

#menu LI {
	margin: 0;
	padding: 0;
	display: inline; /* duplicated for IE 5/Win */
	list-style-type: none; /* duplicated for IE 5/Win */
}

#menu A {
	float: left;
	height: 0px !important;
	height /**/:22px; /* IE 5/Win hack */ 
	padding: 22px 0 0 0;
	overflow: hidden;
}

#menu A:hover {
	background-position: 0 -22px;
}

#menu A:active, #menu A.selected {
	background-position: 0 -44px;
}

#home #homenav,
#products #productsnav,
#download #downloadnav,
#system #systemnav,
#esupport #esupportnav,
#faq #faqnav,
#results #resultsnav,
#sitemap #sitemapnav,
#contact #contactnav {background-position: 0 -44px;}

#item0 A {
	width: 34px;
	background: url(img/navigation-01.gif) top left no-repeat;
}

#item1 A {
	width: 68px;
	background: url(img/navigation-02.gif) top left no-repeat;
}

#item2 A {
	width: 74px;
	background: url(img/navigation-03.gif) top left no-repeat;
}

#item3 A {
	width: 83px;
	background: url(img/navigation-04.gif) top left no-repeat;
}

#item4 A {
	width: 71px;
	background: url(img/navigation-05.gif) top left no-repeat;
}

#item5 A {
	width: 47px;
	background: url(img/navigation-06.gif) top left no-repeat;
}

#item6 A {
	width: 59px;
	background: url(img/navigation-07.gif) top left no-repeat;
}

#item7 A {
	width: 60px;
	background: url(img/navigation-08.gif) top left no-repeat;
}

#item8 A {
	width: 61px;
	background: url(img/navigation-09.gif ) top left no-repeat;
}
 
div.notices {
	margin: 0;
	margin-bottom: 10px;
	padding: 5px 10px;
	background-color: #daf0e9;
	border-top: 1px solid #54b897;
	border-bottom: 1px solid #54b897;
}

div.notices span {
	font-weight: bolder;
	font-size: 9pt;
}
div.notices ul {     list-style: none;
     background: none;
     list-style-type: none;
     padding-top: 5px;}

div.notices ul li {
	padding: 0 0 5px 0;
	margin: 0;
	list-style-type: none;
}
