/* ---------------------------------------------- /

   <SITE> 
   Print Stylesheet
   
   INDEX:
	   =LAYOUT=
	   =TYPOGRAPHY=
	   =IMAGERY=
	   =FORMS=
	   =LINKS=
	   =NAVIGATION=

/ ---------------------------------------------- */


/* ---------------------------------------------- /
                    =LAYOUT= 
/ ---------------------------------------------- */

#page {
	overflow: visible;
}
#content {
	padding-top: 20px;
	background-image: none;
}
#content,
#contentMain,
#contentSecondary {
	float: none;
}
#navMain,
#contentSecondary,
#navLocal,
#main,
#footer {
	display: none;
}
#contentMain {
	width: 600px;
	margin: 0 auto;
	padding-left: 0;
}

/* ---------------------------------------------- /
                  =TYPOGRAPHY=
/ ---------------------------------------------- */

#page {
	color: #fff;
}

/* ---------------------------------------------- /
                   =IMAGERY=
/ ---------------------------------------------- */


/* ---------------------------------------------- /
                    =FORMS= 
/ ---------------------------------------------- */


/* ---------------------------------------------- /
                    =LINKS= 
/ ---------------------------------------------- */

a:link {
	color: #8666b0;
	text-decoration: underline;
}
a[href^="http"]:after {
   content: " <" attr(href) ">";
}
a[href$=".pdf"] {
	padding-right: 0;
}


/* ---------------------------------------------- /
                  =NAVIGATION= 
/ ---------------------------------------------- */





