body {	margin: 0px 0px 10px;	padding: 0px 0px 10px;	color: #333333;  	background-color: #FFFFFF;  	background-image: none;  	font: 76% Verdana, Arial, Helvetica, sans-serif;}/* default link settings- covers links in functionBox and botNav*/a { 	color: #0000FF;	text-decoration: none;}a:link {	color: #0000FF;	text-decoration: none;}a:visited {	color: #0000FF;	text-decoration: none;}a:hover {	color: #0000FF;	text-decoration: underline;}a:active {	color:#666666;}/*sets image border to 0*/img {	border: none;}/*#wrapper- container for whole page*/#wrapper {	width: 100%;	margin-top: 5px;	padding-right: 3px;	padding-left: 3px;	background-color: #FFFFFF;}#function {	display: none;}#horizNav {	display: none;}/*#shell - applied to table holding menus and content- has 4 tds all with their own class, all have different border properties*/#shell {	width: 100%;	margin-top: 5px;}/*#shell td- sets bg image for cells in #shell- is over-ridden in individual class decorations for nested table tds*/#shell td {	background-color: #CCCCCC;}/* ------ #shell table individual tds -------------*/ #shell .topRightShell {	display: none;}#shell .topLeftShell {	display: none;}*#shell .menuShell {	display: none;}#shell .menuShellBotLeft {	display: none;}#shell .contentShell {	background-color: #FFFFFF;	vertical-align: top;}#shell .footerShell {	display: none;}/* ----- end #shell table ----------------*//*.content- appplied to div in #shell .contentShell- is meant to hold all content throughout site- on index page holds table*/#shell .contentShell .content {	margin-top: 5px;	margin-left: 5px;	margin-right: 5px;}#shell .contentShell .content table {	width: 100%;}/*need to turn off background image again*/#shell .contentShell .content td {	background-color: #FFFFFF;	vertical-align: top;	padding: 10px;}/*-----------start shell txt formatting----*//*- applies to all text in shell table- written soecifically for index page, any new variations for other pages require new page specific classes*/#shell h2 {	font-size: 1.1em;	margin-top: 0px;	margin-bottom: 2px;	font-weight: normal;	color: #333333;	font-family: Geneva, Arial, Helvetica, sans-serif;}#shell h1 {	font-size: 1.2em;	margin-top: 0px;	margin-bottom: 3px;	font-weight: bold;	color: #666666;	font-family: Geneva, Arial, Helvetica, sans-serif;}#shell h1 .aboutSpan {	color:#0066CC;}#shell h1 .discussSpan {	color: #CC00CC;}#shell h1 .searchSpan {	color: #CC6633;}#shell h1 .submitSpan {	color: #006600;}#shell p {	font-size: 1em;	margin-top: 0px;	margin-left: 5px;	margin-right: 5px;	margin-bottom: 8px;	color: #333333;}/* ----- LIST Formatting- sets margin and padding for uls- bullet is removed ------*/#shell .content ul {	font-size: 0.9em;	margin-top: 0px;	margin-bottom: 5px;	margin-left: 0px;	padding: 0px;	font-weight: normal;	list-style-type: none;}#shell .content li {	margin-top: 1px;	margin-bottom: 2px;	margin-left: 0px;}/* ---- #shell li strong- makes the "&raquo;" on the index page bold and blue*/#shell li strong {	color:#0000CC;	}/*--------start Link formatting for links in lists ----------*/	#shell .contentShell .content a {	display: block;	width: 80%;	padding-left: 3px;	padding-bottom: 1px;	padding-top: 1px;	text-decoration: none;	color: #333333;}#shell .contentShell .content a:link {	color: #333333;}#shell .contentShell .content a:visited {}#shell .contentShell .content a:hover {	background-color: #FFFFCC;}#shell .contentShell .content a:active {	color:#000000;}/*----- end Link formatting for links in lists ----------*//*------end shell text formatting----*/	/* ------------------ start Index Page specific formatting  ------*//*start individual classes for table tds #shell .contentShell .content -------------*//* --------- search td --------------*/#shell .contentShell .content .search {	border-right-width: 1px;	border-bottom-width: 1px;	border-right-style: dotted;	border-bottom-style: dotted;	border-right-color: #666666;	border-bottom-color: #666666;}#shell .contentShell .content .search h1 a:link {	color: #CC6633;}#shell .contentShell .content .search h1 a:visited {	color: #CC6633;}#shell .contentShell .content .search h1 a:hover {	color: #666666;	background-color: #FFFFCC;}#shell .contentShell .content .search h1 a:active {	color: #999999;}/* -------- submit  td ----------- */#shell .contentShell .content .submit {	border-right-width: 1px;	border-bottom-width: 1px;	border-right-style: dotted;	border-bottom-style: dotted;	border-right-color: #666666;	border-bottom-color: #666666;}#shell .contentShell .content .submit h1 a:link {	color:#006600;}#shell .contentShell .content .submit h1 a:visited {	color:#006600;}#shell .contentShell .content .submit h1 a:hover {	color: #666666;	background-color: #FFFFCC;}#shell .contentShell .content .submit h1 a:active {	color: #999999;}/* ----- discuss td --------*/#shell .contentShell .content .discuss {	border-right-width: 1px;	border-bottom-width: 1px;	border-right-style: dotted;	border-right-color: #666666;}#shell .contentShell .content .discuss h1 a:link {	color: #CC00CC;}#shell .contentShell .content .discuss h1 a:visited {	color: #CC00CC;}#shell .contentShell .content .discuss h1 a:hover {	color: #666666;	background-color: #FFFFCC;}#shell .contentShell .content .discuss h1 a:active {	color: #999999;}/*----- about td ------*/#shell .contentShell .content .about {	border-right-width: 1px;	border-bottom-width: 1px;	border-right-style: dotted;	border-right-color: #666666;}#shell .contentShell .content .about h1 a:link {	color:#0066CC;}#shell .contentShell .content .about h1 a:visited {	color:#0066CC;}#shell .contentShell .content .about h1 a:hover {	color:#0066CC;	background-color: #FFFFCC;}#shell .contentShell .content .about h1 a:active {	color: #999999;#shell .contentShell .content .breadcrumb {	display: none;}