	/*this section defines the body*/
body,tbody {color: silver;
	background-color: #191919;
	background-image: url(images/blackback.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-align: left;
	width: 95%;
	}
	/*this section does the link rollovers*/
a { color: #DBDBDB; background-color: #191919; text-decoration: none;
    }
a:link { color: #DBDBDB; background-color: #191919; text-decoration: none;
    }
a:visited { color: silver; background-color: #191919; text-decoration: none;
    }
a:hover { color: white;  background-color: #191919;text-decoration: underline;
    }
a:active { color: white;  background-color: #191919;text-decoration: none;
    }



/*Defining various paragraph formats*/
p.intro {font-variant: small-caps;
	font-weight: bold;
	text-align: right;
	font-size: smaller;
    }
p.right {font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-align: left;
	}
p.just {font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-align: justify;
	}
p.foot {font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	text-align: right;
	font-weight: bold;
	}
	p.head {font-family: "Times New Roman", Times, serif;
	font-size: smaller;
	text-align: left;
	font-variant: small-caps;
	font-weight: bolder;
	}
	p.textlink {font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	}
	p.footlink {font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	text-align: right;
	font-weight: bold;
	}
	/*this section defines the 6 heading levels,some commented out allowing for future expansion*/
h1 { font-size: larger;
	font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: Silver;
		text-align: left;
	}
h2 { font-size: larger;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
h3 { font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
h4 { font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	}
/*h5 {
	
}*/
/*h6 {
	
}*/
	/*defining ordered, unordered and custom varients of lists*/
ul { list-style-image: url(images/navgen/unordered_list.gif);
	}
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%;
	}
		/*playing with formatting the jump menu*/
form {
	background-image: url(blackback.jpg);
}
		
		
select {color: Silver;
	background-color: Black;
	background-image: url(blackback.jpg);
	}

select option {
	background-image: url(blackback.jpg);
}
	

.jump	 {font-variant: small-caps;
	font-weight: bold;
	text-align: inherit;
	font-size: larger;
	background-image: url(blackback.jpg);
	}
.navinfo	{font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	}	