/* Start of CMSMS style sheet 'Print' */
body {
color: #000 !important; /* we want everything in black */
background-color:#fff !important; /* on white background */
font-family:arial; /* arial is nice to read ;) */
border:0 !important; /* no borders thanks */
}

/* This affects every tag */
* {
background: none!important
}

/* 
remove all width constraints from content area
*/
div#content, div#bodyText, #container, #homepageBoxes, #supportUs {
width:100% !important;
min-height: auto!important;
height: auto!important;
padding-bottom: 0
}

/* hide everything else! */
#header, #footerLegal, #footerSearch, #footerSupporters,
#subNav, object, #homepageBox3, #homepageBoxes ul  {
   display: none !important;
}

#content {
padding-top: 170px
}

#home #content {
padding-top: 140px;
padding-bottom: 0;
}

#bodyText {
padding-top: 20px;
border-top: 2px solid #000
}

h1, h2, a, h3 {
color: #000!important
}

#homepageBoxes h2, #homepageBoxes h2 a {
text-indent:0;
height: auto;
width: auto
}

#homepageBoxes h3, #homepageBoxes p {
padding-left: 0
}

#homepageBox1, #homepageBox2 {
float: none;
border-top:  1px solid black;
padding: 20px 0;
margin: 0;
width: auto
}

#supportUs {
border-top:  1px solid black;
border-bottom: 2px solid #000;
padding: 20px 0
}

#supportUs h2, #supportUs h3 a {
text-indent: 0;
width: auto;
height: auto
}

#supportUs p {
margin: 0;
padding: 0
}

#supportBox1, #supportBox2, #supportBox3, #supportBox4 {
float: none;
width: auto
}

#headerImage h1 {
width: auto!important;
height: auto!important;
}

#headerImage h4 {
text-indent: 0!important;
font-family: Georgia!important;
font-size: 3em!important;
width: auto!important;
height: auto!important;
}

#home #headerImage h4 {
width: 100%!important;
border-bottom: 2px solid #000;
padding-bottom: 20px;
display: block;
text-align: left!important
}

#footer {
border-top: 2px solid #000;
	position: relative!important;
	color: #000!important;
	text-align: left!important;
	height: auto!important;	
width: 100%!important;
text-align: left!important
}

#home #footer {
border-top: 0
}

#footerContent {
width: auto!important;
height: auto!important
}

img {
float:none; /* this makes images cause a pagebreak if it doesnt fit on the page */
}

.iconBig a {
padding: 0
}

ul .pdf a {
padding-left: 0!important
}
/* End of 'Print' */

