html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body  {
	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: #000000;
	background-color: #96C7E7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
h1 {
	color: #666666;
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
}
h2 {
	color: #666666;
	font-size: 1em;
	margin-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h3 {
	color: #F78321;
}
h4 {
	color: #713C00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-bottom: -1em;
}
h5 {
  color: #fff5cc;
}
h6 {
	color: #999999;
	font-size: 12px;
	font-style: italic;
}
#navigation {
	font-size: 90%;
	text-align: center;
	background-position: center;
	vertical-align: top;
	width: 756px;
	margin-left: 10px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0px;
}

#navigation a:link, #navigation a:visited {
	color: #000000;
	background-color: #66ACDA;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.05em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	text-align: center;
	width: 108px;
	letter-spacing: 0.07em;
	float: left;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navigation a:hover {
	color: #FFFFFF;
	background-color: #0075C2;
}

#navigation li {
  display: inline;
}
#navigation    li.current a   {
	color: #F4CF1E;
	font-weight: bold;
	background-color: #0075C2;
}

* html #navigation a {
  width: 100%;
}
.twoColFixLtHdr #container {
	width: 781px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/shadow-bg.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	background-image: url(images/shadow-bg.jpg);
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.twoColFixLtHdr #footer {
	text-align: center;
	width: 781px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
	margin-bottom: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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;
	margin-bottom: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
}
.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;
}
table.servicesT
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #404040;
	width: 475px;
	background-color: #fafafa;
	border: 1px solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;
	border-color: #FF9900;
}


table.servicesT td.servHd
{
	border-bottom: 2px solid;
	background-color: #FF9900;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	border-color: #FF9900;
}


table.servicesT td
{
	border-bottom: 1px dotted;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #404040;
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 3px;
} 

.servBodL {
	border-left: 1px dotted;
	border-color: #FF9900;
}

