/* SECTION FOR PADDING */
/* 10px left padding for index.html and the notecard pages */
.toppaddingcontent {
	padding-left: 10px;
	}
	
/* 10px left, top, right, and bottom padding for about.html and ordering.html */
.mainpaddingnav {
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	}

/* 10px right padding and font specifications for ordering.html */
.mainpaddingleftcell {
	padding-right: 10px;
	line-height: 130%;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	}

/* 10px right padding and font specifications for ordering.html */
.mainpaddingrightcell {
	padding-left: 10px;
	line-height: 130%;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	}

/* 6px top padding, 16px right padding and 8px bottom padding for the top navigation of the index.html and notecard pages */
.toppaddingnav {
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 8px;
	}
	
/* 30px top and 45px left padding for the larger images on the index.html and notecard pages */
.toppaddinglgimg {
	padding-top: 30px;
	padding-left: 45px;
	}

/* 6px top padding and 16px left padding for the title graphic of ordering.html and about.html pages */
.toppaddingtitle {
	padding-top: 6px;
	padding-left: 10px;
	}


/* SECTION FOR BACKGROUND COLORS */
/* green background */
.greenbkg {
	background-color: #18AAAD;
	}

/* order form green background */
.ofgreenbkg {
	background-color: #18AAAD;
	line-height: 130%;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	}

/* black background */
.blackbkg {
	background-color: #000000;
	}
	
/* yellow background and 10px left and top padding for the yellow boxes */
.yellowbkg {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-image: url(../../images/sumtextb.jpg);
	}
	
/* blue background */
.bluebkg {
	background-color: #006699;
	}
	
/* SECTION FOR FONTS */
/* 12px green, bold verdana */
.largegreentext {
	line-height: 130%;
	color: #9933CC;
	font-weight: bold;
	font-size: 16px;
	font-family: verdana, arial, helvetica, sans-serif;
	}

/* 12px verdana */
.nctext {
	line-height: 130%;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	}

/* 10px verdana */
.ncsubtext {
	line-height: 130%;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	}

/* 14px bold verdana */
.largeboldtext {
	line-height: 130%;
	font-size: 14px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	}

/* 12px green, bold verdana */
.oflargegreentext {
	line-height: 130%;
	color: #18AAAD;
	font-weight: bold;
	font-size: 14px;
	font-family: verdana, arial, helvetica, sans-serif;
	}

/* 14px blue, bold verdana */
.largebluetext {
	color: #006699;
	line-height: 130%;
	font-size: 14px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	}

/* bold font for ordered lists */
.numlist {
	font-weight: bold;
	}


/* SECTION FOR LINKS */
/* text links */
.nctext a:link {
	text-decoration: underline;
	color: #0066CC;
	}
.nctext a:visited {
	text-decoration: underline;
	color: #0066FF;
	}
.nctext a:hover {
	text-decoration: underline;
	background-color: #0066CC;
	color: #FFFFFF;
	}
.nctext a:active {
	text-decoration: underline;
	color: #00CC66;
	xbackground-color: none;
	}



/* SECTION FOR BORDERS */
/* black border for the order form */
.blackbrdr {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	}
	
/* black right border for the order form */
.blackrightbrdr {
	border-right-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	}

/* black lines for the order form table */
.blackbtmbrdr {
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	line-height: 130%;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	}

/* black border for the signature line for the order form */
.blacksigline {
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}
	
