/* CSS Print Document */


h3 {color:#000000;  }
h4{ color: #000000;}

a {color: #000000;}

@media print {TABLE.noprint, DIV.noprint {display:none} }

.outer {

	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
}

.float-wrap {
float: left;
width: 662px;       /*** Same length as left column width ***/
}

.left {
float: left;
width: 173px;
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
}

.wide {
background-color: #ffffff;    /* header and footer colours */

}

/* Mozilla bug fixes */
html>body .inner, html>body .float-wrap {
	border-bottom-color: #ffffff;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 5px 0px 0px 5px;
	padding: 5px;
	font-size: 90%;
	color:#000000;
	list-style:none;
	border-color: #7C7B00;
	border-width: 2px;
	left: 0px;
	top: 80px;
	width: 63px;
	height: 215px;
}
#sectionLinksTop{
	display: none;
}
#sectionLinks h3{
	 	color: #000000;
}

#sectionLinks h4{
	color:#000000;
}


#sectionLinks a:hover{
	color: #000000;
}
/************* #globalNav styles **************/

#globalNav{
	background-color: #ffffff;
}


#globalNav a {
	color: #000000;
}

/************* #siteInfo styles ***************/

#siteInfo{
	background-color: #ffffff;
	color:#000000;
}
