body {
	background: #FFFFFF url(../images/bkgd.gif) left;
	font-family: "Verdana", san-serif;
	font-size: 11px;
	margin: 16px 15px 0px 15px;
	padding: 0px;
	color: #333333;
}


/* Page */
#page {
	width: 920px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

.aboutIntro {font-size: 13px;}

.adobeReaderHeader {font-size: 13px; font-weight:bold;}
.adobeText {font-size: 11px;}
.adobeText a:link {color: #333333; text-decoration: underline;}
.adobeText a:hover {text-decoration: none;}


/* Navigation */
#navigation {
	width: 309px;
}

/* Form Styles */
.asterix {color: #e8aa02;}
.submitBtn {
	font-weight: bold;
	color: #333333;
	background-color: #7CCCE8;
}

/* Homepage Photo */
.homePhoto {
	background-image: url(../images/homeBkgdPhotoAdam.jpg);
	background-repeat: no-repeat;
}


/* Product Sub Navigation */
.productSubNav {
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 13px;
}
.productSubNav a:link, a:visited, a:active {
	color: #333333;
	text-decoration: underline;
}
.productSubNav a:hover {text-decoration: none;}

.productList {
	margin: 0px;
}

.itemFree {
	color: #FF0000;
	font-weight: bold;
}

/* Footer */
.footerHead {font-size:14px;}

.footer a:link, .footer a:visited, .footer a:active {
	color: #e8aa02;
	text-decoration:underline;
}

