/* Start of CMSMS style sheet 'Print' */
/*
Sections that are hidden when printing the page. We only want the content printed.
*/

table td {
border:1px solid #000;
}

table.noborder td {
border:none;
}

* {
font-family: helvetica, arial;
}

h1, h2 {
font-size:24px;
text-align:center;
}

h2 {
font-size:20px;
border:1px dashed #000;
border-left:none;
border-right:none;
}

img {
max-width:600px;
margin:0 auto;
}

span.trademark {
font-variant:small-caps;
}

/* 
remove all width constraints from content area
*/
div#content,
div#main {
display:block !important;
width:100% !important;
}

/* hide everything else! */
ul.nav,
div#breadcrumbs,
a.print,
div#leftbar,
#top,
#pagenav,
p.date_modified,
div#footer a.right  {
   display: none !important;
}

#footer {
	position:relative;
	float:left;
	margin-top:20px;
	width:760px;
	clear:both;
	border-top:1px solid #577800;
	padding-top:10px;
}

#footer p {
	margin:0;
	line-height:1em;
}

div.support {
width:650px;
margin:0 auto;
}

#footer span.support {
	position:relative;
	float:left;
	font-size:10px;
	margin:0px 20px 0 0;
}

#footer a#top {
	position:relative;
	display:block;
	width:100px;
	clear:both;
	top:-10px;
	padding-top:12px;
	text-align:center;
	margin:0 auto;
	background:url('assets/images/arrow.jpg') no-repeat top center;
}

img#flower_inner, img.flag {
float:right;
margin-top:50px;
}

img.flag {
margin-top:-1.5em;
}
/* End of 'Print' */

