body{
	font: small/1.5em  Verdana, Helvetica, Arial, sans-serif;
	color: #072040;
	/*word-spacing: .1em;*/
}

/* ----- HEADINGS ----- */

h1, h2, h3, h4 {
	margin: .5em 0 0em 0;
font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	/*word-spacing: .1em;
	letter-spacing: .05em;*/
	}
h1{
	margin: .5em 0 .5em 0;
font-size: 1.6em;
font-weight: normal;
text-transform: uppercase;
color: #84BA46;
letter-spacing: .1em;
font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
}
h2{
font-size: 1.4em;
color: #0C2E59;
font-weight: normal;
}
h3{
font-size: 1.2em;
color: #0C2E59;
}
h4{
font-size: 1em;
color: #0C2E59;
}

/* ----- TABLES ----- */

th {text-align: right;
vertical-align: top;
}

td, th {line-height: 1.2em;}


table.tight td {
	padding: 0;
	line-height: .2em;
	}

table.form tr {
	border: 1px solid #000000;
}
/* ----- TYPOGRAPHY ----- */

p {margin: 0 0 1em 0;}

.formhint {
	font-size: 90%;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* ----- LINKS ----- */

a:link{
color: #84BA46;
}
a:visited{
color: #84BA46;
}
a:hover{
color: #91CE4F;
}
a:active{
color: #91CE4F;
}

/* ----- IMAGES ----- */

img{
border: 0px;
}
img a{
border: 0px;
text-decoration: none;
}
img a:hover{
border: 0px;
text-decoration: none;
}



/* ----- FOOTER ----- */


p#websiteby {
font-size: x-small;
margin: 0 0 .5em 0;
}
p#copyright {
font-size: x-small;
margin: 0 0 0 0;
text-align: center;
}

#footer p {margin: .3em 0 .3em 0;}

/* ----- CLASSES ----- */

.required {color:#990000;}

.price {
	margin-top: 6px;
	float: left;
	margin-right: 8px;
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F8E733;
	background-color: #7EAED9;
	padding: 5px;
}	


/* ----- SIDEBOX ----- */

.sidebox {
	background: #eee;
	border: 1px solid #3470BF;
	padding: 5px;
	line-height: 1.3em;
	margin-bottom: 1.5em;
	width: 178px;
	}
	
.sidebox h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #072040;
	margin: 0;
	padding: 0;
	font-weight: normal;
	}
.sidebox ul {
	margin: 3px 0 0 0;
	}
.sidebox p {
margin: 6px 0 3px 0;
}

/* ----- purchase ----- */

.purchase {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 8px;
	background-color: #7EAED9;
	padding: 1em;
	border: 1px solid #3470BF;
}	

