/* Print Style Sheet */
@media print {
body {
	background:white;
	color:black;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
}
a, a:link, a:visited {
	color: #CC0000;
	font-size: 10pt;
	font-weight: bold;
}
h1 {
	font-size: 18pt;
	color: #CC0000;
}
h2 {
	font-size: 16pt;
	font-weight: bold;
	color: #CC0000;
}
h3 {
	font-size: 14pt;
	color: #CC0000;
	font-weight: bold;
}
.postTitle a {
	display: block;
	color: #00A4E9;
	font-size: 24pt;
	font-family: "trebuchet MS", trebuchet, sans-serif, "Century Gothic";
	font-weight: bold;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
small {
	font-size: 9pt;
	font-weight: bold;
	display: none;
}
#tel {
	font-size: 18pt;
	position: absolute;
	top: 200px;
	text-align: right;
	left: 500px;
	color: #CC0000;
}
#header h4 {
	font-size: 1.4em;
	width: 400px;
	position: absolute;
	top: 50px;
	left: 500px;
	color: #2E1C83;
}
#header h4 a {
	display: none;
}

#canvas {
	width: 92%;
	border: thin solid #000066;
	padding: 20px;
}
#header {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
}



/* ======================Main Print Styles=========================== */


.skip {
	display: none;
}
#nav {
	display: none;
}
#subNav {
	display: none;
}

#flashbanner {
	display: none;
}
#logo {
	padding-bottom: 20px;
}
#footer {
	font-family: "Arial Rounded MT Bold", Arial, Verdana;
	font-size: 10pt;
	color: #000000;
	text-align: center;
}
#bottomnav ul {
	display: none;
}
td, tr, th {
	padding: 10px;
	border: 1px solid #6600FF;
}
th {
	color: #FFFFFF;
	background-color: #000099;
}
