body {
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-image: url(images/bg-body.gif);
	background-repeat: repeat-x;
	}
		
p {
	font-size: 90%;
	line-height: 150%;
	}
	
h1 {
	font-size: 120%;
	color: #2B5EAB;
	}
	
h2 {
	font-size: 100%;
	color: #2A8BBA;
	padding-top: 10px;
	}
	
h3 {
	font-size: 90%;
	color: #000;
	padding-top: 5px;
	}
	
#wrapper {
	width: 950px;
	background-repeat: repeat-y;
	background-image: url(images/wide-bodyBg.gif);
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	}
	
/* #banner {
	height: 125px;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	width: 950px;
	}
	*/
	
#banner { 
	display: block;
	width: 950px;
	height: 125px;
	background: url(images/banner.gif) no-repeat;
	margin-top: 0px;
	}

#banner a {
	text-decoration:none;
	}

.hide {
	visibility:hidden;
	}

#home { /* Home Link */
	float: left;
	position:absolute;
	width : 265px;
	height: 84px;
	margin-left: 14px;
	margin-top: 18px;
	}

/*top navigation */
	
#apNav {
	position:absolute;
	top:0px;
	width:950px;
	height:18px;
	z-index:1;
	}	

div#topnavcontainer {
	margin-right: 25px;
	vertical-align: top;
	}

div#topnavcontainer ul {
	text-align: right;
	font-size: 10px;
	padding-bottom: 2px;
	padding-top: 0px;
	padding-left: 0px;
	}

div#topnavcontainer ul li {
	display: inline;
	}
	
div#topnavcontainer ul li a {
	padding: 0px 7px 2px 7px;
	color: #666666;
	text-decoration: none;
	margin-right: -1px; /* the value has to be like the above but negative */
	}

div#topnavcontainer ul li a:hover {
	color: #000;
	}
	
/*main navigation */
	
div#navcontainer {
	background-color: #666666;
	background-image: url(images/bg-nav-up.gif);
	background-repeat: repeat-x;
	}

div#navcontainer ul {
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
	font-size: 14px;
	}

div#navcontainer ul li {
	display: inline;
	}
	
div#navcontainer ul li a {
	padding: 5px 40px 5px 40px;
	color: #333333;
	text-decoration: none;
	margin-right: -1px; /* the value has to be like the above but negative */
	}

div#navcontainer ul li a:hover {
	background-image: url(images/bg-nav-dn.gif);
	background-repeat: repeat-x;
	color: white;
	}

/* IE Fixes */

/* force hover on entire width of link */

* html #mainNav a {
	height: 1px;
	}
	
#image-panel {
	width: 950px;
	}
	
#content {
	padding: 15px 10px 15px 15px;
	}

#leftColumn {
	float: left;
	width: 610px;
	background-color: #E8E8E8;
	padding: 15px;
	margin-bottom: 15px;
	}

#rightColumn {
	margin: 0 0 15px 655px;
	padding: 15 px;
	} 
	
#wideColumn {
	width: 890px;
	background-color: #E8E8E8;
	padding: 15px;
	margin-bottom: 15px;
	}
	
#content ul {
	font-size: 90%;
	line-height: 150%;
	list-style-type: square;
	}	
	
#content li {
	margin-bottom: 5px;
	}
	
.list-indented {
	margin-bottom: 5px;
	margin-left: 30px;
	}		

h2 strong {
	color: red;
	}

a:link {
	text-decoration: none;
	color: #0000AA;
	}

a:visited {
	text-decoration: none;
	color: #666666;
	}

a:active {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

.fltrt {
	float: right;
	margin-left: 8px;
	}

.fltlft { 
	float: left;
	margin-right: 8px;
	}

.tanBox {
	background-color: #FDF7DF;
	text-align: left;
	padding: 15px;
	height: auto;
	width: 700px;
	font-size: 70%;
	}	

#footer {
	height: 50px;
	width: 950px;
	text-align: center;
	background-color: #CCCCCC;
	clear: both;
	}
	
#navFooter ul {
	padding-bottom: 5px;
	padding-top: 8px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 15px;
	width: 950px;
	font-size: 65%;
	line-height: 18px;	/* fixes Firefox 0.9.3 */
/*  text-transform: uppercase; */
	}

#navFooter ul li {
	display: inline;
	}

#navFooter ul li a {
	padding-left: 0px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #666666;
	text-decoration: none;
	}

#navFooter ul li a:hover {
	color: #000000;
	}

.textsmall {
	font-size: 12px;
	line-height: 1.3;
	color: #000;
	}

.footerText {
	font-size: 9px;
	line-height: normal;
	color: #000;
	text-align: center;
	padding-right: 100px;
	}
	
