/* 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:arial; /* arial is nice to read ;) */
}

/* 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 {
display:block !important;
width:100% !important;
border:0 !important;
padding:1em !important;
}

/* hide everything else! */
/*div#header,
div#header h1 a,*/
div.breadcrumbs,
div#search,
div#menu_vert,
div#news,
div.right49,
div.left49,
div#sidebar,
div#logos,
div.testimonial1,
div.testimonial2,
div#testimonialA,
div#testimonialB,
div#testimonialC
  {
   display: none !important;
}

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

div#footer {
   clear: both;
   /* background-color: #575352; */
   background-color: #ffffff;
}

div#footer p {
   font-size: 0.8em;
   padding: 3px;
   text-align: center;
   margin: 0;
}

div#footer p a {
   /* border-bottom:1px dotted #89817F; */
   text-decoration: underline;
}

div#colorbar_top {
	width:600px;
	height:53px;
	margin-top:15px;
	background-color:#41317f;
	vertical-align:top;
}

div#slogan {
   padding-left: 30px;
   padding-top:15px;
   font-size: 18px;
   color: #fff;
   font-family:"Times New Roman", Times, serif;
   float:left;
   font-style:italic;
}

div#contact {
	margin-top:10px;
	padding-right:10px;
                padding-left: 5px;
	float:right;
	color:#fff;
       text-align: center;
     border-left: 1px dotted #fff;
    width:140px;
    font-size: 14px;
}

#thought_box {
	background:url(/userfiles/thought_top.gif) no-repeat top left;
	padding-top:14px;
	widht:394px;
}

#thought_content {
	background:url(/userfiles/thought_grad.gif) repeat-y left;
	width: 394px;
}

.thoughts {
        margin-right:30px;
	margin-left:30px;
	color:#FFFFFF;
       text-align: center;
}

#thought_bottom {
	background:url(/userfiles/thought_bottom.gif) no-repeat top left;
	padding-top:14px;
}

#photos {
	color:#FFFFFF;
	width:150px;
}

body {
   text-align:left;
   font-family:"Times New Roman", Times, serif;
   font-size: 14px;
   margin:1em;
}

div#content {
   color: #000000;
   font-size: 16px;
   margin-left:0px;
   padding-left:0px;
   padding-right:30px;
   /* width:580px;*/  Important
   width: 570px; /* minus 6px due to ie6 */
   text-align: justify;
}
/* End of 'Print' */

