/* Start of CMSMS style sheet 'Print' */
/*
Sections that are hidden when printing the page. We only want the content printed.
*/


body {
color: #000 !important; /* we want everything in black */
background-color:#fff !important; /* on white background */
font-family:Verdana, Arial, Helvetica, sans-serif;
border:0 !important; /* no borders thanks */
}

/* This affects every tag */
* {
border:0 !important; /* again no borders on printouts */
}

/* 
no need for accessibility on printout. 
Mark all your elements in content you 
dont want to get printed with class="noprint"
*/
.accessibility,
.noprint
 {
display:none !important; 
}

/* 
remove all width constraints from content area
*/
div#content,
div#main, div#mainhome {
display:block !important;
width:90% !important;
border:0 !important;
padding:1em !important;
}


/* hide everything else! */
div#translator,
div.breadcrumbs,
div#search,
div#toplinks,
div#pageimage,
div#announcements,
div#footer,
div#menu_vert,
div#news,
div.right49,
div.left49,
div#sidebar  {
   display: none !important;
}

img {
float:none; /* this makes images couse a pagebreak if it doesnt fit on the page */
}


div#header h1 {
display:block !important;
width:100% !important;
margin: 0px 0px 0px 1em;
font-family: Georgia, "Times New Roman", Times, serif; 
color: #AF0123; 
}


div#header h1 a {
font-family: Georgia, "Times New Roman", Times, serif; 
color: #AF0123; 
text-decoration: none;
}

/* TEXT STYLES FROM PAGE LAYOUT*/

div#content h2 {
	color: #AF0123; 
	font-size: 1.8em;
 font-weight: bold;
	text-align: left; 
	padding: 0px;
border-left: 0px;
	border-bottom: 1px solid #AF0123; 
        line-height: 1.5em;
    margin: 0 0 0.5em 0;
 font-family: Georgia, "Times New Roman", Times, serif; 
}

div#content h3 {
   color: #AF0123; 
font-weight:bold;
   font-size: 1.4em;
text-align: left; 	
padding: 10px 0px 1px 0px;
border-left: 0px;
border-bottom: 1px solid #AF0123; 
        line-height: 1.5em;
        margin: 0.5em 0 0.5em 0;
 font-family: Georgia, "Times New Roman", Times, serif; 
}
div#content h4 {
   color: #AF0123; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 1.5em 0 0 0;
padding:0px;
/* text-transform:uppercase;*/
font-family: Georgia, "Times New Roman", Times, serif; 
}
p {
   font-size: 1em;
   margin: 0.5em 0 1.5em 0; /* some air around p elements */
   line-height: 1.8em;
   padding: 0;
   
}
#hometext p {
   font-size: 0.9em;
   margin: 0.5em 0 0.75em 0; /* some air around p elements */
   line-height: 140%;
   padding: 0;
   
}

div#mainhome h4 {
   color: #AF0123; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin-top: 0.75em;
padding:0px;
/* text-transform:uppercase;*/
font-family: Georgia, "Times New Roman", Times, serif; 
}
/* End of 'Print' */

