	/*this section defines the body*/
body,td{color: Black;
	background-color: #DEB887;
	background-image: url(images/misc/background-clefs.jpg);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: larger;
	text-align: left;
	}
		/*this section for the sake of Netscape defines the table body*/
td {text-align: center;
	}
	/*this section does the link rollovers*/
a { color: Black; text-decoration: none;
    }
a:link { color: Black; text-decoration: none;
    }
a:visited { color: Navy; text-decoration: none;
    }
a:hover { color: Navy; text-decoration: underline;
    }
a:active { color: Navy; text-decoration: none;
    }

	/*this section defines the 6 heading levels,some commented out allowing for future expansion*/
h1 { font-size: larger;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		background-color: Black;
		color: Silver;
		text-align: center;
	}
h2 { font-size: larger;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
h3 { font-size: medium;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
h4 { font-size: medium;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	}
/*h5 {
	
}*/
/*h6 {
	
}*/

/*Defining various paragraph formats*/
p.right {font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-align: right;
	}
p.just {font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-align: justify;		
	}
p.textlink {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	font-weight: normal;
	font-variant: small-caps;
	font-style: normal;
	}
	p.salespitch {font-family: "Courier New", Courier, monospace;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	font-variant: small-caps;
	font-style: normal;
	letter-spacing: 1px;
	}
p.headinfo {font-family: "Times New Roman", Times, serif;
	font-size: smaller;
	text-align: center;
	font-weight: normal;
	font-variant: small-caps;
	font-style: normal;
	}
p.headinfoleft {font-family: "Times New Roman", Times, serif;
	font-size: smaller;
	font-weight: normal;
	font-variant: small-caps;
	font-style: normal;
	}
p.galtext {font-variant: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
   }
p.thumbtitle {font-variant: normal;
	font-size: small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
    }
p.thumbtext {font-variant: normal;
	font-size: xx-small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
    }
		/*defining ordered, unordered and custom varients of lists*/
ul { list-style-image: url(images/navigation/unordered_list.gif);
	}
/*commented out for now
span.red {
	background-color: Red;
	color: Black;
}*/

	
/*commented out for now
ol { list-style-type: decimal;
	font-variant: small-caps;
	font-size: smaller;
	font-weight: bold;
	}

ol.space { list-style-type: decimal;
	font-variant: small-caps;
	font-size: smaller;
	font-weight: bold;
	line-height: 175%;
	}
	*/