/* Start of CMSMS style sheet 'Print' */
/* Print Stylesheet */


body, p, a, h1, h2, h3 {
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 */
font-size: 120%;
line-height: 20px;
}

/* This affects every tag */
* {
border:0 !important; /* again no borders on printouts */
}

remove all width constraints from content area
*/
div#content,
div#container,
div#container2
div#seo {
display:block !important;
width:100% !important;
border:0 !important;
padding:1em !important;


}

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

div#print {
	display: none;
	}

div#menu_vert {
	display: none;
}




div#header-in2 {
display: none;
	}	

div#header-in3 {
	display: none;
	}


div#left {
	float: left;
	width: 0px;
	color: inherit;
	border: 0 solid #eee;
	
	display: none;
	
	}

div#left-in {
		padding: 0px;
		display: none;
	}
	
div#right {
        float: right;
        padding: 10px;
	width: 250px;
	border: 1 solid #eee;
	}

div#right2 {
	
	}


div#footer-wrap {
	
	}
		
div#footer-in {
			
	}

div#extratext {
        	display: none;
	}	



#box {
	
}

#boxrow {

}

#boxheader {
	
}

#boxheader a {
	
}

#boxcontent {
	
}

#boxcontent img{
	
}


/* >>> SUB CONTAINERS <<< */
div.box {
	}


	
/* >>> LISTS <<< */
ul#nav-left, ul#nav-right {
	list-style: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	}
	
ul#nav-left li, ul#nav-right li {

	display: none;
	
	}

ul#nav-left li a, ul#nav-right li a {
		display: none;
	}




ul#nav-top {
	display: none;
	}
	


ul#nav-footer {
	display: none;
	}


ul.list {
	margin: 20px 30px;
	font-size: 90%;
	line-height: 20px;
	}









/* End of 'Print' */

