@import url(/images/css/mainpagenavbar-new.css);  

/* destyling */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
	}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
	}

a {color: #333333; text-decoration: underline;}
a:visited {color: #333333; text-decoration: underline;}
a:hover {color: #FF0000; text-decoration: underline; }

a img {
	border: none;
	}

/* three main areas */

#header {
	width: 790px;
	height: 241px;
	margin: 0;
	padding: 0;
	background-image:url(../global/header.gif);
	background-repeat: no-repeat;
	background-position:top;
	display: block;
	}

#content {
	width: 760px;
	margin: 0;
	padding: 0;
	display: block;
	margin-top: 30px;
	}

#footer {
	width: 760px;
	height: 75px;
	margin: 0;
	padding: 0;
	background-image:url(../global/footer.gif);
	background-repeat: no-repeat;
	text-indent: -100000px;
	display: block;
	position: relative;
	}
	
/* general styles */


p {  /*MAYBE CHANGE */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 12px;
	text-align: left;
	}

#footer a {
  display: block;
  float: left;
  margin-top: 35px;
  background-image: url(../main/main-navspacer.gif);
  height: 40px;
  width: 156px;
  text-decoration: none;
  }

.footerinfo {
  visibility: hidden;
  }


iframe#blurbbox
{
	height:	300px;
	width:	130px;
}

.clear {
	min-height: 1px;
	}

em.PaymentHeading
{
font-size: large; 
font-family: Papyrus; 
font-weight: bold;
}

em.PapyrusHeading
{
    font-size: large; 
    font-family: Papyrus; 
}

* html .clear {
	height: 1px;
	}


