@charset "UTF-8";

/* Copyright Anchor Technology. All Rights Reserved. */

/* $Id: /common/styles/print.css,v 1.00 2007-09-12 $ */


/*  ****************  Style TOC  ****************  */
/** 01: Hidden style
/** 02: Position control
/** 03: Misc
/*  *********************************************  */


* {
	color: black !important;
} 

/* =============================================== */
/** 01: Hidden style
/* ----------------------------------------------- */


#header ul,
#nav,
#content #sub,
#footer ul {
	display: none !important;
}


/* =============================================== */
/** 02: Position control
/* ----------------------------------------------- */


#header .logo {
	margin-left: 0 !important;
}


#content #main {
	width: 100% !important;
	float: none !important;
}

#content #main p,
#content #main ul,
#content #main ol,
#content #main dl,
#content #main h3 {
	margin-right: 0 !important;
}

#content #main .columnGroup .column2 p,
#content #main .columnGroup .column2 ul {
	width: auto !important;
}

#content #main .columnGroup .column1 {
	float: left !important;
	width: 49% !important;
}

#content #main .columnGroup .column2 {
	float: left !important;
	width: 49% !important;
}


/* =============================================== */
/** 03: Misc
/* ----------------------------------------------- */


#content #main dd {
	border-bottom: none !important;
}

#footer address a {
	color: black !important;
	text-decoration: none !important;
}

#content #main a.outResourse {
	margin-right: 0 !important;
	padding-right: 0 !important;
	background: none !important;
}

#content #main .hilite {
	border: 1px solid silver !important;
}

