body {
	background-color: #FFFFFF;
}
div.page {
	width: 100%;
	border-top: thin solid Green;
}
div.centertext {
	width: 100%;
	text-align: center;
}
div.lefttext {
	width: 100%;
	text-align: left;
}
div.colorbox {
	width: 100%;
	background-color: Green;
	color: White;
	padding-top: 1%;
	padding-bottom: 1%;
}
div.halfpagel {
	width: 45%;
	float: left;
	margin: 1%;
}
div.halfpager {
	width: 45%;
	float: right;
	margin: 1%;
}
div.sidemenu {
	width: 30%;
	background-color: #FDF5E6;	
	padding-left: 2%;
	padding-right: 2%;
	text-align: left;
	float: left;
	border-right: thin solid Green;
	border-left: thick solid Green;
	border-bottom: thick solid Green;
}
div.maintext {
	width: 60%;
	float: right;
	padding: 1%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
}
div.mainprice {
	width: 98%;
	padding: 1%;
	border: Gray;
	border-style: solid;
	border-width: thin;
	background-color: White;
}
div.printprice {
	width: 90%;
	margin-left: 4%;
	margin-right: 4%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}
div.terms {
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	margin-top: 2%;
	margin-left: 4%;
	margin-right: 4%;
	text-align: justify;

}
div.paypageback {
	background-color: #A9A9A9;
	width: 100%;
}
div.paypage {
   background-color: White;
   width: 84%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	margin-left: 10%;
	margin-right: 10%;
	padding: 3%;
	
}
div.bellowsback {
	width: 100%;
	background-image: url(bellows.jpg);
	background-repeat: no-repeat;
	background-position: center;
}	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
}
.greenhead {
	color: Green;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
}
.endmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bolder;
	color: Gray;
	text-align: center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
}
.xlargebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
}
.largebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
}

.medbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
}
.medboldital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
}
.lgebldital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
}
.smallnorm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
}
.smallbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
}
.smallitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: normal;
}
.smlbldital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
}

.xsmallbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}
.xsmallnorm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
}
.xsmallitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
}
.xxsmallsuper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: italic;
	font-weight: normal;
	vertical-align: super;
	text-decoration: none;
}
.colorback {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: White;
	background-color: Green;
	padding: 3px;
}
.reditalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: Red;
}
.reditalicbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: Red;
}
.rednormbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: Red;
}
a:link.noline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover.noline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: Blue;	
	text-decoration: none;
}
a:active.noline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: Blue;
	text-decoration: none;
}
a:visited.noline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:link.evansdesign {
	color: Black;
	text-decoration: none;
}
a:hover.evansdesign {
	color: Black;
	text-decoration: none;
}
a:active.evansdesign {
	color: Black;
	text-decoration: none;
}
a:visited.evansdesign {
	color: Black;
	text-decoration: none;
}
.imgright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;	
}
.imgleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;	
}
.img { 
  margin: 20px;
}
.imgthumb { 
  margin: 2px;
}	



























