/*
Print Style Sheet for Ahhh, Finally
Created 03/2008 
Ridge Avenue Design
*/
body {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}
body, p, table, td, th, textarea{
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 11pt;
	color: #000000;
	background-color: #ffffff;
	/*line-height: 12pt;*/
}
	
a{
	color:#000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

h1{
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 11pt;
	color: #fcee3c;
	text-align: center;
}


/*.pageborder is the page border - Yellow Border around page*/
.pageborder{
	background-color: #ffffff;
}
/*.pagepql is the interior part of the pages set up for a quick loading page with the border color so yellow does not persist on slow loading pages*/
.pageql{
	background-color: #ffffff;
}
/*.pagemain is the color inside the page border with backgound image applied*/
.pagemain{
	background-color: #ffffff;
}


.footer A {
	text-decoration: underline;
}

/*Footer*/
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	color:#000000;
}
.footer A:ACTIVE {
	color: #000000;
}
.footer A:HOVER {
	color: #000000;
}
.footer A:LINK {
	color: #000000;
}
.footer A:VISITED {
	color: #000000;
}

/*Main body text to diplay*/
.mainbody {
background-color: #ffffff;
border: none;
/*display:inline;*/
width: 100%;
padding: 0;
margin: 0 auto;
}

/* Don't display anything that doesn't need to be displayed */
#nav,#header,#subheader,#splash,#contact
{
display: none;
} 

/*Print logo but do not diplay in browser*/
#printpageinfo{
  display: block;
  font-size: larger;
  text-align: center;
  font-family: "Comic Sans MS", Arial, sans-serif;
  color: #000066;
}
