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

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


/*To block the logo from view in browser that will print when printed*/	
#printpageinfo{
  display: none;
}


/*.pageborder is the page border - Yellow Border around page*/
.pageborder{
	background-color: #fcee3c;
}
/*.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: #1c45a1;

}
/*.pagemain is the color inside the page border with backgound image applied*/
.pagemain{
	background-color: #1c45a1;
	background: url(../images/background.gif);
}


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

/*Form CSS on contact.php page*/
.inputcss {
	font-family: "Comic Sans MS", Arial, sans-serif;
	background-color: #ccccff;	
	color: #000000;
}
.submitcss {
	background-color: #000066; 
	font-weight: bold; 
	color: #FFFFFF;
}
/*Contact Form*/
#contact{
	background-color: #1c45a1;
	background: url(../images/background.gif);
	color: #ffffff;
}

