body {
	margin: 0;
	padding: 0;
	text-align: center;
	background:url(../images/backgrndlight.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.5;
	color: #333;
}
a:link {
	color: #004890;
}
a:hover {
	color: #004890;
	text-decoration:none
}
a:visited {
	color: #004890;
}
a:active {
	color:#C5111a;
	text-decoration: none;
}
h1 {
	font-size: 130%;
	font-weight: lighter;
	color: #004890;
	margin-top: 10px;
	margin-bottom: -10px;
}
h2 {
	font-size: 110%;
	font-weight: bold;
	color: #004890;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
	background-image:url(../images/wrapper.gif)
}
#branding {
	width: 760px;
	height: 101px;
	background-image: url(../images/abwwebheader.gif);
	background-repeat: no-repeat;
}
#content img{
	border: none;
	float: right;
	padding-left: 5px;
}
#content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#content ol li{
	padding-left: 20px;
	line-height: 1.5em;
}
#content li.pdf{
	padding-left: 20px;
	line-height: 2em;
	background-image: url(../images/page_white_acrobat.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#content li.xl {
	padding-left: 20px;
	line-height: 2em;
	background-image: url(../images/page_excel.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#content li{
	padding-left: 20px;
	line-height: 1em;
}
#content li a{
	text-decoration: none;
}
#mainNav {
	float:left;
	width:100%;
	background:#0066CC;
	font-size:100%;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
      }
    #mainNav ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #mainNav li {
      display:inline;
      margin:0;
      padding:0;
      }
    #mainNav ul li a {
      float:left;
      background:url("../images/tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #mainNav a span {
      float:left;
      display:block;
      background:url("../images/tabrightH.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color: #6e7b8b;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #mainNav a span {float:none;}
    /* End IE5-Mac hack */
    #mainNav a:hover span {
      color:#C5111a;
      }
    #mainNav a:hover {
      background-position:0% -42px;
      }
    #mainNav a:hover span {
      background-position:100% -42px;
      }
	/*#home #mainNav .home a,
	#hinkler #mainNav .hinkler a {
	background-position: right bottom;
	background: #000099;
	color: #FF0000;
}*/
#content {
	width: 430px;
	float:left;
	text-align: left;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	border-right: 1px #CCC dashed;
}
#subcontent {
	width: 290px;
	float: right;
	padding-top:10px;
	text-align: left;
	padding-left:10px;
	}
#subcontent ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #006666;
	line-height: 40px;
	font-weight: bolder;
}
#subcontent p.morefeatures {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.4;
	font-weight: normal;
	padding-left: 30px;
	padding-right: 10px;
}
#footer {
	clear: both;
	font-size: 80%;
	text-align: left;
	border-top: 1px #CCC dashed;
	padding-top: 10px;
	padding-left: 10px;
	color: #bab8b8;
}
#footer a {
	text-decoration: none;
}
#footer a:link {
	color: #bab8b8;
}
#footer a:hover {
	color: #bab8b8;
	text-decoration: underline;
}
#footer a:visited {
	color: #bab8b8;
}
#footer a:active {
	color:#bab8b8;
}
.last {
		border-bottom: 1px #CCC dashed;
		padding-bottom: 15px;
}
.highlight {
	background: #B0C4DE !important;
}
