body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #6b6b6b;
	text-align: center;
}
#wrapper {
	width: 910px;
	margin: 10px auto 0 auto;
	padding-bottom: 20px;
	background: #fff url(../images/grid16.gif) top left no-repeat; 
	background: #fff url(../images/bannertop.jpg) top left no-repeat; 
	/*background: #fff; */
	/* Fix IE5 */
	text-align: left;
}


/*=================================== BANNER =============================================*/
#banner {
	position: relative;
	width: 890px;
	margin-left: 10px;
	height: 115px;
	color: #000;
	/*background: #fff; */
}
#banner .aPostitionedGraphic {
	position: absolute;
	right:0;
	top: -10px;
}
#banner #logo {
	float: left;
	margin: 20px 15px 0 3px;
	border: 0;
}
/* Fix IE6 and earlier - double margin bug rightcolH */
* html .logo {
	display: inline;
}
/*=================================== MAIN NAV =============================================*/
#mainnav {
	float: right;
	margin: 5px 10px 10px 10px;
}
* html #mainnav {
	display: inline;
}
#mainnav ul {
	list-style-type: none;
	width: 890px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#mainnav ul li {
	float: left;
	width: 170px;
	margin-right: 10px;
	background:url(../images/navbg.jpg) top left repeat-x;
}
#mainnav ul li.sel, #mainnav ul li.lastsel {
	padding-top: 21px;
	padding-bottom: 16px;
	background:url(../images/navbg_over.jpg) top left repeat-x;
	color: #fff;
}
#mainnav ul li.last, #mainnav ul li.lastsel {
	margin-right: 0;
}
#mainnav ul a {
	width: 170px;
	padding-top: 21px;
	padding-bottom: 16px;
	display: block;
	background:url(../images/navbg.jpg) top left repeat-x;
	text-decoration: none;
	color: #fff;
	font-size: 1.0em;
}
#mainnav ul a:hover {
	background:url(../images/navbg_over.jpg) top left repeat-x;
}
#mainnav ul a.services {
	background:url(../images/navbg_over.jpg) top left repeat-x;
}


	
/*=================================== LEFT COL =============================================*/
#leftcol {
	float:left;
	width: 170px;
	margin-left: 10px;
}
/* ie fix */
* html #leftcol {
	display: inline;
}

/*=================================== SIDE NAV =============================================*/
ul.sidenav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 170px;
}
ul.sidenav li {
	font-size: 0.9em;
	background: url(../images/sidenav.jpg) bottom left no-repeat;
	background: url(../images/sidenav2.jpg) bottom left no-repeat;
	
}
ul.sidenav li.selected {
	color: #fd9e08;
	padding: 10px 0;
}
ul.sidenav li.title {
	background-color: #F0F2E1;
	border-top: 2px solid #A0A020;
	border-bottom: 1px solid #A0A020;
}
ul.sidenav li h3 {
	padding: 2px 0 2px 20px;
	margin: 0;
	font-size: 0.9em;
	color: #666600;
}
ul.sidenav a {
	padding: 10px 0;
	margin-left: 0;
	display: block;
	background-color: transparent;
	text-decoration: none;
	color: #6f712b;
}
ul.sidenav li a:hover {
	color: #fd9e08;
}
/* Fix IE6 and earlier - full clickable <a> */
* html ul.sidenav a { height: 1px}

/*=================================== MAIN =============================================*/
#maintext {
	margin-left: 190px;
	margin-right: 190px;
	color: #6f712b;	
	margin-bottom: 30px;
	line-height:125%;
}
#maintext h1 {
	font-size: 1em;
	border-bottom: 1px solid #6f712b;
	margin-top: 0; /* this ensures maintext in line with rhs and lhs columns */
}
#maintext h2 {
	font-size: 0.9em;
	padding-bottom: 0;
	margin-bottom: 0;
}
#maintext h3 {
	font-size: 0.9em;
	padding-bottom: 0;
	margin-bottom: 0;	
}
#maintext p {
	font-size: 0.9em;
}
#maintext ul, #maintext ol {
	font-size: 0.9em;
}
#maintext ul ol {
	font-size: 1.0em;
}
#maintext img {
	padding: 2px;
	border: 1px solid #000;
}
#maintext a {
	text-decoration:underline;
	color: #6f712b;
}
#maintext a:hover {
	text-decoration:none;
	color: #fd9e08;
}

/*=================================== RIGHT COL =============================================*/
#rightcol {
	width: 170px;
	float: right;
	/*margin-right: 10px; */
}
/* Fix IE6 and earlier - double margin bug rightcol */
* html #rightcol {
	display: inline;
}
/*=================================== FOOTER =============================================*/
#footer {
	position: relative;
	clear: both;
	width: 910px;
	padding: 3px 0;
	margin: 0 auto;
	background: url(../images/wrapperbot.gif) top left no-repeat;
}
#footer p {
	color: #fff;
	font-size: 0.75em;
	text-align: center;
	padding: 0;
	margin: 0;
	padding-top:8px;
}
#footer img.icai {
	position: absolute;
	top: -50px;
	left: 10px;
	border: 0;
}
#footer p#create {
	text-align: left;
	font-size: 0.7em;
	color: #CCCCCC;
}
#footer p#create a {
	color: #ccc;
}
#footer p#create a:hover {
	color: #6b6b6b;
	background: #ccc;
}
/*=================================== GENERAL =============================================*/
h3.firstitem, p.firstitem {
	margin-top: 0;
	padding-top: 0;
}
