html {
    overflow-y: scroll;
}

body {
	background: #F8F8F8 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; color: #CCC;}
.adobeText {font-size: 11px; color: #CCC;}
.adobeText a:link {color: #FFF; text-decoration: underline;}
.adobeText a:hover {text-decoration: none;}


/* Navigation */
#navigation {
	width: 309px;
}

/* Form Styles */
.asterix {color: #e8aa02;}
.submitBtn {
	font-weight: bold;
	color: #fff;
	background-color: #003399;
}

/* Homepage Photo */
.homePhoto {
	background-image: url(../images/homeBkgdPhotoAdam.jpg);
	background-repeat: no-repeat;
	text-align: center;
}


/* Product Sub Navigation */


.productSubNav {
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 13px;
	padding-left: 4px;
}

}
.productSubNav a:active {
	color: #FF9933;
	text-decoration: none;
}

.productSubNav a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.productSubNav li { 
	color: #FFFFFF; 
	margin-top: 1em;
}

}

.productSubNav li a:active { 
	color: #FF9933; 
}

.productSubNav a:hover {text-decoration: none; color: #FF9933;}

.productList {
	margin: 0px;
}

.itemFree {
	color: #FF0000;
	font-weight: bold;
}

/* Footer */
.footerHead {font-size:14px;}

.footer a:link, .footer a:visited, .footer a:active {
	color: #FF9933;
	text-decoration:underline;
}
.productheading {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	font-style: normal;
}

